| Products & Services | Solutions | Academia | Support | User Community | Company |
| Download Product Updates | | | Get Pricing | | | Trial Software |
| Documentation → Signal Processing Toolbox |
| Contents | Index |
| Learn more about Signal Processing Toolbox |
[k,v] = tf2latc(b,a)
k = tf2latc(1,a)
[k,v] = tf2latc(1,a)
k = tf2latc(b)
k = tf2latc(b, 'phase')
[k,v] = tf2latc(b,a) finds the lattice parameters 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 = tf2latc(1,a) finds the lattice parameters k for an IIR all-pole (AR) lattice filter.
[k,v] = tf2latc(1,a) returns the scalar ladder coefficient at the correct position in vector v. All other elements of v are zero.
k = tf2latc(b) finds the lattice parameters k for an FIR (MA) lattice filter, normalized by b(1).
k = tf2latc(b, 'phase') specifies the type of FIR (MA) lattice filter, where 'phase' is
'max', for a maximum phase filter.
'min', for a minimum phase filter.
latc2tf, latcfilt, tf2sos, tf2ss, tf2zp, tf2zpk
![]() | taylorwin | tf2sos | ![]() |

Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.
| © 1984-2009- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |