www.gusucode.com > ident 案例代码 matlab源码程序 > ident/EstimateARModelOnlineUsingNormalizedGradientAlgorithmExample.m

    %% Specify Estimation Method for Online Estimation of AR Model

% Copyright 2015 The MathWorks, Inc.


%%
% Create a System object that uses the normalized gradient
% algorithm for online parameter estimation of an AR model.
obj = recursiveAR(2,'EstimationMethod','NormalizedGradient');