You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
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.
Cite As
Azzi Abdelmalek (2026). Identification by least square method (https://se.mathworks.com/matlabcentral/fileexchange/37631-identification-by-least-square-method), MATLAB Central File Exchange. Retrieved .
General Information
- Version 1.1.0.0 (1.42 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
