Circuit Theory/Active Filters

From testwiki
Revision as of 20:52, 22 June 2013 by imported>QUBot (Adding BookCat to uncategorised page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Active filters have op amps or amplifiers in them. They usually don't have inductors because they are expensive, heavy and large when compared to capacitors.

Minimal Filter Transfer Functions

Each filter type has a characteristic transfer function:

Filter Type Transfer Function
High Pass s2aS2+bs+c
Low Pass 1aS2+bs+c
Band Pass saS2+bs+c
Notch s2+daS2+bs+c

First the goal is to build a transfer function from the op-amp circuit so that a bode diagram can be plotted. This is a simple matter of substituting s for derivatives in the terminal relations.

Active Filter Components

Rather than draw an example op amp circuit for each of the above filters, it is easier to draw four op amp circuits that are more related to the desired transfer function:

Circuit Generates Transfer Function
Complex Pole derivation
R3R1+(C2R1R2+C2R1R3+C2R2R3)s+C1C2R1R2R3s2
Zero at Origin sRC
Real Pole 1R1Cs+1R2C
Real Zero R2C(s+1R1C)

Most filter design starts with the desired transfer function. Then the circuit is built. With the above four configurations, any transfer function can be created.

Better filters are have stepper slopes and narrower bands in their bode diagrams. This is measured with a factor called Q for quality. This is why there are so many different types of filter designs.

Under Constrained Design

Suppose you wanted this transfer function:

s+1(s+2)(s+3)(s+4)

Then an active filter could be built like this:

Choosing values to match the above transfer function results in a table like this:

Input Stage Variables Feedback stage variables
R1ACA=1 R2ACA=1
R1BCB=12 R2BCB=1
R1CCC=13 R2CCC=1
R1DCD=14 R2DCD=1

There are 12 unknowns and 8 equations. This is called an under constrained problem. It means that one can apply other design rules. For example, capacitors are more expensive than resistors. Buying in bulk is less expensive. So ... choose one value for all the capacitors and then adjust resistor values. Choose C = 1μF Then all the resistors are 1 M&Ohm; accept R1B, R1C and R1D. Template:BookCat