Signal Processing Toolbox Previous page   Next Page
ac2poly

Convert autocorrelation sequence to prediction polynomial

Syntax

Description

a = ac2poly(r) finds the linear prediction, FIR filter polynomial a corresponding to the autocorrelation sequence r. a is the same length as r, and a(1) = 1. The prediction filter polynomial represents the coefficients of the prediction filter whose output produces a signal whose autocorrelation sequence is approximately the same as the given autocorrelation sequence r.

[a,efinal] = ac2poly(r) returns the final prediction error efinal, determined by running the filter for length(r) steps.

Remarks

You can apply this function to real or complex data.

Examples

Consider the autocorrelation sequence:

The corresponding prediction filter polynomial is

See Also

ac2rc, poly2ac, rc2poly

References

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


Previous page  abs ac2rc Next page

© 1994-2005 The MathWorks, Inc.