- Why is it a bad idea to filter by zeroing out FFT bins?
- How many frequency bins are generated by the FFT?
Why is it a bad idea to filter by zeroing out FFT bins?
FFT gives poor time resolution i.e it doesn't give information at what time that particular frequency exist. It gives information on existing frequency components for given signal duration. By zeroing bins in FFT gives poor resolution after IFFT in time domain.
How many frequency bins are generated by the FFT?
FR = Fmax/N(Bins)
With a 1024 FFT size, we divide this band into 512 bins.