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.

Why the sum of filter coefficients of an FIR filter does not add to 1?
What are filter coefficients in FIR filter?How do you normalize FIR filter coefficients?How do I combine two FIR filters?What is the number of filter...
Are real exponential signals still eigen functions of LTI systems?
What is Eigen function of LTI system?Which of the following discrete time signals could be eigenfunctions of any stable LTI system?Is exponential tim...
Why is scaling of images / pixels into '[0, 1]' range performed before SIFT (Scale Invariant Feature Transform) algorithm?
What does SIFT do in image processing?Why are SIFT features scale invariant?What is scale space in SIFT?What are the advantages of SIFT? What does S...