ahrsfilter tune sensor fusion

4 vues (au cours des 30 derniers jours)
erol optoeliki
erol optoeliki le 5 Fév 2021
Commenté : erol optoeliki le 12 Fév 2021
Hello, everyone. I have an inertial sensor. I am getting its real time data by Matlab2020b.
I need to find the orientations by ahrsfilter (imufilter,complementaryFilter also).
I dont have sensor noise,etc (datasheet) values.
How can I tune filter directly (without allien variance etc)?
Any help would be appreciated. Thanks, Erol.
(I may provide additional info (dataset,code etc.) about the problem...)

Réponse acceptée

Brian Fanous
Brian Fanous le 5 Fév 2021
The ahrsfilter should give relatively good results without much tuning, but adjusting the parameters always helps. If you are streaming in data from hardware make sure the axes are aligned to what these filters expect. This example shows how.
In R2020b you can use the tune() function on the ahrsfilter or imufilter to optimize the noise parameters.You need recorded sensor data and a recorded ground truth (basically what you think the right output of the filter should be). The tune function will optimize the noise parameters such that the filter output is close to your ground truth given your sensor data.
  1 commentaire
erol optoeliki
erol optoeliki le 12 Fév 2021
thanks, Brian

Connectez-vous pour commenter.

Plus de réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by