Signal Processing Toolbox | ![]() ![]() |
Convert log area ratio parameters to reflection coefficients.
Syntax
k =
lar2rc(g)
Description
k
returns a vector of reflection coefficients =
lar2rc(g)
k
from a vector of log area ratio parameters g
.
Examples
g = [0.6389 4.5989 0.0063 0.0163 -0.0163]; k = lar2rc(g) k = 0.3090 0.9801 0.0031 0.0081 -0.0081
See Also
ac2rc |
Convert autocorrelation parameters to reflection coefficients. |
is2rc |
Convert inverse sine parameters to reflection coefficients. |
poly2rc |
Convert prediction filter coefficients to reflection coefficients. |
rc2lar |
Convert reflection coefficients to log area ratio parameters. |
References
[1] Deller, J.R., J.G. Proakis, and J.H.L. Hansen, "Discrete-Time Processing of Speech Signals," Prentice-Hall, 1993.
![]() | kaiserord | latc2tf | ![]() |