Signal Processing Toolbox Help Desk

tf2latc

Purpose

Transfer function to lattice filter conversion.

Syntax

Description

[k,v] = tf2latc(num,den) finds the lattice parameters k and the ladder parameters v for an IIR (ARMA) lattice-ladder filter, normalized by den(1). Note that an error will be generated if any poles of the transfer function lie on the unit circle.

k = tf2latc(1,den) finds the lattice parameters k for an IIR all-pole (AR) lattice filter.

[k,v] = tf2latc(1,den) returns a scalar ladder coefficient v.

k = tf2latc(num) finds the lattice parameters k for an FIR (MA) lattice filter, normalized by num(1).

The function latc2tf is the inverse of tf2latc.

See Also

latc2tf

Lattice filter to transfer function conversion.

latcfilt

Lattice and lattice-ladder filter implementation.

poly2rc

Reflection coefficients from polynomial coefficients.

rc2poly

Polynomial coefficients from reflection coefficients.



[ Previous | Help Desk | Next ]