An electronics class defines the conduction angle and biasing method of the active output devices (transistors or tubes) in an amplifier circuit, dictating its efficiency, heat dissipation, and signal distortion. In a real circuit, the chosen class fundamentally changes the physical footprint and power supply requirements by shifting the trade-off between thermal efficiency and Total Harmonic Distortion (THD). Beginners commonly confuse "Class D" with "digital" amplification (it is actually switched-mode analog PWM), and frequently confuse an amplifier's class with its topology (single-ended vs. push-pull).
What an Electronics Class Dictates in a Circuit
When you select an electronics class for an output stage, you are deciding how long the output transistors conduct current during a single 360-degree cycle of the input waveform. This single decision cascades into three critical design parameters:
- Quiescent Current Draw: How much power the circuit burns just sitting idle with no audio or signal present.
- Thermal Management: The physical mass of the aluminum heatsink required to keep the silicon junction temperature ($T_J$) below its 150°C destruction threshold.
- Crossover Distortion: The "dead band" glitch that occurs when a push-pull circuit hands off the waveform from the NPN (positive) device to the PNP (negative) device.
Think of an amplifier like a water valve metering flow to a hose. Class A leaves the valve slightly open all the time so water flows instantly when you need it (wasteful, but zero delay). Class D rapidly snaps the valve fully open and fully closed hundreds of thousands of times a second to meter out the exact average flow (highly efficient, but requires a downstream filter to smooth the pulses).
The Big Three: Class A, AB, and D Breakdown
While there are niche variants like Class G and H (which switch power supply rails to improve efficiency), 95% of DIY and commercial designs rely on these three core operating modes. For a deeper dive into the silicon physics, the Analog Devices amplifier classes tutorial remains the industry-standard reference.
| Parameter | Class A | Class AB | Class D |
|---|---|---|---|
| Conduction Angle | 360° (Always on) | >180° but <360° | Switching (PWM) |
| Max Theoretical Efficiency | 50% (Inductive load) | 78.5% | ~100% (Practical ~90%) |
| Crossover Distortion | None (Single-ended) | Mitigated by bias | None (Filtered out) |
| Output Filter Required? | No | No | Yes (LC Reconstruction) |
| Typical Use Case | High-end headphone amps | Studio monitors, AVRs | Subwoofers, portable PA |
Worked Example: Thermal Math for a 50W Output Stage
Let's look at the real-world thermal consequences of your electronics class choice. Assume we are designing an amplifier to deliver 50W RMS into an 8Ω load. We need to calculate the heatsink thermal resistance ($\theta_{SA}$) required to keep the transistor junction at a safe 150°C in a 25°C room ($\Delta T = 125°C$).
Class A (Single-Ended, Inductive Load)
At 50% maximum efficiency, delivering 50W of audio requires 100W of DC power from the supply. The remaining 50W is dissipated purely as heat, even at idle.
Result: A 2.5°C/W heatsink is a massive, heavy block of extruded aluminum, likely costing $40+ and weighing several pounds.
Class AB (Push-Pull)
In real-world conditions at 50W output, a Class AB stage operates at roughly 60% efficiency. Delivering 50W requires 83.3W of DC power.
Result: Still requires a substantial finned heatsink, but it is physically manageable for a standard 2U rack chassis.
Class D (Switching PWM)
Using a modern IC like the Texas Instruments TPA3255, real-world efficiency at 50W hits about 90%. Delivering 50W requires only 55.5W of DC power.
Result: A 22.7°C/W thermal resistance is easily achieved with a tiny $2 stamped metal clip, or simply by using the PCB's copper pour as the heatsink.
Where You Meet Amplifier Classes in Practice
You will encounter these electronics classes across wildly different domains of electrical engineering, not just audio:
- RF Transmitters: Class C is heavily used in RF (like ham radio transmitters) because it sacrifices linearity for massive efficiency, relying on a tuned LC tank circuit to reconstruct the sine wave. You will almost never see Class C in audio.
- Motor Drivers: If you are driving a BLDC motor with an ESC (Electronic Speed Controller) or a stepper motor with a chopper driver, you are implicitly using Class D (PWM switching) topologies to prevent the driver ICs from melting.
- Hi-Fi Audio: Class A dominates the ultra-high-end niche (e.g., Pass Labs) where buyers accept 500W of heat output for 50W of pristine audio. Class D dominates the active subwoofer and portable Bluetooth speaker market where battery life and physical size are paramount.
Decision Tree: Picking the Right Electronics Class
Stop guessing and use this decision path to lock in your output stage topology. Follow the if-then logic to arrive at your exact part number.
| If your project requires... | Then choose this Class... | Concrete Part / Module Pick |
|---|---|---|
| <1W output, headphone driving, zero crossover distortion, and you don't care about battery drain. | Class A | OPA1612 (Op-amp) or discrete 2N3904/2N3906 pair. (Cost: ~$4) |
| 10W to 100W output, linear bench testing, simple single-supply or dual-rail design, and you want to avoid complex LC output filters. | Class AB | TI LM3886T (Classic 68W chip amp). Requires a 3°C/W heatsink. (Cost: ~$12 for IC) |
| >100W output, battery-powered PA, active subwoofer, or you need to keep the PCB footprint under 2x2 inches. | Class D | TI TPA3255 breakout module (e.g., Aiyima A07). Requires an LC reconstruction filter. (Cost: ~$45 for module) |
Common Misconceptions
Is Class D a "Digital" Amplifier?
No. This is the most persistent myth in electronics. Class D is an analog amplifier that uses Pulse Width Modulation (PWM). The input analog signal is compared against a high-frequency triangle wave to generate varying pulse widths. The output transistors are simply acting as highly efficient analog switches. There is no digital-to-analog conversion (DAC) or binary logic happening inside the output stage itself.
Does "Push-Pull" Mean Class B or AB?
Push-pull is a topology, not a class. Topology describes how the devices are wired (single-ended vs. push-pull). Class describes how they are biased. You can have a push-pull Class B (which has terrible crossover distortion), a push-pull Class AB (the industry standard), or even a push-pull Class A (where both devices conduct 360°, but one sources current while the other sinks it).
Why not just use Class D for everything?
Class D requires an LC low-pass filter at the output to remove the 400kHz+ PWM switching carrier frequency. If the filter components are poorly chosen, or if the speaker cable length varies wildly, the filter's Q-factor shifts, causing high-frequency peaking or phase anomalies. For ultra-low-noise, low-power sensor applications or precision DC servo loops, the switching noise of Class D makes linear Class AB the mandatory choice.
For 90% of modern DIY builds—especially anything involving subwoofers, battery power, or high-wattage outputs—Class D is the default, definitive recommendation. Grab a TPA3255 module, design a clean power supply, and let the silicon handle the thermal math.






