Acceleration to Velocity by area integration

Click For Summary
SUMMARY

The discussion focuses on integrating acceleration data from MEMS accelerometers to derive velocity. A specific application note from Freescale, AN3397, is referenced, which presents a formula for calculating velocity that neglects the sampling time. The correct formula for velocity integration should include the sampling time, as indicated by the user. The user critiques the formula provided in the app note, suggesting it is flawed due to misplaced parentheses.

PREREQUISITES
  • Understanding of MEMS accelerometer data integration
  • Familiarity with basic calculus concepts related to area under a curve
  • Knowledge of velocity calculation formulas
  • Experience with interpreting technical application notes
NEXT STEPS
  • Review Freescale application note AN3397 for detailed insights on accelerometer integration
  • Study the correct application of sampling time in velocity calculations
  • Learn about numerical integration techniques for sensor data
  • Explore common pitfalls in sensor data processing and how to avoid them
USEFUL FOR

Engineers and developers working with MEMS accelerometers, data scientists involved in sensor data analysis, and anyone interested in accurate velocity calculations from acceleration data.

likephysics
Messages
638
Reaction score
4
I know this has been asked many times.
I am integrating acceleration data from MEMS accelerometer to get velocity.

I found an app note by freescale - http://cache.freescale.com/files/sensors/doc/app_note/AN3397.pdf

It ignores the sampling time to calculate the area.
The formula should be sample: Vx= V(x-1)+[N-(N-1) * T]. Right?
But the app note it is -
Vx = V(x-1)+N+[((N-(N-1))/2]

V(x-1) is the previous integration result.
 
Engineering news on Phys.org
It ignores the sampling time to calculate the area.
... you still have to multiply by time somewhere.

N+[((N-(N-1))/2]
... nonsense: did you misplace a parenthesis?

N+[((N-(N-1))/2]=N+1/2
 

Similar threads

  • · Replies 9 ·
Replies
9
Views
10K
  • · Replies 23 ·
Replies
23
Views
3K
  • · Replies 49 ·
2
Replies
49
Views
4K
  • · Replies 5 ·
Replies
5
Views
4K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 13 ·
Replies
13
Views
2K
  • · Replies 14 ·
Replies
14
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 6 ·
Replies
6
Views
16K
  • · Replies 5 ·
Replies
5
Views
3K