How to inverse this function IFFT?

조회 수: 2 (최근 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)|')
  댓글 수: 1
Rik
Rik 2019년 3월 11일
Have you read the documentation for ifft?

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Transforms에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by