| Signal Processing Toolbox | ![]() |
Convert reflection coefficients to a prediction filter polynomial
Syntax
Description
a converts the reflection coefficients = rc2poly(k)
k corresponding to the lattice structure to the prediction filter polynomial a, with a(1) = 1. The output a is row vector of length length(k)+1.
[a,efinal] returns the final prediction error = rc2poly(k,r0)
efinal based on the zero-lag autocorrelation, r0.
Examples
Consider a lattice IIR filter given by reflection coefficients k:
Its equivalent prediction filter representation is given by
Algorithm
rc2poly computes output a using Levinson's recursion [1]. The function:
See Also
ac2poly, latc2tf, latcfilt, poly2rc, rc2ac, rc2is, rc2lar, tf2latc
References
[1] Kay, S.M., Modern Spectral Estimation, Prentice-Hall, Englewood Cliffs, NJ, 1988.
| rc2lar | rceps | ![]() |