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!