I need to know how to make real-world use of accelerometer measurements. We have a Summit Instruments 3-axis unit with a 1K rolloff frequency (hardware filtering cuts that back to about 100 Hz).
Just calculating gravity has proved to be more difficult than I had thought, as even with a very long low pass filter, I am still left with wiggles that can't possibly be from a change in gravity.
The integration error getting to velocity is huge, orders of magnitude larger than my known average velocity. Determining displacement remains just a dream.
I have had some success in caging my errors since I do have a known average velocity and can detect points in the data where all motion has stopped, providing me with some known zero velocity points.
Can anyone steer me in the direction of application-level references (theory books are pretty much useless)?
I keep running into Kalman filters. What is special about them and why would they be applied to the accelerometer problem?
2007-08-13
08:49:21
·
3 answers
·
asked by
dogsafire
7
in
Science & Mathematics
➔ Engineering
Grounding should be good. But I'm not sure what you mean about the matching.
Mostly I am facing my own ignorance about how to properly use the information - what sequence of operations I need to do - and am looking for a useable reference.
2007-08-13
09:33:19 ·
update #1
I should also mention that the time interval involved would typically be on the order of an hour or so, sampling every 4 milliseconds.
BTW, I just found out about Runge-Kutta integration, which I have _not_ been doing.
2007-08-13
10:25:37 ·
update #2
Thanks for your efforts.
My real problem here is not that I suspect problems with the instrumentation but rather that I simply don't know what I'm doing.
I need help in finding references that will tell me how to set up the problem properly. For example, all of the references that I have found regarding the use of a Kalman filter always assume that the gravity vector has already been removed, yet I don't know how to properly remove the gravity so that I can integrate the accelerations.
When I low pass the data I am left with wiggles that almost certainly aren't due to gravity, yet if I make the filter longer (it is already effectively 50 ft long) I feel that I may go the other direction and lose actual changes in the gravity vector due to changing instrument orientation.
2007-08-15
03:31:04 ·
update #3