フィルターのクリア

Estimating state space model using Kalman filter

3 ビュー (過去 30 日間)
Sid S
Sid S 2013 年 6 月 30 日
コメント済み: Bill Tubbs 2021 年 9 月 30 日
Hello, Can anyone help me to estimate the parameters included in the matrices A,B,Z and D using a matlab toolbox of the model : yt=Axt+But xt=Zxt-1+Dut ? I wrote a program and I want to check if it working correctly. Thx
  1 件のコメント
Bill Tubbs
Bill Tubbs 2021 年 9 月 30 日
If you show your program we might be able to help easier.

サインインしてコメントする。

回答 (2 件)

Shashank Prasanna
Shashank Prasanna 2013 年 6 月 30 日
If you have the control systems toolbox then you can use this:

Vladimir Cheremushkin
Vladimir Cheremushkin 2018 年 7 月 12 日
For Sid S and for all visitors of this subject. Material according to the reference contains still the reference. There is an example. In an example the program begins with option of linear dynamic system (a plant, A B C D). But it is better to take your system (a plant). To take the system in the form of the relation of polynoms. Further by means of functions of MATLAByou
w = tf([polinom_numerator],[polinom_denominator]); sys = ss(w);
you receive the values for the concrete (for your) A B C D .

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by