Difference between revisions of "Filter Synthesis"

From Microlab Classes
Jump to navigation Jump to search
Line 1: Line 1:
Filters can be implemented (1) as a cascade if biquadratic filters, or ''biquads',' that implements one or two poles at a time, or (2) as '''ladder filters'''.  
+
Filters can be implemented (1) as a cascade if biquadratic filters, or ''biquads'', that implements one or two poles at a time, or (2) as '''ladder filters'''.  
  
 
== Biquadratic Filters ==
 
== Biquadratic Filters ==
Line 11: Line 11:
  
 
{{NumBlk|::|<math>
 
{{NumBlk|::|<math>
H\left(j\omega\right) = \frac{1}{s^2LC + s\frac{L}{R}+1}
+
H\left(s\right) = \frac{1}{s^2LC + s\frac{L}{R}+1}
 
</math>|{{EquationRef|2}}}}
 
</math>|{{EquationRef|2}}}}
  

Revision as of 09:04, 22 March 2021

Filters can be implemented (1) as a cascade if biquadratic filters, or biquads, that implements one or two poles at a time, or (2) as ladder filters.

Biquadratic Filters

To implement a single real pole, we can use a simple RC cicuit, as shown in Fig. 1, whose transfer function is given by:

 

 

 

 

(1)

To implement two complex conjugate poles, we can use a lossy LC circuit, as shown in Fig. 2. We can then express the transfer function of this circuit as:

 

 

 

 

(2)

A more complex filter can then be implemented by cascading a 1- or 2-pole filter, as shown in Fig. 3 for a fifth order filter. Note that filters built as a cascade of biquads are easy to implement, but they are very sensitive to mismatch since the filter transfer function is dependent not only on the pole locations, but on the pole placement relative to other poles.

Filter Tables

Continued Fraction Expansion