specifying state space models in SysID toolbox
조회 수: 1 (최근 30일)
이전 댓글 표시
Hello, I am new to the sysid toolbox and want to see if it is worth the effort. I would like to "import" state space models identified outside of matlab into the sysid toolbox form. The models are in the form
x_t+1 = Ax_t + Bu_t+1 + e_t+1
y_t+1 = Cx_t+1 + Du_t+1 + f_t+1
f is distributed normal(0, R)
e is distributed normal(0, Q)
_ indicates the discrete time subscript.
It seems that idss can only import innovations form models. Is there a way to avoid this or do I have to provide the steady state gain?
Thank you
댓글 수: 0
채택된 답변
Rajiv Singh
2012년 9월 26일
See KALMAN (Control System Toolbox). It lets you compute the observer matrix K required by IDSS model form, as a function of R, Q.
댓글 수: 0
추가 답변 (1개)
Sid S
2013년 6월 24일
Hi,
I'm trying to estimate an identical model and I'm lost, would you please tell me the steps of using that toolbox ? Thanks
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Conditional Mean Models에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!