digital filter

Thread Starter

mik3

Joined Feb 4, 2008
4,843
Hello guys,

I want to read an analogue audio signal with a microcontroller and filter it digitally (by writing the proper algorithm). Any ideas on how to implement a bandpass digital filter?
 

Thread Starter

mik3

Joined Feb 4, 2008
4,843
Thanks for the links but do you know any transfer function which makes the function of a bandpass filter?
 

beenthere

Joined Apr 20, 2004
15,819
You select a low pass function for one end of the pass band, and a high pass for the other. The low pass rolls off the upper end of the band; the high pass rolls off the lower end. The range of frequencies between the -3 dB points is the passband.
 

Thread Starter

mik3

Joined Feb 4, 2008
4,843
You select a low pass function for one end of the pass band, and a high pass for the other. The low pass rolls off the upper end of the band; the high pass rolls off the lower end. The range of frequencies between the -3 dB points is the passband.
Yes but i have never built a digital filter before so i would like to know how we get the transfer function of a low pass filter for example according to the cutoff frequency, the Q factor etc we want.
 
Top