DSP – Filtering in the frequency domain via FFT

There are two issues: the way you use the FFT, and the particular filter. Filtering is traditionally implemented as convolution in the time domain. You’re right that multiplying the spectra of the input and filter signals is equivalent. However, when you use the Discrete Fourier Transform (DFT) (implemented with a Fast Fourier Transform algorithm for … Read more