Active Bandpass Limitations

From PrattWiki
Revision as of 03:08, 9 April 2009 by DukeEgr93 (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This page is to demonstrate why a homework problem originally assigned in BME 153.1 in Spring 2009 was impossible.

Original Problem

Based on various problems. Assuming you only have common-value resistors at your disposal (see Table 2.2 on p. 45), along with any capacitors you need (alas, the inductor supply has disappeared), design an active band-pass filter that (a) does not require any power be delivered by the source, (b) has a maximum gain of ≈ +6dB, (c) has a linear center frequency of 660 Hz, (d) has a bandwidth of 440 Hz, and (e) uses resistances that allow the ideal op-amp assumptions to hold. You may assume that the impedance of the load is sufficiently high. Note that this particular filter’s job will be to isolate notes played on the octave (plus one note) of a piano keyboard starting at middle A. You will likely need multiple op-amps.

Analysis

Without inductors, the most likely candidate for such a filter would be the filter on p. 439 of the Rizzoni text[1] which uses a series combination of a resistor and capacitor as \(Z_N\) and a parallel combination as \(Z_F\). This leads to an overall transfer function of:

\(\begin{align} H=\frac{j\omega C_nR_f}{(1+j\omega C_FR_F)(1+j\omega C_NR_N)} \end{align}\)

or, as re-cast in class,

\(\begin{align} H=\frac{K2\zeta\omega_n j\omega}{(j\omega)^2+2\zeta\omega_n j\omega+\omega_n^2}= \frac{\left(\frac{C_NR_F}{C_NR_N+C_FR_F}\right)\left(\frac{1}{C_FR_F}+\frac{1}{C_NR_N}\right)}{(j\omega)^2+\left(\frac{1}{C_FR_F}+\frac{1}{C_NR_N}\right)j\omega+\frac{1}{C_FR_FC_NR_N}} \end{align}\)

To make life a little easier, let's call

\(\begin{align} \omega_1&=\frac{1}{C_FR_F} & \omega_2&=\frac{1}{C_NR_N} \end{align}\)

which means

\(\begin{align} H=\frac{\left(\frac{C_NR_F}{C_NR_N+C_FR_F}\right)\left(\omega_1+\omega_2\right)}{(j\omega)^2+\left(\omega_1+\omega_2\right)j\omega+\omega_1\omega_2} \end{align}\)

This means the bandwidth and natural frequency squared are, respectively,

\(\begin{align} BW&=\omega_1+\omega_2 \\ \omega_n^2&=\omega_1\omega_2 \end{align}\)

Good so far...

The Trouble Begins...

Given the above, we can substitute the bandwidth equation into the natural frequency equation:

\(\begin{align} \omega_2&=BW-\omega_1\\ \omega_n^2&=\omega_1(BW-\omega_1)=BW\cdot\omega_1-\omega_1^2 \end{align}\)

We can then re-write this to find <math<\omega_1</math>:

\(\begin{align} \omega_1^2-BW\cdot\omega_1+\omega_n^2 &= 0\\ \omega_1&=\frac{BW+\sqrt{BW^2-4\omega_n^2}}{2}\\ \omega_1&=\frac{BW+\sqrt{(BW)^2-(2\omega_n)^2}}{2} \end{align}\)

In order for this to be a real number - and it must be for this circuit, because we want to use real capacitors and resistors - the bandwidth must be at least twice the natural frequency.

...And Ends

Given the problem statement, the bandwidth is 440 Hz (880\(\pi\) rad/s) and the linear center is 660 Hz (1320\(\pi\) rad/s); this gives half-power frequencies (which are different from the \(\omega_1\) and \(\omega_2\) above, as discussed in class) of

\(\begin{align} \omega_{hp}&=\omega_{c,lin}\pm\frac{1}{2}BW=1320\pi\pm440\pi\\ \omega_{hp}&=880\pi,1760\pi \end{align}\)

which gives a logarithmic center frequency - which is the same as the natural frequency - of

\(\begin{align} \omega_{n}&=\sqrt{\omega_{hp,1}\omega_{hp,2}}=\sqrt{880\pi\cdot1760\pi} \omega_n&=1244.51\pi \end{align}\)

which, in the number system most commonly used in the class, is not less than half of \(880\pi\).

Lesson Learned

Since the single-op-amp-with-four-components bandpass filter has a requirement that the bandwidth be at least twice the natural frequency, there is a limit on the quality of filter produced:

\(\begin{align} Q&=\frac{\omega_n}{BW}<\frac{1}{2} \end{align}\)

Now - turns out I should have figured this out very quickly for the following reason - this circuit cannot possibly be underdamped - underdamped circuits require energy storage units that are out of phase with each other (something inductive and something capacitive). Which means this must have a damping ratio \(\zeta\) of 1 or greater. And since

\(\begin{align} Q&=\frac{1}{2\zeta} \end{align}\)

this circuit can only have a quality of 0.5 or less.

The Solution

Assuming inductors are no longer outlawed, one way to actually build the specific filter above would be to have a series RLC connection for \(Z_n\) and a capacitor in the feedback loop. Which sounds like a great problem for Homework 11...hmmm....


Questions

Post your questions by editing the discussion page of this article. Edit the page, then scroll to the bottom and add a question by putting in the characters *{{Q}}, followed by your question and finally your signature (with four tildes, i.e. ~~~~). Using the {{Q}} will automatically put the page in the category of pages with questions - other editors hoping to help out can then go to that category page to see where the questions are. See the page for Template:Q for details and examples.

External Links

References

  1. Rizzoni, Giorgio. Principles and applications of electrical engineering / Giorgio Rizzoni, Tom Hartley. - 5th ed. McGraw-Hill, 2007.