Reda Chtiba
Followers: 0 Following: 0
Feeds
提问
offline ( Gauss Newtone approach ) Prediction error method for ARMAX Model, Algorithm Implemented but not good results
% Simulation of an ARMAX model y(t)-0.7y(t-1)=0.5u(t-1)+e(t)+0.6e(t) np=251; a0=[1 -0.7 ]; b0=[0 0.5 ]; c0=[1 0.6]; % Set p...
2 years 前 | 1 个回答 | 0