You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for your grate work,I have two questions about your paper and codes.
In the prediction stage of EKF, the calculation formula (11) of the covariance matrix is correct, but in the code, you used third-order Taylor expansion, and the specific formula is (I+F+1/2F^2+1/6F^3) (P+GQG)(I+F+1/2F^2+1/6F^3), which is different from the formula in the paper.
Although the appendix gives the Jacobian matrix, F,G and H, and I know that they are obtained by derivation, how to obtain each element in the matrix?Because the nonlinear functions f() and h() don't know how to find their Jacobian.Do you have a specific derivation process there?
Looking forward to your reply, thank you
The text was updated successfully, but these errors were encountered:
Thank you for your grate work,I have two questions about your paper and codes.
Looking forward to your reply, thank you
The text was updated successfully, but these errors were encountered: