| Signal Processing Toolbox | Search  Help Desk |
| poly2ac | See Also |
Conversion of prediction polynomial to autocorrelation sequence.
Syntax
r = poly2ac(a,efinal)
Description
r = poly2ac(a,efinal)
finds the autocorrelation sequence corresponding to prediction polynomial a and final prediction error efinal. If a(1) is not equal to 1, poly2ac normalizes the prediction polynomial by a(1). a(1) cannot be 0.
See Also
ac2poly |
Conversion of autocorrelation sequence to prediction polynomial. |
poly2rc |
Conversion of prediction polynomial to reflection coefficients. |
rc2ac |
Conversion of reflection coefficients to autocorrelation sequence. |
References
[1] Kay, S.M. Modern Spectral Estimation. Englewood Cliffs, NJ: Prentice-Hall, 1988.