You are here : matlabSignal Processinglar2rc

lar2rc() - Signal Processing

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


Syntax

k = lar2rc(g)


Example

Calculate Reflection CoefficientsOpen This Example
Given a vector, g, of log area ratio parameters, determine the corresponding vector of reflection coefficients.
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


Output / Return Value


Limitations


Alternatives / See Also


Reference