How can I find displacement from acceleration on simulink?

4 ビュー (過去 30 日間)
Abdullah Dursun
Abdullah Dursun 2016 年 11 月 15 日
回答済み: Shreshth 2024 年 8 月 21 日
I have earthquake ground acceleration data and want to get displacement by double integrating it on Simulink. I used either integration block or discrete integration blocks but finally I get cumulative displacement. It is not correct. How can I solve this issue.

回答 (1 件)

Shreshth
Shreshth 2024 年 8 月 21 日
To accurately derive displacement from earthquake acceleration data in Simulink:
1. Preprocess: Remove offsets and drift using demeaning and high-pass filtering.
2. Simulink Setup:
  • Integrate acceleration to velocity using an Integrator block.
  • Integrate velocity to displacement with another Integrator block.
3. Postprocess: Filter out any remaining drift and adjust for initial conditions.
This approach minimizes errors and improves the accuracy of displacement calculations.
Thanks

カテゴリ

Help Center および File ExchangeSeismology についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by