www.gusucode.com > signal 案例源码程序 matlab代码 > signal/CalculateReflectionCoefficientsExample.m

    %% Calculate Reflection Coefficients
% Given a vector, |g|, of log area ratio parameters, determine the
% corresponding vector of reflection coefficients.

% Copyright 2015 The MathWorks, Inc.


%%
g = [0.6389 4.5989 0.0063 0.0163 -0.0163];
k = lar2rc(g)