Hi,
working with extended and unscented Kalman filter brings me to the question, how I can compare them in simulations as fair as possible.
My first intent was to choose the process noise matrix Q and measurement noise matrix R for both filters in the same way.
I found out, that my UKF works much better for 10*R, while the EKF is more accurate for 1*R. I do offline simulations for a navigation problem, using measured IMU and GNSS data.
My feelings says me, that even for same noise matrices, the comparison is not as easy as I thought, because of the sigma points building procedure and so on...
I found that paper:
Article An Analytical Approach for Comparing Linearization Methods i...
which says that EKF can perform better covariance estimations in certain regions (higher mean estimates).
Has somebody some tips for me, regarding that topic?
Best regards,
Max