FFT, padding, IFFT and plot in time domain

조회 수: 2 (최근 30일)
Butterflyfish
Butterflyfish 2015년 12월 31일
Hi, I performed an FFT with some zero padding and would like to transform it back to time domain. When I plot the signal it looks wrong. Is it because of the padding used in the FFT? How can I make it right? here is my code for doing the IFFT:
NFFT=4301;
AvIFFT = ifft(FFTavg.dat,NFFT);
plot(real(AvIFFT))
And I get this plot:
Any help would be greatly appreciated! Thank you!

답변 (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