ar System Identification Toolbox

6 views (last 30 days)
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.

Accepted Answer

Sulaymon Eshkabilov
Sulaymon Eshkabilov on 15 Feb 2023
(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.

More Answers (0)

Categories

Find more on Linear Model Identification in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!