Hello everyone,

I have experience in UKF but seem that when involve to EKF, things start to out of the track!

I followed the instruction on Wiki of EKF about Discrete-Time predict & update equations but have a struggling with Sk.

https://en.wikipedia.org/wiki/Extended_Kalman_filter

Based on my application of Parameter & State estimation of Mechanical System , my State Equation (4 disp, 4 velo, 4 stiffness, 4 damper) is 16x1 so the Initial Covariance Matrix is 16x16.

However, the Measurement Equation (4 disp, 4 velo, 4 accel) is only 12x1 so the Transition Measurement Matrix is only 12x12

So it is IMPOSSIBLE when I try to use: Sk = Hk * Pk * Hk^T + R -> I can't calculate Sk because (12x12) * (16x16) * (12x12)^T is non-sense!

Can you please point out the reason for this issue?

I would be appreciated if you can help me find a more possible way to do this!

Thank you & wish those who care have a nice day!

#EKF

More Huỳnh Hoàng Huy's questions See All
Similar questions and discussions