I before E, except when it’s not

1. Amplifier fundamentals

Please see the Tourbook section of the same name: Tourbook: Amplifier fundamentals

The notation of Table: Symbol capitalization for circuit quantities is a compact representation of the concept

\[\underbrace{v_A(t)}_{total} = \underbrace{V_A}_{DC} + \underbrace{v_a(t)}_{ac}\]
  • ¿Why is there no time variable in the \(V_A\) term?

2. AC equivalent circuits

ce amp
Figure 1. Common-emitter amplifier with bias

An AC-equivalent circuit only contains the currents and voltages that change.

How to find the AC equivalent circuit:
  1. Solve the DC circuit (esp. collector currents). You need these for the small-signal circuit’s numbers.

  2. Set all DC Independent sources to zero. (V→short, I→open)

  3. Redraw the circuit.

Practice with Figure 1.

hf1 mic amp
Figure 2. HF-1 from Ashhar Farhan VU2ESE (source)

Find the AC equiv. circuit of Figure 2.

  1. independent DC sources to zero

  2. redraw

3. Large-signal AC

Finding the DC solution of a circuit should be a rather simple concept by now. Construct the circuit equations, add in the constitutive relations (device equations for R, C, L, transistors, etc.), and find the unique solution.[1]

Now, “turn on” the independent sources so they “drive” the circuit. These may vary with time (common), or temperature (never forget), or pressure (it’s true), or other external stimulus. The resulting changes in the node voltages and branch currents (with the DC solution subtracted) is the large-signal (AC) response.

  • if: there are any nonlinear elements in the circuit (i.e. semiconductors), then the exact shapes of these variations depend on the amplitude of the inputs.

  • else if: all the elements are linear, then the circuit quantities are simply the superposition of the responses to the independent sources separately.

  • else: raise Error("There are only two options.")

★ ★ ★ Linearity ★ ★ ★

Remember that a linear system satisfies the superposition principle:

homogeneity

\(F(k\,x) = k \, F(x)\), for any scalar constant k.

additivity

\(F(a + b) = F(a) + F(b)\)




Large-signal response to a stimulus

The large signal response of a circuit is really just “what the circuit does” because it includes all of the behavior — clipping, distortion, frequency response, …​ everything.

4. Small-signal quantities

signal notation diode
Figure 3. Signal quantities for a pn junction diode

Consider Figure 3.

  • The black line represents the true relationship between the quantities.

  • The green dot represents the DC solution of a particular circuit.

  • The blue axis represents the AC quantities, or how they change near the average (DC) solution.

  • The red line is tangent to the black curve at the DC operating point. Its slope is simply the derivative of the true equation evaluated at the DC solution.

Zoom in close enough to a small range around the green DC operating point and the true black line appears to be approximately straight.

Approximating the true black line as the red line about the green • point is called
the “small-signal approximation”. The circuit whose solution is the red line in the blue small-signal coordinate system is the small-signal equivalent circuit. This circuit is purely linear — containing independent V and I sources, dependent X-controlled Y-sources, Rs, Cs, Ls, and nothing else.

  • What are the SPICE circuit element names used in a linear circuit?

    • Independent sources:

    • Dependent sources:

    • Passive elements:

How “small” is small enough?

How much error are you okay with for your particular purpose?

Ability to solve linear circuits is a prerequisite for this course

Once we create this s-s equiv. circuit, we are solely in the realm of Linear Circuits 1+2 ECE 263+4, and use the analysis tools from Signals and Systems ECE 360 to switch between the time, frequency, and s domains.

5. Small-signal equivalent circuits

How to draw a circuit’s small-signal equivalent circuit:
  1. Find the AC equivalent circuit.

  2. Decide what to do with any inductors and capacitors. This depends on your frequencies of interest.[2]

    • What are the relative impedances of the L’s and C’s in context.

    • If justified, approximate some of the reactive components as either open- or short-circuits.

  3. (Redraw the circuit.)

  4. Replace each transistor with its small-signal model — either the hybrid-π or the T-model.
    Tourbook: §6.4 Small-signal models

5.1. Example: HF-1 microphone amplifier

hf1 mic amp
Figure 4. HF-1 [3]

Figure 4 is the microphone amplifier from a radio for voice communications using single-sideband amplitude modulation. The transmitted signal has a bandwidth of about 4 kHz, and so there is little use in keeping frequencies above 4 kHz. Also, voice frequencies below about 200 Hz have little effect on the intelligibility of the received signal and are high-pass filtered out.


5.2. Why this “impedance about equal” relationship?

Interesting things happen when the real and imaginary parts of an impedance are equal. One of which yields the ubiquitous \(\sqrt{2}\) that shows up all over the place in connection with frequency response. I, personally, prefer to see the quantities as vectors in my mind’s eye, which immediately jumps out as a right triangle with two equal sides.

zc sqrt2

R and C in series:

\[\begin{align} \mathrm{if } R \approx X_C = a \\ Z_{\mathrm{series}} &= R + jX_C \\ \left| Z_{\mathrm{series}} \right| &= \sqrt{R^2 + X_C^2} \\ \left| Z_{\mathrm{series}} \right| &= \sqrt{a^2 + a^2} \\ &= a \sqrt{2} \\ \end{align}\]

R and C in parallel

\[\begin{align} \mathrm{if } R \approx X_C = a \\ Z_{\mathrm{parallel}} &= \left( \frac{1}{R} + \frac{1}{jX_C} \right)^{-1} \\ \left| Z_{\mathrm{parallel}} \right| &= \frac{|1|}{\left| \frac{1}{R} - j\frac{1}{X_C} \right|} \\ &= \frac{1}{\sqrt{ \frac{1}{a^2} + \frac{1}{a^2} }} \\ &= \frac{1}{ \frac{2}{a^2} }\\ &= \frac{a}{\sqrt{2}} \\ \end{align}\]

6. Video worked example

This covers section § 5.1 with its decisions on what to do with all of the capacitors that remain in the AC equivalent circuit.


1. Unless the circuit is an oscillator, which, by definition, has parts with no or multiple DC solutions. That is for later.
2. *You* are doing the analysis, so you are apparently _interested_ in the meaning of the results. Therefore, you know or decide the frequencies that interest you.
3. from Ashhar Farhan VU2ESE source