Integrating acceleration to get the displacement

조회 수: 119 (최근 30일)
Basem Deeb
Basem Deeb 2023년 2월 1일
답변: Oskar Kilgus 2023년 7월 6일
Hey
I am trying to integrate acceleration to get the displacement as you can see in the figure below. However, the velocity and displacement are showing exponential decrease. I have used you cumtrapz twice to get the displacement. Anybody know what's the issue here? I also don't want to use detrend to remove the polynomial part,
  댓글 수: 3
Sulaymon Eshkabilov
Sulaymon Eshkabilov 2023년 2월 2일
Can you share your numerical data to verify what you have showed here is accurate or not?
Sam Chak
Sam Chak 2023년 2월 2일
Just want to add that in motion system, when performing the integrations, the initial velocity and the initial displacement are required to obtain an accurate solution. From your images, it appears that you assumed and .

댓글을 달려면 로그인하십시오.

답변 (2개)

Ganapathi Subramanian
Ganapathi Subramanian 2023년 4월 26일
Hi Basem,
It is my understanding that you are trying to integrate acceleration to obtain velocity and displacement using cumtrapz function. The velocity and displacement graph looks fine. It looks as exponentially decreasing because the acceleration graph is predominantly negative.
You can also add a high pass filter to the acceleration data for baseline correction. But be careful in selecting cut off frequency as higher value leads to loss in valuable information from data.
You can also refer the below file exchange to convert acceleration to velocity and displacement.

Oskar Kilgus
Oskar Kilgus 2023년 7월 6일
Hi Basem,
if you are sure that the displacement is not meaningfull (because you know the properties of the physical system observed), i would suggest to have a look into the frequency domain. Maybe you could work with a highpass filter to "detrend" your data from low-frequency disturbances as these may cause drifts in integrated signals.

카테고리

Help CenterFile Exchange에서 Search Path에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by