how to create a state-space model without disturbance and how does the disturbance influence the solution
Ältere Kommentare anzeigen
I would like to identify parameters of an ODE using the system identification toolbox. The sate-space representation in MATLAB is always formulated with a disturbance e, which always influences the solution y due to the equation y = Cx + Dy + e. In my problem, there is no disturbance present. Now, I have two questions: - Of which form is the disturbance e and in which way does it influence the solution (setting K = 0) - Is there the possibility to describe a state-space model in MATLAB without disturbance
Thanks in advance
Manuel
Akzeptierte Antwort
Weitere Antworten (1)
Azzi Abdelmalek
am 21 Jul. 2013
0 Stimmen
you have just to set e to 0
3 Kommentare
Manuel
am 21 Jul. 2013
Azzi Abdelmalek
am 21 Jul. 2013
Is the system you are identifying linear or not?
Azzi Abdelmalek
am 21 Jul. 2013
When you identify a linear system, you are looking for the matrix A, B, C and D. the disturbance e is not a part of your dynamic model, it's just an additional input that will disturb your output y
Kategorien
Mehr zu Uncertainty Analysis finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!