Friday 7 February 2014

band pass - Why is center frequency of a bandpass filter is given by the geometric average of the two cutoff frequencies?


In electronic communication systems, there is a concept called center frequency. A bandpass filter has upper cutoff and lower cutoff frequencies. Center frequency supposed to be in the middle of these.


Why is the center frequency of a band-pass filter is given by the geometric average of the two cutoff frequencies instead of arithmetic average?


edit: found a very thorough explanation: http://www.insula.com.au/physics/1221/L15.html



Answer



Why is the center frequency of a band-pass filter is given by the geometric average of the two cutoff frequencies instead of arithmetic average?



Because its the ratios that are relevant, not the increments.


For example, if you have a bandpass filter from 2 kHz to 20 kHz, it covers a 10:1 range. The center is then half way between these in ratio terms, which is the (square root of 10) = 3.16. This puts the center frequency at (2 kHz)*3.16 = 6.32 kHz. The room between the center and both ends is the same:


  (20 kHz)/(6.32 kHz) = 3.2
  (6.32 kHz)/(2 kHz) = 3.2


No comments:

Post a Comment

arduino - Can I use TI's cc2541 BLE as micro controller to perform operations/ processing instead of ATmega328P AU to save cost?

I am using arduino pro mini (which contains Atmega328p AU ) along with cc2541(HM-10) to process and transfer data over BLE to smartphone. I...