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 CenterFile Exchange에서 State-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