| Signal Processing Toolbox | Search  Help Desk |
| latc2tf | See Also |
Lattice filter to transfer function conversion.
Syntax
[num,den] = latc2tf(k,v) [num,den] = latc2tf(k,'iir') num = latc2tf(k,'fir') num = latc2tf(k)
Description
[num,den] = latc2tf(k,v)
finds the transfer function numerator num and denominator den from the IIR lattice coefficients k and ladder coefficients v.
[num,den] = latc2tf(k,'iir')
assumes that k is associated with an all-pole IIR lattice filter.
num = latc2tf(k,'fir')
and
num = latc2tf(k)
find the transfer function numerators from the FIR lattice coefficients specified by k.
See Also
latcfilt |
Lattice and lattice-ladder filter implementation. |
tf2latc |
Conversion of transfer function to lattice filter. |