Signal Processing Toolbox    
ac2rc

Convert an autocorrelation sequence to reflection coefficients.

Syntax

Description

[k,r0] = ac2rc(r) finds the reflection coefficients k corresponding to the autocorrelation sequence r. r0 contains the initial zero-lag autocorrelation. These reflection coefficients can be used to specify the lattice prediction filter that produces a sequence with approximately the same autocorrelation sequence as the given sequence r.

Remarks

You can apply this function to real or complex data.

See Also

ac2poly
Convert an autocorrelation sequence to a prediction filter polynomial.
poly2rc
Convert a prediction filter polynomial to reflection coefficients.
rc2ac
Convert reflection coefficients to an autocorrelation sequence.

References

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


 ac2poly angle