How to inverse this function IFFT?

3 visualizaciones (últimos 30 días)
hafis radzi
hafis radzi el 11 de Mzo. de 2019
Comentada: Rik el 11 de Mzo. de 2019
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)|')
  1 comentario
Rik
Rik el 11 de Mzo. de 2019
Have you read the documentation for ifft?

Iniciar sesión para comentar.

Respuestas (0)

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by