Difference between revisions of "Butterworth Filters"

From Microlab Classes
Jump to navigation Jump to search
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
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:
+
[[File:Butterworth pz plot.svg|thumb|400px|Figure 1: The Butterworth low-pass pole-zero plot for <math>N=5</math>.]]
 +
[[File:Butterworth mag.svg|thumb|400px|Figure 2: The Butterworth low-pass filter magnitude response for <math>N=5</math>.]]
 +
[[File:Butterworth phase.svg|thumb|400px|Figure 3: The Butterworth low-pass filter phase response for <math>N=5</math>.]]
 +
[[File:Butterworth group delay.svg|thumb|400px|Figure 4: The Butterworth low-pass filter group delay for <math>N=5</math>.]]
 +
 
 +
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\,\mathrm{\tfrac{rad}{s}}</math>), seen in Fig. 1 for <math>N=5</math>. This results in a '''maximally flat''' pass-band magnitude response as shown in Fig. 2, or equivalently:
  
 
{{NumBlk|::|<math>
 
{{NumBlk|::|<math>
Line 5: Line 10:
 
</math>|{{EquationRef|1}}}}
 
</math>|{{EquationRef|1}}}}
  
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. Note the <math>-100\,\text{dB}</math> roll-off for <math>N=5</math>, as expected.
  
 
== The Low-Pass Butterworth Filter ==
 
== The Low-Pass Butterworth Filter ==
Line 14: Line 19:
 
</math>|{{EquationRef|2}}}}
 
</math>|{{EquationRef|2}}}}
  
Where <math>N</math> is the filter order and <math>\omega_0</math> is the <math>-3\,\text{dB}</math> frequency. Note that <math>\left|H\left(j\omega\right)\right|^2 = \left|H\left(s\right)\right|^2 = H\left(s\right)\cdot H^*\!\left(s\right)</math> at <math>s=j\omega</math>. Thus:
+
Where <math>N</math> is the filter order and <math>\omega_0</math> is the <math>-3\,\text{dB}</math> frequency. Note that <math>\left|H\left(j\omega\right)\right|^2 = \left|H\left(s\right)\right|^2 = H\left(s\right)\cdot H^*\!\left(s\right) = H\left(s\right)\cdot H\left(-s\right)</math> at <math>s=j\omega</math>. Thus:
  
 
{{NumBlk|::|<math>
 
{{NumBlk|::|<math>
H\left(s\right)\cdot H^*\left(s\right) = \frac{1}{1+\left(\frac{-s^2}{\omega_0^2}\right)^{N}}
+
H\left(s\right)\cdot H\left(-s\right) = \frac{1}{1+\left(\frac{-s^2}{\omega_0^2}\right)^{N}}
 
</math>|{{EquationRef|3}}}}
 
</math>|{{EquationRef|3}}}}
 +
 +
Thus, the poles are the roots of:
 +
 +
{{NumBlk|::|<math>
 +
1+\left(\frac{-s^2}{\omega_0^2}\right)^{N}=0
 +
</math>|{{EquationRef|4}}}}
 +
 +
Or equivalently:
 +
 +
{{NumBlk|::|<math>
 +
\frac{-s^2}{\omega_0^2}=\left(-1\right)^{\frac{1}{N}}
 +
</math>|{{EquationRef|5}}}}
 +
 +
Since we can write <math>-1=e^{j\pi}</math>, the <math>N</math> roots of <math>\left(-1\right)^\frac{1}{N}</math> can be written as:
 +
 +
{{NumBlk|::|<math>
 +
\left(-1\right)^{\frac{1}{N}} = e^{j\pi\frac{2k-1}{N}}
 +
</math>|{{EquationRef|6}}}}
 +
 +
For <math>k=1\ldots N</math>. Thus, we get:
 +
 +
{{NumBlk|::|<math>
 +
-\frac{s^2}{\omega_0^2} = e^{j\pi\frac{2k-1}{N}}
 +
</math>|{{EquationRef|7}}}}
 +
 +
Solving for <math>s</math>, we get the poles of the low-pass Butterworth filter:
 +
 +
{{NumBlk|::|<math>
 +
\begin{align}
 +
s & = \omega_0\left( -1\cdot e^{j\pi\frac{2k-1}{N}} \right)^\frac{1}{2}\\
 +
& = \omega_0\left( e^{j\pi}\cdot e^{j\pi\frac{2k-1}{N}} \right)^\frac{1}{2}\\
 +
& = \omega_0\cdot e^{j\pi\frac{2k+N-1}{2N}}\\
 +
& = p_k
 +
\end{align}
 +
</math>|{{EquationRef|8}}}}
 +
 +
We can then write:
 +
 +
{{NumBlk|::|<math>
 +
H\left(s\right) = \frac{1}{\displaystyle \prod_{k=1}^N \frac{s-p_k}{\omega_0}}
 +
</math>|{{EquationRef|9}}}}
 +
 +
We can also plot the phase response as illustrated in Fig. 3, and taking the derivative of the phase, we get the group delay plot in Fig. 4. Note that there is moderate phase distortion around <math>\omega_0</math>.

Latest revision as of 00:17, 16 March 2021

Figure 1: The Butterworth low-pass pole-zero plot for .
Figure 2: The Butterworth low-pass filter magnitude response for .
Figure 3: The Butterworth low-pass filter phase response for .
Figure 4: The Butterworth low-pass filter group delay for .

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

 

 

 

 

(1)

This means that the derivative of the magnitude at DC is zero. Note the roll-off for , as expected.

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. Note that at . Thus:

 

 

 

 

(3)

Thus, the poles are the roots of:

 

 

 

 

(4)

Or equivalently:

 

 

 

 

(5)

Since we can write , the roots of can be written as:

 

 

 

 

(6)

For . Thus, we get:

 

 

 

 

(7)

Solving for , we get the poles of the low-pass Butterworth filter:

 

 

 

 

(8)

We can then write:

 

 

 

 

(9)

We can also plot the phase response as illustrated in Fig. 3, and taking the derivative of the phase, we get the group delay plot in Fig. 4. Note that there is moderate phase distortion around .