[Master Index]
[Index for /tools/hpmatlab/toolbox/signal]
impinvar
(/tools/hpmatlab/toolbox/signal/impinvar.m)
Function Synopsis
[bz,az] = impinvar(b,a,Fs)
Help text
IMPINVAR Impulse invariance method for analog to digital filter conversion.
[BZ,AZ] = IMPINVAR(B,A,Fs) creates a digital filter with numerator
and denominator coefficients BZ and AZ respectively whose impulse
response is equal to the impulse response of the analog filter with
coefficients B and A sampled at a frequency of Fs Hertz.
If you don't specify Fs, it defaults to 1 Hz.
See also BILINEAR.
Cross-Reference Information
This function calls
- end /tools/hpmatlab/toolbox/matlab/lang/end.m
- error /tools/hpmatlab/toolbox/matlab/lang/error.m
- exp /tools/hpmatlab/toolbox/matlab/elfun/exp.m
- if /tools/hpmatlab/toolbox/matlab/lang/if.m
- nargchk /tools/hpmatlab/toolbox/matlab/lang/nargchk.m
- nargin /tools/hpmatlab/toolbox/matlab/elmat/nargin.m
- residuez /tools/hpmatlab/toolbox/signal/residuez.m
- size /tools/hpmatlab/toolbox/matlab/general/size.m
Produced by mat2html on Wed Feb 8 12:25:18 EST 1995
Cross-Directory links are: ON