Signal Processing Toolbox
  Go to function:
    Search    Help Desk 
latc2tf    See Also

Lattice filter to transfer function conversion.

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,'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.


[ Previous | Help Desk | Next ]