Hacker News new | ask | show | jobs
by cycomanic 1870 days ago
A much less well known fact about the FFT (or the DFT) is that it is also exhibits a brickwall (rectangular) response. This can manifest itself when using zero padding in the frequency domain for upsampling, but is also the reason for artifacts when FFTing a nonperiodic window.

It's used in OFDM, where the subchannels are generated by an FFT and have a sinc shape (the Impulse response of the FFT) in the frequency domain.

1 comments

Thanks for mentioning this, because after reading the answer my first thought was "wait, but what if I do nothing before doing IFFT which is also equivalent to multiplying by a rectangle (but that nonzero from -nyquist to nyquist)"