MATLAB: How is FIR filtering used

fir

Hello!
I think i have a simple question.
Is FIR used only for removing noise or can it also be used for tuning in on a specific frequency. To me it seems that it would be very good at removing noise since it is a moving average but I don't see how it could tune out unwanted frequencies as it sais it can be used in a video I watched.
thanks!

Best Answer

FIR filters can be very effective at removing noise. See specifically this Comment in How to filtre an audio signal with low-pass filtre for one example of using a low-pass FIR filter with two specific ‘notch’ frequencies to eliminate specific noise frequencies.