how to create a state-space model without disturbance and how does the disturbance influence the solution
古いコメントを表示
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
採用された回答
その他の回答 (1 件)
Azzi Abdelmalek
2013 年 7 月 21 日
0 投票
you have just to set e to 0
3 件のコメント
Manuel
2013 年 7 月 21 日
Azzi Abdelmalek
2013 年 7 月 21 日
Is the system you are identifying linear or not?
Azzi Abdelmalek
2013 年 7 月 21 日
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
カテゴリ
ヘルプ センター および File Exchange で Uncertainty Analysis についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!