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
 
Hey guys. I have a question related to electricity and alternating current. Say an alien fictional society developed electricity, and settled on a standard like 73V AC current at 46 Hz. How would appliances be designed, and what impact would the lower frequency and voltage have on transformers, wiring, TVs, computers, LEDs, motors, and heating, assuming the laws of physics and technology are the same as on Earth?
While I was rolling out a shielded cable, a though came to my mind - what happens to the current flow in the cable if there came a short between the wire and the shield in both ends of the cable? For simplicity, lets assume a 1-wire copper wire wrapped in an aluminum shield. The wire and the shield has the same cross section area. There are insulating material between them, and in both ends there is a short between them. My first thought, the total resistance of the cable would be reduced...
I used to be an HVAC technician. One time I had a service call in which there was no power to the thermostat. The thermostat did not have power because the fuse in the air handler was blown. The fuse in the air handler was blown because there was a low voltage short. The rubber coating on one of the thermostat wires was chewed off by a rodent. The exposed metal in the thermostat wire was touching the metal cabinet of the air handler. This was a low voltage short. This low voltage...
Back
Top