Effacer les filtres
Effacer les filtres

How can I use the 'imufilter' system object in Simulink?

2 vues (au cours des 30 derniers jours)
How can I use the 'imufilter' system object in Simulink?

Réponse acceptée

MathWorks Support Team
MathWorks Support Team le 11 Avr 2024
Modifié(e) : MathWorks Support Team le 22 Avr 2024
From R2023b, you can use the Simulink block of 'IMU Filter'. More information on the 'IMU Filter' can be found by referencing the link below:
Before R2023b, the recommended workflow for using 'imufilter' in Simulink is to include it in a 'MATLAB Function' block. The inputs to the 'imufilter' object can be passed in as inputs to the 'MATLAB Function' block. It will be necessary to call 'compact' on the quaternion object produced by the filter before passing it to the output of the function block. 
More information on implementing MATLAB functions in the 'MATLAB Function' block can be found by referencing this link:

Plus de réponses (1)

Vivek
Vivek le 25 Jan 2024
Hi,
We have a Simulink block of IMU Filter R2023b onwards, you can use it.

Produits


Version

R2023b

Community Treasure Hunt

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

Start Hunting!

Translated by