Acceleration to Velocity by area integration

AI Thread Summary
The discussion focuses on integrating acceleration data from MEMS accelerometers to derive velocity. A referenced Freescale application note is critiqued for neglecting the sampling time in its area calculation formula. The original poster questions the accuracy of the formula provided, suggesting it should incorporate time more explicitly. There is confusion regarding the placement of parentheses in the formula, leading to concerns about its validity. The conversation emphasizes the importance of correctly accounting for time in the integration process to achieve accurate velocity calculations.
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
 
Thread 'Weird near-field phenomenon I get in my EM simulation'
I recently made a basic simulation of wire antennas and I am not sure if the near field in my simulation is modeled correctly. One of the things that worry me is the fact that sometimes I see in my simulation "movements" in the near field that seems to be faster than the speed of wave propagation I defined (the speed of light in the simulation). Specifically I see "nodes" of low amplitude in the E field that are quickly "emitted" from the antenna and then slow down as they approach the far...
Hello dear reader, a brief introduction: Some 4 years ago someone started developing health related issues, apparently due to exposure to RF & ELF related frequencies and/or fields (Magnetic). This is currently becoming known as EHS. (Electromagnetic hypersensitivity is a claimed sensitivity to electromagnetic fields, to which adverse symptoms are attributed.) She experiences a deep burning sensation throughout her entire body, leaving her in pain and exhausted after a pulse has occurred...
Back
Top