Signal Processing Toolbox | ![]() ![]() |
Convert transfer function filter parameters to lattice filter form.
Syntax
[k,v]=
tf2latc(b,a) k=
tf2latc(1,a) [k,v]=
tf2latc(1,a) k=
tf2latc(b)
Description
[k,v]
finds the lattice parameters =
tf2latc(b,a)
k
and the ladder parameters v
for an IIR (ARMA) lattice-ladder filter, normalized by a(1)
. Note that an error is generated if one or more of the lattice parameters are exactly equal to 1.
k
finds the lattice parameters =
tf2latc(1,a)
k
for an IIR all-pole (AR) lattice filter.
[k,v]
returns the scalar ladder coefficient at the correct position in vector =
tf2latc(1,a)
v
. All other elements of v
are zero.
k
finds the lattice parameters =
tf2latc(b)
k
for an FIR (MA) lattice filter, normalized by b(1)
.
See Also
|
Convert lattice filter parameters to transfer function form. |
|
Lattice and lattice-ladder filter implementation. |
|
Convert transfer function digital filter parameters to second-order sections form. |
|
Convert transfer function filter parameters to state-space form. |
|
Convert transfer function filter parameters to zero-pole-gain form. |
![]() | strips | tf2sos | ![]() |