is2rc - Convert inverse sine parameters to reflection coefficients
Syntax
k = is2rc(isin)
Description
k = is2rc(isin) returns
a vector of reflection coefficients k from a vector
of inverse sine parameters isin.
Examples
isin = [0.2000 0.8727 0.0020 0.0052 -0.0052];
k = is2rc(isin)
k =
0.3090 0.9801 0.0031 0.0082 -0.0082
References
[1] Deller, J.R., J.G. Proakis, and J.H.L.
Hansen, Discrete-Time Processing of Speech Signals,
Prentice-Hall, 1993.
See Also
ac2rc, lar2rc, poly2rc, rc2is
 | invfreqz | | kaiser |  |
Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.
Get the Interactive Kit