Info

Questa domanda è chiusa. Riaprila per modificarla o per rispondere.

FFT, derivative,acceleration

1 visualizzazione (ultimi 30 giorni)
Gloria
Gloria il 4 Ott 2019
Chiuso: MATLAB Answer Bot il 20 Ago 2021
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)));

Risposte (0)

Community Treasure Hunt

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

Start Hunting!

Translated by