フィルターのクリア

Integration of fft data

20 ビュー (過去 30 日間)
Rohit Bhoi
Rohit Bhoi 2016 年 3 月 23 日
回答済み: Ced 2016 年 3 月 23 日
I have fft data in which first row is frequency and sencond one is magnitude. This data is all about acceleration data. Now I need to convert this acceleration data into velocity and displacement. How to take single and double integration of this fft data???

回答 (1 件)

Ced
Ced 2016 年 3 月 23 日
Two possibilities:
a) First use inverse fft to get acceleration, then integrate.
b) Use integration property of Fourier Transform to get velocity and displacement, then use inverse transform. Just look it up on wikipedia.
In both cases however, you need to be careful about the data range. The Fourier transform is defined for tau = -inf --> t, whereas your integration probably runs from tau = 0 --> t. This will be encaptured in the initial state.

カテゴリ

Help Center および File ExchangeFourier Analysis and Filtering についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by