Signal Processing Toolbox    
poly2ac

Convert a prediction filter polynomial to an autocorrelation sequence

Syntax

Description

r = poly2ac(a,efinal) finds the autocorrelation vector r corresponding to the prediction filter polynomial a. The autocorrelation sequence produced is approximately the same as that of the output of the autoregressive prediction filter whose coefficients are determined by a. poly2ac also produces the final length(r) step prediction error efinal. If a(1) is not equal to 1, poly2ac normalizes the prediction filter polynomial by a(1). a(1) cannot be 0.

Remarks

You can apply this function to both real and complex polynomials.

Examples

See Also

ac2poly, poly2rc, rc2ac

References

[1] Kay, S.M. Modern Spectral Estimation, Englewood Cliffs, NJ, Prentice-Hall, 1988.


  pmusic poly2lsf