Signal Processing Toolbox |
Convert reflection coefficients to inverse sine parameters
Syntax
Description
isin
returns a vector of inverse sine parameters =
is2rc(k)
isin
from a vector of reflection coefficients k
.
Examples
k = [0.3090 0.9801 0.0031 0.0082 -0.0082]; isin = rc2is(k) isin = 0.2000 0.8728 0.0020 0.0052 -0.0052
See Also
References
[1] Deller, J.R., J.G. Proakis, and J.H.L. Hansen, "Discrete-Time Processing of Speech Signals," Prentice-Hall, 1993.
rc2ac | rc2lar |
© 1994-2005 The MathWorks, Inc.