Derive velocity and position from acceleration

3 次查看(过去 30 天)
Hello I have an accelerometer data and I want to derive velocity and position from it ,How can i do it ? Thank you

采纳的回答

Star Strider
Star Strider 2017-4-9
I would first do a fft (link) of your signal to determine what part of the spectrum are your valid signals, and what are noise. Then use the Signal Processing Toolbox designfilt function to design a Chebychev Type II bandpass filter to filter out the noise and the d-c offset and low-frequency baseline drift.
Then use the cumtrapz function once with your acceleration signal to find the velocity, and use it to integrate the velocity signal to find displacement.

更多回答(0 个)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by