Band pass filter does it use fourier transform

fourier transformsignal processing

I am doing a course on signal processing which we have focused on fourier transform.

I have also come across band pass filters. This is all very new to me so apologies if its a stupid question.

I think I understand band pass filters from a high level in that if you pass a signal and two frequencies say 5Hz & 15Hz the band pass function will ignore any frequencies outside this range. My question is how does it do this, does it have to use fourier tansforms to get the underlying frequencies of the signal then remove the signals which frequencies are outside the range specified?

Best Answer

Well, from a practical perspective, a bandpass filter (or at least the devices I've worked with so far) doesn't exactly 'remove' the frequencies, even though it looks like that; it just attenuates them enough so that your system works as if they weren't there. You take the cutoff frequencies into account at design time to create a filter that suits your needs.

Now, from a more mathematical perspective, you can actually transform your signal, remove any component outside the frequency range you specify, and then get the resulting signal back to use it wherever you need it.

Related Question