Using "kalman" with a Zero B matrix
7 ビュー (過去 30 日間)
古いコメントを表示
I am trying to use the "kalman" command to compute the steady-state gains for a Kalman filter in a signal tracking problem. There are no inputs. So, the dynamic equations are:
X[k+1] = A*X[k]; Y[k] = C*X[k];
I feel like there should be a way to do this. Any ideas? Thanks!
0 件のコメント
回答 (1 件)
Arkadiy Turevskiy
2014 年 5 月 22 日
Yes, you can use kalman to design a Kalman filter for a system with no input u . Did you try it? Did you run into problems?
2 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!