Signal Processing Toolbox    
rc2ac

Convert reflection coefficients to an autocorrelation sequence.

Syntax

Description

r = rc2ac(k,r0) finds the autocorrelation coefficients, r, of the output of the discrete-time prediction error filter from the lattice-form reflection coefficients k and initial zero-lag autocorrelation r0.

Examples

See Also
ac2rc
Convert an autocorrelation sequence to reflection coefficients.
poly2ac
Convert a prediction filter polynomial to an autocorrelation sequence.
rc2poly
Convert reflection coefficients to a prediction filter polynomial.

References

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


 pyulear rc2is