ar System Identification Toolbox

9 次查看(过去 30 天)
Hello,
I'm trying to write my own ar system Identification toolbox and use a function I wrote myself. Any ideas to start coding are welcome, thanks.

采纳的回答

Sulaymon Eshkabilov
(1) I would start looking at ar() fcn of thte System Identification toolbox and see how it functions and what capabilities (options) are presents. You can view the content off the function ar() with:
edit ar
(2) Find out up until which order my anticipated ar() fucntion should operate
(3) Find out and establish well fitt model approaches for my exercises or data sets or projects
These are essential aspects of the ar() function.
Then you may also consider the window size, sample time, other options to include.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Linear Model Identification 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by