2022-07-07 04:59 AM
For performing the conversion do I just have to convert degrees to millidegrees?
Because this conversion does not output a perfectly comparable result.
Racelogic IMU datasheet: Overview (racelogic.co.uk)
Solved! Go to Solution.
2022-07-08 08:27 AM
Hi @YBend.1 ,
Yes, the conversion from milli-dps to dps is just a x1000 factor (or vice-versa).
To be sure you are acquiring the same thing, you should check the band of Racelogic IMU04 gyroscope and the output data rate. This because there might be signal / noise in a range of frequencies not covered by one of the two sensors.
-Eleon
2022-07-08 08:27 AM
Hi @YBend.1 ,
Yes, the conversion from milli-dps to dps is just a x1000 factor (or vice-versa).
To be sure you are acquiring the same thing, you should check the band of Racelogic IMU04 gyroscope and the output data rate. This because there might be signal / noise in a range of frequencies not covered by one of the two sensors.
-Eleon
2022-07-10 11:01 PM
Thanks @Eleon BORLINI
The Raceleogic IMU has a sampling rate of 20Hz while the ISM330DHCX sensor on the STWINKB1 board has a sampling rate of 6667Hz. I downsampled the data to compare the two to 20Hz.
Can you please tell me how can I validate the signal / noise phenomenon that you have stated in the latter part of your answer.
Thank you very much!!
2022-07-18 07:33 AM
Hi @YBend.1 ,
ok, they run at very different speeds.
You can check if they are comparable at a noise / sensitivity level by acquiring the ISM330DHCX stream and then applying a filter at 20Hz in post processing.
-Eleon