Electronics/Expanded Edition Resonance

From Wikibooks, the open-content textbooks collection

Jump to: navigation, search

< Electronics:Expanded Edition

Contents

[edit] Resonance

Simple resonant circuit, description.

[edit] Amplification, Q, form factors

[edit] Filters

[edit] Ideal Filters

(Discussion of how ideal filters provide the signal until the break frequency/cies and then provide total attenuation. That is they look like a u(ω) − uu(ω − ωc) for low pass filter, where u(w) is the unit step function or Heaviside function. That is they have infinite drop off at the cutoff frequency. How this is not possible. Pretty diagrams of all the filters Low Pass, High Pass, Band Pass, Band Stop.)

Figure 1:The transfer function of an Ideal Low Pass Filter.
Figure 2:The transfer function of an Ideal High Pass Filter.
Figure 3:The transfer function of an Ideal Band Pass Filter.
Figure 4:The transfer function of an Ideal Band Stop Filter.


This section introduces first order butterworth low pass and high pass filters. An understanding of Laplace Transforms or at least Laplace Transforms of capacitors, inductors and resistors.

[edit] Low Pass

Figure 1: A basic RC circuit.

Transforming the Resistor and Capacitor to the Laplace domain we get:

R and \frac {1}{Cs}.

Expressing Vout(s) using terms of Vin(s).

V_{out}(s)=\frac {V_{in}(s)\frac {1}{Cs}}{R+\frac {1}{Cs}}
V_{out}(s)=\frac {V_{in}(s)}{RCs+1}

The transfer function is

H(s)=\frac {V_{out}(s)}{V_{in}(s)}

So

H(s)=\frac {1}{RCs+1}

For the Frequency Domain we put s = jω

H( \omega )=\frac {1}{jRC \omega + 1}

The magnitude is

 | H( \omega ) |=\frac {1}{\sqrt {R^2C^2 \omega ^2 + 1}}

and the angle is

 <H( \omega )=-arctan(RC\omega)\,

As ω increases | H(jω) | decreases so this circuit must represent low pass filter.

Using the -3 dB definition of band width.  |H(j \omega )|= \frac {1}{\sqrt {2}}

 \frac {1}{\sqrt {2}}=\frac {1}{\sqrt {R^2C^2 \omega ^2 + 1}}

Therefore

2 = R2C2ω2 + 1
\omega =\frac {1}{RC}

Which gives the general form of a low pass butterworth filter as:

 | H( \omega ) |=\frac {1}{\sqrt {1+ (\frac {\omega }{\omega _c})^{2k}}}

, where k is the order of the filter and ωc is the cut-off frequency.

[edit] High Pass

(Image of a first order RL high pass filter)

If all the component of the circuit are transformed into the Laplace Domain. The resistor becomes R and the inductor becomes Ls. Using voltage divider rule H(s) below is reached.

H(s)=\frac {\frac {Rs}{L}}{1+\frac {Rs}{L}}

If H(s) is transformed into the frequency domain by putting s = jω.

H(\omega)=\frac {\frac {j \omega R}{L}}{1+\frac {j \omega R}{L}}

Which has a magnitude of

| H(\omega) |=\frac {\sqrt {\frac { \omega ^2R^2}{L^2}}}{\sqrt {1+\frac { \omega R^2}{L^2}}}

and an angle of

< H(\omega)=90 - \arctan ({\frac {\omega R}{L}})
(cut-off frequency is w (R/L)^0.5)