フィルターのクリア

Integration of Velocity data to Displacement

15 ビュー (過去 30 日間)
Angelos Mongolias
Angelos Mongolias 2019 年 11 月 12 日
コメント済み: Angelos Mongolias 2019 年 11 月 12 日
Hello,
I have some velocity (seismic) data and i want to convert them to displacement.
The sampling rate is 1000Hz so that means that if I want to find the displacement for 1 sec
I have 1000 values.
There is a list of commands that I can use but I am not sure which one suits to my case.
I just need to convert a list of data.
Any proposals?

回答 (1 件)

Daniel M
Daniel M 2019 年 11 月 12 日
編集済み: Daniel M 2019 年 11 月 12 日
Use cumtrapz as in
displacement = cumtrapz(velocity)/fs; % where fs is your sampling rate
Then you can assess afterwards if the accuracy is suitable for your application or whether you need a different method.
  1 件のコメント
Angelos Mongolias
Angelos Mongolias 2019 年 11 月 12 日
Thank you! I ll try this.

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeNumerical Integration and Differential Equations についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by