Info
This question is closed. Reopen it to edit or answer.
Formula for system state noise covarience (P)
2 views (last 30 days)
Show older comments
Hello all,
I am using EKF for sensor fusion. for this I need to know which formula works better.
I have two formulas
Pp = A * P * A' + Q;
Pp = P + T * (A * P + P * A' + Q)
Which one out of these two is better.
0 Comments
Answers (0)
This question is closed.
See Also
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!