invimpinvar This function converts digital filter with coefficients b and a to analog, conserving impulse response. Calling Sequence [b, a] = impinvar (b, a) [b, a] = impinvar (b, a, fs) [b, a] = impinvar (b, a, fs, tol) Parameters b: real or complex valued scalar or vector a: real or complex valued scalar or vector, order should be greater than b fs: real or complex value, default value 1Hz tol: real or complex value, default value 0.0001 Description This is an Octave function. This function converts digital filter with coefficients b and a to analog, conserving impulse response. This function does the inverse of impinvar. Examples