Signal Processing Toolbox
  Go to function:
    Search    Help Desk 
ac2poly    Examples   See Also

Conversion of autocorrelation sequence to prediction polynomial.

Syntax

Description

a = ac2poly(r) finds the prediction polynomial, a, corresponding to the autocorrelation sequence r. a is the same length as r, and a(1) = 1.

[a,efinal] = ac2poly(r) returns the final prediction error, efinal.

Example

Consider the autocorrelation sequence

The equivalent prediction polynomial is

See Also

ac2rc
Conversion of autocorrelation sequence to reflection coefficients.
poly2ac
Conversion of prediction polynomial to autocorrelation sequence.
rc2poly
Conversion of prediction polynomial to reflection coefficients.

References

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



[ Previous | Help Desk | Next ]