Noise Reduction on 2125 Accelerometer?
Private19872
Posts: 61
in Propeller 1
I was experimenting today with my Memsic 2125 Accelerometer in an attempt to track it's position on my table. Since it outputs acceleration, I have to take the acceleration, compound it into velocity, and then compound that into a position. So far, it almost works as intended, but it suffers from what I presume to be noise in the sensor. Whenever I move it, the position will move to where I want it to, but because the accelerations don't exactly match from start to stop, the velocity will constantly increase making the position go crazy. Has anyone tried this before? Any idea as to how I could resolve this issue? Thanks.
Comments
I attempted to do what you are doing to measure actual ground displacement during an earthquake ... we get lots of them here in OKLAHOMA of all places.
Jonathan
Correct time integration of the sampled data is going to play a key part here. True random noise will have a 50% bias on the LSB of data, whereas your actual signal will persuade the bias to something other than a 50% duty cycle over time.
The most common mistake is to truncate and round the data, which can cause severe out of control drift errors.
http://forums.parallax.com/discussion/127868/gyro-lisy300
Amanda