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

    %% Log Area Ratio Parameters
% Define a vector, |k|, of reflection coefficients and compute the log area
% ratio parameters.

% Copyright 2015 The MathWorks, Inc.


%%

k = [0.3090 0.9801 0.0031 0.0082 -0.0082];
g = rc2lar(k)