Difference between revisions of "Butterworth Filters"

From Microlab Classes
Jump to navigation Jump to search
(Created page with "Butterworth filters are characterized by having a '''maximally flat''' pass-band magnitude response, or equivalently: {{NumBlk|::|<math> \left.\frac{\partial^N \left|H\left(j...")
 
Line 1: Line 1:
Butterworth filters are characterized by having a '''maximally flat''' pass-band magnitude response, or equivalently:
+
Butterworth filters are a class of ''all-pole filters'', where the poles of the normalized transfer function are equally spaced along the unit circle (<math>\omega_0 = 1\,\text{rad/s}</math>). This results in a '''maximally flat''' pass-band magnitude response, or equivalently:
  
 
{{NumBlk|::|<math>
 
{{NumBlk|::|<math>
Line 6: Line 6:
  
 
This means that the <math>N^\text{th}</math> derivative of the magnitude at DC is zero.
 
This means that the <math>N^\text{th}</math> derivative of the magnitude at DC is zero.
 +
 +
== The Low-Pass Butterworth Filter ==
 +
The low-pass Butterworth filter has the following magnitude response:
 +
 +
{{NumBlk|::|<math>
 +
\left|H\left(j\omega\right)\right|^2 = \frac{1}{1+\left(\frac{\omega}{\omega_0}\right)^{2N}}
 +
</math>|{{EquationRef|2}}}}
 +
 +
Where <math>N</math> is the filter order and <math>\omega_0</math> is the <math>-3\,\text{dB}</math> frequency.

Revision as of 16:26, 15 March 2021

Butterworth filters are a class of all-pole filters, where the poles of the normalized transfer function are equally spaced along the unit circle (). This results in a maximally flat pass-band magnitude response, or equivalently:

 

 

 

 

(1)

This means that the derivative of the magnitude at DC is zero.

The Low-Pass Butterworth Filter

The low-pass Butterworth filter has the following magnitude response:

 

 

 

 

(2)

Where is the filter order and is the frequency.