Correct measurement noise parameter for insfilterAsync

I'm not able to figure out correct measurement noise parameters for this filter .
when I'm running with matlab generated data it's working fine but when I'm imporing my real sensor data(accel,gyro,mag,gps_lla,gps_vel) with serial read or from csv the estimated output very unstable.
The IMU sensor I'm usining MPU9250, which I properly calibrated and getting the accel data in mss, gyro in rad/s and mag in uT.
reference location and initial magnetic field also correct.
Racc = 0.0061;
Rgyro = 3.0462e-06;
Rmag = 0.6
Bias noise is same as what sript is using.

Answers (0)

Asked:

on 17 Nov 2023

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!