What's best and way to calculate velocity from acceleration for IIS3DWB and what degree of accuracy should one expect with IIS3DWB accelerometer?
I am using IIS3DWB for machine condition monitoring product development project.
I am using the below integration for velocity conversion as per MotionSP but unable to estimate speed RMS (not even 50% closer to the reference values).
----------------------
MotionSP_TD_SpeedEvalFromCircBuff - perform a speed estimation using a numerical integration method (Trapezoidal Rule) on the acceleration values
Formula used:
/* vi = vi-1 +[(1-GAMMA)*DELTA_T]*ai-1 + (GAMMA*DELTA_T)*ai (in mm/s) */
---------------------
What's best and accurate way to calculate speed from acceleration considering industrial application?
ST's timely support would be much appreciated.
