본문 바로가기
Microelectronics

[Post #31/38] Output Stages and Push-Pull Power Amplifiers

by WiseTech_Owl 2026. 5. 25.
반응형
Output Stages and Push-Pull Power Amplifiers banner

CONTENT_START [HERO_HERE: Conceptual schematic showing an NPN/PNP totem-pole output stage driving a loudspeaker load]

📘 Microelectronic Circuits Series — Post #31/38 — 14.1-14.4 (Theory)

Output stages represent the final barrier between a delicate, low-power control signal and the unforgiving physical world of speakers, motors, and transmission lines. Mastering these circuits is the difference between a high-fidelity signal chain and a distorted, overheating mess.

1. Overview & Background — Why this matters

Imagine a team of two people tasked with moving a heavy swinging door back and forth. One person (the NPN) can only push the door to the right, while the other (the PNP) can only push it to the left. If they are lazy and stand too far from the door, there is a "dead zone" where neither person is touching it; the door sits limp and unresponsive until one of them finally makes contact. This is the essence of a push-pull power stage.

Class AB push-pull output stage (NPN/PNP with bias diodes)
Figure 1. Class AB push-pull output stage (NPN/PNP with bias diodes)

In analog design, an emitter-follower (Common-Collector) is our workhorse for current gain. However, a single emitter-follower is a Class A stage; it conducts current constantly, even when the input is zero, wasting massive amounts of power as heat. To drive low-impedance loads like 8 Ω speakers, we need a "Push-Pull" topology that distributes the burden: the NPN handles the positive half-cycle, and the PNP handles the negative half-cycle.

Historically, early solid-state amplifiers suffered from "crossover distortion"—a harsh buzzing sound at low volume—because transistors require a 0.7 V turn-on voltage. Solving this by biasing the transistors to be "always slightly on" transforms the design into a Class AB amplifier, the industry standard for high-performance audio and precision motor control.

[DIAGRAM_1_HERE: Schematic of a complementary push-pull output stage with input V_in, NPN/PNP transistors, and output V_out]

2. How it Works (Physical & Circuit Principles)

In a Class B push-pull stage, we connect the emitters of an NPN and a PNP transistor together at the output. When Vin is positive, the NPN turns on; when Vin is negative, the PNP turns on. However, because both transistors require a base-emitter voltage VBE of roughly 0.7 V to conduct, the output remains stuck at 0 V while the input swings between -0.7 V and +0.7 V. This interval is the "dead zone" where the output is unresponsive.

To eliminate this, we insert a bias network between the bases. Think of this like pre-loading a spring so that the NPN and PNP are already touching the door before a command is given. By placing two diodes (or a VBE multiplier circuit) in series between the bases, we provide just enough constant voltage to keep both transistors slightly conductive even when the signal is zero.

I_C = I_S e^{V_{BE} / V_T}

where IS is the reverse-saturation current (typically ~10-15 A) and VT = kT/q ≈ 26 mV is room-temperature thermal voltage. This exponential relationship dictates that even a tiny change in bias voltage results in a massive shift in quiescent current.

💡 Intuition: The VBE multiplier is essentially an "active diode" that allows us to tune the bias voltage by setting a resistor ratio, compensating for transistor-to-transistor variations in VBE.

3. Key Design Equations

The quiescent current IQ determines the overlap of conduction:

I_Q = I_S e^{(V_{bias}/2) / V_T}

where IQ is the standing current flowing through the output transistors in the absence of an input signal.

Class B vs Class AB output waveforms showing crossover distortion
Figure 2. Class B vs Class AB output waveforms showing crossover distortion

The total bias voltage required for Class AB operation:

V_{BB} = 2 V_{BE(on)} \approx 1.4 \, \text{V}

where VBB is the voltage drop maintained across the bias network to bridge the dead zone.

The maximum power dissipation in the transistors:

P_{D,max} = \frac{V_{CC}^2}{\pi^2 R_L}

where VCC is the supply voltage and RL is the load resistance (e.g., 8 Ω).

4. Worked Numerical Example — Calculate it yourself

Consider a Class AB stage using a pair of power transistors with IS = 10-12 A. We want a quiescent current IQ of 10 mA to ensure linear transition. What must the bias voltage VBB be?

1. Start with the exponential current equation: IQ = IS · exp(VBE / VT).

2. Rearrange for VBE: VBE = VT · ln(IQ / IS).

3. Calculate: VBE = 0.026 · ln(10-2 / 10-12) = 0.026 · ln(1010) ≈ 0.026 · 23.03 = 0.598 V.

4. Total bias VBB = 2 · 0.598 V ≈ 1.2 V.

This 1.2 V must be maintained by the bias circuit to keep the output stage free of crossover distortion.

[DIAGRAM_2_HERE: Transfer characteristic curves for Class B (showing crossover) vs. Class AB (smooth transition)]

5. Design Considerations & Trade-offs

  • Thermal Runaway: As temperature increases, VBE decreases. If the bias voltage stays fixed, IQ rises, heating the device further. Use thermal tracking (mounting the bias diodes on the same heatsink as the power transistors) to stabilize.
  • Efficiency vs. Distortion: Increasing IQ reduces crossover distortion but lowers power efficiency. A compromise is usually found at a few mA of quiescent current.
  • Load Impedance: In low-impedance systems (e.g., 4 Ω), current-handling capability is the bottleneck; ensure the transistors' IC,max is significantly higher than the peak load current.
  • Output Swing: The output cannot reach the rails (VCC or VEE) because of the VCE,sat of the transistors; this "headroom" loss must be accounted for in the system voltage budget.

6. Where it Shows Up in Practice

Class AB stages are the backbone of integrated audio power amplifiers like the classic TDA2030. They are also prevalent in the driver stages of high-end Op-Amps like the OPA548, which can deliver up to 5 A to a load. In industrial settings, they drive the gate-drive circuits for large MOSFETs in motor controllers, providing the high current pulses needed to charge and discharge gate capacitance quickly.

7. Common Pitfalls & Debugging Tips

  • ⚠️ Thermal instability: If your amplifier draws more current as it warms up, your thermal feedback loop is likely disconnected or incorrectly placed. Always keep diodes in close physical contact with the main transistors.
  • ⚠️ Crossover notches: If you see sharp notches on an oscilloscope trace during a sine wave input, your VBB is too low; check your bias diodes or VBE multiplier resistor values.

8. Exam & Interview Hot Spots

  • 💡 "Why does crossover distortion happen?" (Answer: The 1.4 V dead zone where neither NPN nor PNP conducts.)
  • 💡 "How does a VBE multiplier work?" (Answer: A transistor with a resistive voltage divider across the collector-emitter acts as a tunable voltage source.)
  • 💡 "Why is Class AB preferred over Class A for high power?" (Answer: Efficiency. Class A is 25% max, while Class AB can exceed 70% efficiency.)

9. Key Takeaways

  • Push-pull topology trades increased circuit complexity for significantly higher power efficiency.
  • Crossover distortion occurs because transistors are non-conducting below their 0.7 V VBE threshold.
  • Class AB biasing solves this by pre-charging the base inputs to a level just below conduction.
  • Thermal stability is the primary failure mode in high-power discrete output stages.
  • Always calculate the peak current requirements to prevent thermal overload and clipping.

Educational content only. Always verify with datasheets and SPICE simulation before production design.

반응형