You are here : matlabSignal Processingrc2is

rc2is() - Signal Processing

isin = rc2is(k) returns
a vector of inverse sine parameters, isin, from
a vector of reflection coefficients, k.


Syntax

isin = rc2is(k)


Example

Compute Inverse Sine ParametersOpen This Example
Define a vector, k, of reflection coefficients and determine the corresponding inverse sine parameters.
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


Output / Return Value


Limitations


Alternatives / See Also


Reference