フィルターのクリア

ahrsfilter tune sensor fusion

6 ビュー (過去 30 日間)
erol optoeliki
erol optoeliki 2021 年 2 月 5 日
コメント済み: erol optoeliki 2021 年 2 月 12 日
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...)

採用された回答

Brian Fanous
Brian Fanous 2021 年 2 月 5 日
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 件のコメント
erol optoeliki
erol optoeliki 2021 年 2 月 12 日
thanks, Brian

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeInertial Sensor Fusion についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by