Frequency

Attenuate frequency bin in FFT array resulting in artifacts [duplicate]

Attenuate frequency bin in FFT array resulting in artifacts [duplicate]
  1. Why is it a bad idea to filter by zeroing out FFT bins?
  2. 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.

(Fast?) Fractional Discrete Fourier Transform
What is discrete Fast Fourier Transform?Which is faster FFT or DFT?How much faster is FFT to DFT?What is fast Fourier transform method? What is disc...
Which one is a better impluse response by comparing two given filter length?
How do you find the impulse response of a filter?What is filter length?What is impulse response of a system? How do you find the impulse response of...
How is maximum log likelihood calculated for BPSK?
How is log likelihood calculated?What is LLR in LTE?What is the importance of log likelihood? How is log likelihood calculated?Uses of the Log-Likel...