System Identification Toolbox: How can we modify the starting parameters for the armax-algorithm?
Ältere Kommentare anzeigen
One can calculate ARMA-coefficients using the armax-algorithm from the Systems Identification Toolbox:
estimatedPolymodel=armax(iddata(outputdata,inputdata,tsample),[na nb nc nk], opt);
ARcoeff=estimatedPolymodel.A
MAcoeff=estimatedPolymodel.B
How can we modify the starting parameters for the algorithm (to accelerate and improve the results)?
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Preprocess Data finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!