Main Content
rc2poly
Convert reflection coefficients to prediction filter polynomial
Description
Examples
Input Arguments
Output Arguments
Algorithms
rc2poly
computes output a
using Levinson's
recursion [1]. The function:
Sets the output vector
a
to the first element ofk
.Loops through the remaining elements of
k
.For each loop iteration
i
,a = [a + a(i-1:-1:1)*k(i) k(i)]
.Implements
a = [1 a]
.
References
[1] Kay, Steven M. Modern Spectral Estimation. Englewood Cliffs, NJ: Prentice-Hall, 1988.
Extended Capabilities
Version History
Introduced before R2006a