An amplifier class defines the fraction of the input signal cycle during which the active output devices (transistors or tubes) conduct current, directly dictating the circuit's efficiency, linearity, and heat dissipation. When you select an amplifier topology, you are fundamentally choosing a compromise between audio fidelity (linearity) and power efficiency (heat). This choice changes everything in your physical design: it dictates whether you need a massive extruded aluminum heatsink, a complex LC low-pass output filter, or a dual-rail power supply. Think of the output transistor as a water faucet valve; in Class A, the valve is always partially open, wasting water even when you need zero flow, whereas in switching classes, the valve snaps fully open or fully shut to minimize waste.

The Core Amplifier Classes at a Glance

Before wiring up a chassis or ordering a custom PCB, you need to know the baseline specifications of the major amplifier classes. The table below maps the theoretical limits against what you will actually measure on the bench with real-world silicon and magnetics.

Amplifier Class Specification Matrix
Class Conduction Angle Theoretical Max Efficiency Practical Efficiency Output Filter Required? Primary Application
A 360° (Full cycle) 50% (25% typical) 15% - 30% No Boutique audio, guitar pedals
B 180° (Half cycle) 78.5% 50% - 60% No Rarely used alone (crossover distortion)
AB 180° to 360° 78.5% 50% - 70% No AV receivers, studio monitors
C < 180° (Pulse) 100% 70% - 90% Yes (LC Tank) RF transmitters, ham radio
D Switching (PWM) 100% 85% - 95% Yes (LC Low-pass) Subwoofers, portable Bluetooth
G/H AB + Rail switching N/A (Variable) 70% - 80% No Pro audio, high-power PA systems
Bench Note: The "Practical Efficiency" column assumes a typical audio signal (pink noise or music with a high crest factor), not a continuous sine wave. A Class AB amp rated for 78.5% efficiency on a continuous sine wave will realistically average around 50% efficiency when playing dynamic music, drastically changing your power supply sizing requirements.

The Math: Calculating Heat and Efficiency in Real Circuits

Abstract efficiency percentages do not tell you how large your heatsink needs to be. Let us run a worked numeric example to see what these classes actually change in a physical installation. Assume we are designing an amplifier to deliver 50W RMS into an 8-ohm speaker load.

Class A Thermal Reality

Class A amplifiers operate at roughly 25% practical efficiency. To deliver 50W of acoustic/electrical output power, the DC power supply must provide:

P_DC_In = P_Out / Efficiency = 50W / 0.25 = 200W

The remaining power is dissipated entirely as heat: 200W - 50W = 150W.
If your ambient room temperature is 25°C and the maximum safe junction temperature (Tj) of your silicon is 150°C, your maximum allowable thermal resistance from junction-to-ambient (RθJA) is:

RθJA = ΔT / P_Heat = (150°C - 25°C) / 150W = 0.83°C/W

The Catch: A single high-power TO-247 MOSFET (like the IRFP240) has a junction-to-case thermal resistance (RθJC) of about 0.83°C/W right out of the box. This leaves exactly 0.0°C/W for the thermal paste, insulator, and the heatsink itself—an impossibility. Therefore, a 50W Class A amplifier must use multiple parallel output devices (e.g., two or three complementary pairs) to divide the heat and lower the effective RθJC, paired with a massive extruded aluminum heatsink weighing several kilograms.

Class D Thermal Reality

A modern Class D module (using an IC like the TI TPA3116D2 or a Hypex Ncore discrete design) operates at roughly 90% practical efficiency.

P_DC_In = 50W / 0.90 = 55.5W

Heat dissipated: 55.5W - 50W = 5.5W.
At 5.5W, the required RθJA is a relaxed 22.7°C/W. You can mount the output MOSFETs directly to the PCB copper pour or use a tiny, inexpensive stamped-metal heatsink. This is why Class D dominates portable and car audio installations where weight and space are at a premium.

Where You Meet These Classes in Practice

Knowing the theory is only half the battle; recognizing which class is inside a commercial or DIY product dictates how you troubleshoot, repair, or integrate it.

  • Class A: You will find this in high-end boutique audio (e.g., Pass Labs Aleph series) and analog guitar effects pedals. In a circuit, look for massive heatsinks, heavy toroidal transformers, and output transistors that are hot to the touch even when no music is playing. If a Class A amp is cold at idle, it is broken or biased incorrectly.
  • Class AB: The workhorse of traditional home theater AV receivers and powered studio monitors (like older Yamaha HS series). Look for dual-rail power supplies (e.g., +40V / -40V) and a bias trimpot on the PCB used to set the quiescent idle current (usually 20mA to 50mA per output pair to prevent crossover distortion).
  • Class D: Ubiquitous in modern active subwoofers, soundbars, and car audio amplifiers. On the bench, you will identify these by the presence of large shielded surface-mount inductors at the output stage and a high-frequency PWM oscillator (typically 300kHz to 600kHz). Safety warning: Never probe the output of a Class D amp with a standard oscilloscope without a proper differential probe or LC filter; the high-frequency common-mode switching noise will fry your scope's input stage or give you wildly inaccurate ringing measurements.
  • Class C: Exclusively used in Radio Frequency (RF) applications like ham radio transmitters and induction heaters. You will never see this in audio because the extreme non-linearity destroys the signal envelope. Look for tuned LC tank circuits on the output that filter the pulses back into a clean sine wave.

Common Confusions and Design Tradeoffs

When sourcing components or reading datasheets from manufacturers like Texas Instruments or Analog Devices, several misconceptions routinely lead hobbyists and junior engineers astray.

Is Class D the same as "Digital Audio"?

No. This is the most common confusion in amplifier terminology. The "D" does not stand for Digital; it was simply the next letter after C. Class D is fundamentally an analog switching topology. It uses Pulse Width Modulation (PWM) to vary the duty cycle of an analog square wave. While it uses digital logic gates to generate the PWM, the audio signal path remains analog. A true "digital amplifier" would process the audio entirely in the digital domain (DSP) and convert it to analog at the very last stage, which is a different concept entirely.

Why not just use Class AB for everything if it sounds better?

The tradeoff is physical size and power draw. A 500W Class AB subwoofer amplifier requires a transformer capable of delivering 800W+ continuous, massive filter capacitors (e.g., 10,000µF 80V), and a heatsink that might weigh 15 lbs. A 500W Class D amplifier (like an ICEpower 1200AS2 module) can run off a lightweight Switched-Mode Power Supply (SMPS), weighs under 2 lbs total, and idles at a fraction of the power. For low-frequency reproduction where absolute high-frequency linearity is less critical, Class D is the undisputed practical winner.

What causes crossover distortion in Class B and AB?

Crossover distortion occurs at the zero-crossing point of the AC waveform, where the positive transistor turns off and the negative transistor turns on. Because silicon BJTs require ~0.6V (and MOSFETs require ~2.5V to 4V) to begin conducting, there is a brief "dead zone" where neither device is amplifying the signal. Class AB fixes this by applying a small DC bias voltage to keep both transistors slightly turned on (quiescent current) at all times, bridging the gap at the cost of a few extra watts of heat.

For deeper mathematical modeling of output stage impedance and load-line analysis, reference the foundational guides on All About Circuits and Electronics Tutorials. Ultimately, selecting an amplifier class is an exercise in thermal and physical constraints: define your maximum allowable heatsink volume and power supply budget first, and the correct amplifier class will select itself.