You are here : matlabSignal Processingrc2lar

rc2lar() - Signal Processing

g = rc2lar(k) returns
a vector of log area ratio parameters g from a
vector of reflection coefficients k.


Syntax

g = rc2lar(k)


Example

Log Area Ratio ParametersOpen This Example
Define a vector, k, of reflection coefficients and compute the log area ratio parameters.
k = [0.3090 0.9801 0.0031 0.0082 -0.0082];
g = rc2lar(k)

g =

    0.6389    4.6002    0.0062    0.0164   -0.0164


Output / Return Value


Limitations


Alternatives / See Also


Reference