An amplifier category (or class) defines the fraction of the input signal cycle during which the active output devices conduct current, directly dictating the circuit's efficiency, linearity, and heat dissipation. In a real circuit or installation, selecting the category changes the biasing network topology, the required heat sink mass, the power supply current rating, and the complexity of the output filtering. People commonly confuse amplifier classes (which describe conduction angles and switching behavior) with amplifier topologies (like differential or instrumentation setups), and frequently mistake "Class D" as standing for "Digital" rather than switched-mode analog.

The Bottom Line: If you are designing a high-fidelity audio stage where heat is manageable, Class AB remains the benchmark for low distortion without complex filtering. If you are building a battery-powered Bluetooth speaker or a high-wattage subwoofer plate amp, Class D is mandatory to prevent thermal runaway and preserve battery life.

The Core Categories of Amplifiers at a Glance

The categories of amplifiers are primarily divided by their conduction angle—how many degrees of the 360-degree input waveform the output transistors are actively passing current. Below is a reference matrix detailing the electrical characteristics and common silicon implementations for each major class.

Class Conduction Angle Max Theoretical Efficiency Typical Real-World Efficiency Typical THD (Uncompensated) Common IC / Topology Example
A 360° (Full cycle) 50% (Inductive load) 20% - 30% < 0.1% Discrete 2N3055 single-ended
B 180° (Half cycle) 78.5% 60% - 65% > 5% (Crossover distortion) Rarely used standalone in audio
AB 181° to 359° 78.5% 50% - 65% 0.01% - 0.1% TI LM3886, ON Semi NJL3281D
C < 180° 90%+ 70% - 85% High (Requires tuned tank) 2N3866 RF final stages
D Switching (PWM) 100% 85% - 95% 0.02% - 0.1% (With feedback) TI TPA3116D2, Hypex Ncore
G Variable (Rail switching) 78.5% 70% - 80% 0.01% - 0.05% Benchmark AHB2 (Tracked supply)

According to foundational texts on amplifier classes from Electronics Tutorials, the trade-off is always between linearity (low Total Harmonic Distortion, or THD) and efficiency. Class A keeps the transistor permanently biased "on," eliminating crossover distortion but wasting massive amounts of power as heat. Class B turns the device completely off at the zero-crossing, creating severe crossover distortion. Class AB is the pragmatic compromise, applying just enough bias current to keep both devices slightly on during the zero-crossing.

Worked Example: Thermal Dissipation in Class AB vs. Class D

To understand why the categories of amplifiers matter on the workbench, let us calculate the thermal requirements for driving an 8-ohm bookshelf speaker to 50W RMS continuous output. We will compare a traditional Class AB chip amp (like the LM3886) against a modern Class D module (like the TPA3116D2).

Class AB Thermal Calculation

Assume the Class AB amplifier is operating at 55% practical efficiency at full continuous sine-wave output.

  • Output Power ($P_{OUT}$): 50W
  • Total Power Drawn ($P_{IN}$): $50W / 0.55 = 90.9W$
  • Power Dissipated as Heat ($P_{D}$): $90.9W - 50W = 40.9W$
Thermal Resistance Requirement: If the silicon max junction temperature ($T_J$) is 150°C and the ambient enclosure temperature ($T_A$) is 40°C, the allowable temperature rise ($\Delta T$) is 110°C. The required thermal resistance from junction-to-ambient ($\theta_{JA}$) must be $110°C / 40.9W = \mathbf{2.68°C/W}$. This mandates a massive extruded aluminum heatsink weighing upwards of 400g, plus thermal paste and careful chassis ventilation.

Class D Thermal Calculation

Assume the Class D amplifier operates at 90% practical efficiency (accounting for switching losses and the LC output filter).

  • Output Power ($P_{OUT}$): 50W
  • Total Power Drawn ($P_{IN}$): $50W / 0.90 = 55.5W$
  • Power Dissipated as Heat ($P_{D}$): $55.5W - 50W = 5.5W$

Using the same 110°C allowable rise, the required $\theta_{JA}$ is $110°C / 5.5W = \mathbf{20°C/W}$. A standard 4-layer PCB with a thermal via array under the IC's exposed pad easily achieves a thermal resistance of 15°C/W to 20°C/W. No external finned heatsink is required. This single calculation explains why Class D has entirely conquered the portable and compact audio market.

Where You Meet These Categories in Practice

The theoretical categories of amplifiers map directly to specific hardware implementations you will encounter in commercial products and DIY builds.

Class AB: Studio Monitors and High-End Receivers

When absolute signal purity is required and physical size is not a constraint, Class AB dominates. The TI LM3886 and OPA541 are legendary Class AB power ICs used in active studio monitors. The primary design challenge here is managing the quiescent current. If the $V_{BE}$ multiplier bias circuit drifts due to temperature, the amp will either thermal runaway (bias too high) or introduce crossover distortion (bias too low). Proper thermal coupling of the bias transistor to the output devices is mandatory.

Class D: Subwoofers, PA Systems, and Portable Audio

Class D amplifiers use a high-frequency PWM carrier (typically 300kHz to 600kHz) to switch the output MOSFETs fully on or fully off, minimizing the time spent in the high-dissipation linear region. As detailed in All About Circuits' Class D primer, the catch is the output filter. You must design a precise LC low-pass filter (usually a 10µH inductor and 1µF capacitor) to strip the switching carrier before it reaches the speaker. If you omit this filter, the high-frequency energy will fry tweeters and cause severe EMI interference with nearby RF equipment.

Class C: Ham Radio and RF Transmitters

You will almost never see Class C in audio because the output waveform is heavily clipped, resulting in massive harmonic distortion. However, in RF applications like a 144 MHz ham radio transmitter, the output is fed into a high-Q LC resonant tank circuit. The tank circuit "rings" and reconstructs the missing portions of the sine wave. Because linearity is irrelevant for Continuous Wave (CW) or Frequency Modulation (FM) signals, the 80%+ efficiency of Class C makes it the standard for RF final amplifier stages.

Class G: Tracked-Supply Audio Amplifiers

Class G is essentially a Class AB amplifier with multiple power supply rails. When the audio signal is quiet, it runs off a low-voltage rail (e.g., ±15V) to maintain high efficiency. When a transient peak hits, fast diodes or MOSFETs switch the output stage to a high-voltage rail (e.g., ±50V) to prevent clipping. This architecture is common in high-power professional audio amplifiers where average power levels are low, but peak headroom must be massive.

Frequently Asked Questions

Is a Class D amplifier a "digital" amplifier?

No. This is the most persistent myth in electronics. Class D is a switched-mode analog amplifier. While it uses Pulse Width Modulation (PWM)—a technique also used in digital logic—the input signal is an analog voltage, the error amplifier is analog, and the output filter reconstructs an analog waveform to drive the speaker. There is no digital signal processing, binary counting, or discrete digital-to-analog conversion happening in a standard Class D power stage.

What are Class E and Class F amplifiers?

Classes E and F are highly specialized RF amplifier categories used at VHF/UHF and microwave frequencies. They rely on complex harmonic tuning networks (shaping the voltage and current waveforms so they never overlap at the transistor junction) to achieve efficiencies exceeding 90%. You will encounter these in software-defined radio (SDR) transmitters and cellular base station power amps, but practically never in baseband or audio circuits.

Why does my Class AB amplifier get hot even when no music is playing?

That is the nature of the Class A bias portion of a Class AB design. To prevent crossover distortion, the output transistors are biased to conduct a quiescent current (often 50mA to 200mA per device) even with zero input signal. If your amplifier has a ±30V supply and draws 100mA of quiescent current, it is dissipating 6W of heat continuously just sitting idle. This is a normal operating characteristic, not a fault condition, provided the heatsink is adequately sized for the static thermal load.