how to create a state-space model without disturbance and how does the disturbance influence the solution
Show older comments
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
Accepted Answer
More Answers (1)
Azzi Abdelmalek
on 21 Jul 2013
0 votes
you have just to set e to 0
3 Comments
Manuel
on 21 Jul 2013
Azzi Abdelmalek
on 21 Jul 2013
Is the system you are identifying linear or not?
Azzi Abdelmalek
on 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
Categories
Find more on Uncertainty Analysis in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!