Skip to main content
Arduino

Return to Revisions

2 of 2
Image layout.

Extract Static Acceleration from MPU6050 using Formula

I am trying to implement a research paper for my project and there is a formula which I am failing to interpret:

Formula

According to the research paper, we extract the static acceleration component for each axis μi,t (i=X, Y, Z) by using a running mean filter (the formula), where t is time index, win_size is the window size, and Ai,t∗ is the acceleration data, respectively.

The research paper using MPU6050 to implement this formula. My question is how do I calculate these values using MPU6050. I am currently using MPU6050_Light.h library to calculate acceleration values and I have no idea where to move from here.

Help would be greatly appreciated.

AltStyle によって変換されたページ (->オリジナル) /