2019-02-19 05:43 AM
Hi,
I am using a LSM6DSO accelerometer. I want to know what type of acceleration I am getting as output: RMS acceleration or just the acceleration amplitude?
Regards,
Gabriel
Solved! Go to Solution.
2019-02-21 08:31 AM
Hi Gabriel, you get the amplitude data (that can be positive or negative, while the rms value is only positive by definition). You can calculate the rms value in post-processing
Regards,
Eleon
2019-02-21 08:31 AM
Hi Gabriel, you get the amplitude data (that can be positive or negative, while the rms value is only positive by definition). You can calculate the rms value in post-processing
Regards,
Eleon
2019-02-21 08:35 AM
Hi Eleon,
Do you have any idea what are the steps that I have to perform in order to get the rms value from amplitude?
Regards,
Gabriel
2019-02-22 06:35 AM
Hi Gabriel, you need more than one samples to calculate a RMS value (at least two consecutive samples. You can follow this link for the formula:
http://mathworld.wolfram.com/Root-Mean-Square.html
Regards,
Eleon