Signal Processing Toolbox |
Convert line spectral frequencies to prediction filter coefficients
Syntax
Description
a
returns a vector =
lsf2poly(lsf)
a
containing the prediction filter coefficients from a vector lsf
of line spectral frequencies.
Examples
lsf = [0.7842 1.5605 1.8776 1.8984 2.3593]; a = lsf2poly(lsf) a = 1.0000 0.6148 0.9899 0.0001 0.0031 -0.0081
See Also
References
[1] Deller, J.R., J.G. Proakis, and J.H.L. Hansen, "Discrete-Time Processing of Speech Signals," Prentice-Hall, 1993.
[2] Rabiner, L.R., and R.W. Schafer, "Digital Processing of Speech Signals," Prentice-Hall, 1978.
lpc | maxflat |
© 1994-2005 The MathWorks, Inc.