Identification by least square method

Identification of Linear system, using a least square method.
1,8K download
Aggiornato 27 lug 2012

Visualizza la licenza

Given, input u and output y of linear system and it's order, the function find the Numerator N and Denominator D.
N,D]=mcar(u,y,n,k1,k2)
u : input signal of the system
y : Output signal of the system
n : système order
k1,k2 indices of the first value and the last of vector y.
[N,D]=mcar(u,y,n) the program allows to choose k1 and k2
Important: If the input signal is a constant or a system is instable, the result will be Nan. an idéal input is a random signal.

Cita come

Azzi Abdelmalek (2024). Identification by least square method (https://www.mathworks.com/matlabcentral/fileexchange/37631-identification-by-least-square-method), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R2007b
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su Linear Model Identification in Help Center e MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Versione Pubblicato Note della release
1.1.0.0

add a help

1.0.0.0