How to inverse this function IFFT?

16 次查看(过去 30 天)
hafis radzi
hafis radzi 2019-3-11
评论: Rik 2019-3-11
Z = fft(Y);
P2 = abs(Z/L);
P1 = P2(1:L/2+1);
P1(2:end-1) = 2*P1(2:end-1);
subplot(3,2,3)
plot(f,P1)
title('FFT filter signal')
xlabel('f (Hz)')
ylabel('|P1(f)|')

回答(0 个)

标签

Community Treasure Hunt

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

Start Hunting!

Translated by