How to solve Kalman Filter equation using ode45

2 ビュー (過去 30 日間)
upinderjeet
upinderjeet 2014 年 4 月 30 日
編集済み: upinderjeet 2014 年 4 月 30 日
the kalman filter equation is:
Xhatdot=A*Xhat+L[Y-C*Xhat]
where Y is the measurement and the measurement equation is describes as:
Y=C*X+v where v is the zero mean white random noise
I have the the values of A,C,L and the initial value of Xhat. And obviously I can generate the random noise v as well.

回答 (0 件)

カテゴリ

Help Center および File ExchangeState-Space Control Design and Estimation についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by