2021-08-13 01:55 AM
Hi , I am using ism330dhcx vibration sensor to measure vibration acceleration on motor. The sensor outputs LSB to MCU, then MCU used it to calculate the actual acceleration in mg (LSB * sensitivity). What is the simple flow chart to get the Acc X Peak/Acc Y Peak/Acc Z Peak? By average acceleration data or something else? Please advise. Thanks!
Solved! Go to Solution.
2021-08-18 06:35 AM
Hi @JTam.1 ,
can I refer to this other post?
I'm asking internally for a precise answer and let you know asap.
So far, you can consider the values as the output of the MotionSP library: the acceleration peak data are averaged in a window defined by tau and lambda, as described theoretically in this whitepaper.
-Eleon
2021-08-18 06:35 AM
Hi @JTam.1 ,
can I refer to this other post?
I'm asking internally for a precise answer and let you know asap.
So far, you can consider the values as the output of the MotionSP library: the acceleration peak data are averaged in a window defined by tau and lambda, as described theoretically in this whitepaper.
-Eleon
2021-08-18 07:03 AM
Hi Eleon, ok. Looking forward to your reply!
2021-08-19 08:07 AM
2021-08-19 05:47 PM
Hi Eleon, ok. Thanks!