フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

FFT, derivative,acceleration

1 回表示 (過去 30 日間)
Gloria
Gloria 2019 年 10 月 4 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
I have displacement results.I am using Matlab and my friend is using Phayton.
We are plotting Acceleration-Frequency graphs and they are different and his graph is really closed to experiment results.
For acceleration-Hz graph I am using FFT to change time to Hz.
And I think maybe I am doing sth wrong when I am applying FFT.
If someone can check, It can be very helpful.
ts=1/t_step;
N1=2^nextpow2(length(acc_theta));
freq1=(0:1:(N1-1)/2)*ts/N1;
ft1=fft( acc_theta,N1)/N1*2;
fft1=abs(ft1(1:floor(N1/2)));

回答 (0 件)

この質問は閉じられています。

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by