How to inverse this function IFFT?

13 ビュー (過去 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 Center および File ExchangeTransforms についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by