Signal Processing Toolbox Previous page   Next Page
latc2tf

Convert lattice filter parameters to transfer function form

Syntax

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,'iiroption') produces an IIR filter transfer function according to the value of the string 'iiroption':

num = latc2tf(k,'firoption') produces an FIR filter according to the value of the string 'firoption':

See Also

latcfilt, tf2latc


Previous page  lar2rc latcfilt Next page

© 1994-2005 The MathWorks, Inc.