Problem with convert acceleration to velocity and displacement

3 次查看(过去 30 天)
Hi everyone,
I used DAQ to get acceleration, however, when I convert accleration to velocity and displacement (using 'cumtrapz' function) is not OK like the picture below:
Problem is that the velocity and displacement is increase with time. What i need to do make the velocity and displacement stable around 0.

回答(2 个)

Jos (10584)
Jos (10584) 2016-6-9
Apparently there is an offset in your acceleration data. You can subtract a running mean
A(k) = ValueFromDaq - mean(A(1:k-1))
  6 个评论
vu ngothanh
vu ngothanh 2016-6-13
Dear Mr Jos and Star Strider,
at last, I found "detrend" function. I think that is the best solution for this situation.
Thank you for you all for helping me.

请先登录,再进行评论。


Bora Eryilmaz
Bora Eryilmaz 2024-3-21
The new convertVibration function in MATLAB R2024a release of the Predictive Maintenance Toolbox lets you compute baseline-corrected and filtered acceleration, velocity, and displacement signals from vibration measurements using a single sensor output from either an accelerometer, velocity sensor, or displacement sensor.

类别

Help CenterFile Exchange 中查找有关 MATLAB 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by