How can i take the FFT of this signal. Please any one can help me.

4 次查看(过去 30 天)
CORR=(X(:,1)-mean(X(:,1)))/g; %Shift of signal to zero value
%Plot Corrected signal in Time Domain
figure(3)
plot(t,CORR);
title('Corrected signal in Time Domain');
xlabel('Time [s]');
ylabel('Acceleration [cm/s^2]');
  5 个评论
Divija Aleti
Divija Aleti 2020-10-28
Can you attach the excel sheet 'sujith.xlsx' along with your entire code so we can understand better ?
Mathieu NOE
Mathieu NOE 2020-10-28
Hi
I think it's just because there is an error in your code :
xdft=fft(t,CORR);
to be replaced by
xdft=fft(CORR,N);

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Fourier Analysis and Filtering 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by