Amplifier classes categorize how long the output transistors conduct current during an input signal cycle, defining the fundamental trade-off between signal fidelity and power efficiency. In a real circuit, the chosen class dictates your heat sink mass, power supply capacity, and total harmonic distortion (THD). A common point of confusion is assuming "Class D" means "digital"; it actually refers to a high-frequency switching topology that acts like a digital pulse-width modulator but processes analog audio signals.

The Core Trade-Off: Conduction Angle and Efficiency

Every amplifier takes a small input signal and uses it to control a larger flow of current from a power supply to a load (like a speaker or antenna). The "class" of the amplifier is determined by its conduction angle—the portion of the 360-degree input waveform during which the active output devices (BJTs, MOSFETs, or vacuum tubes) are actually conducting current.

Think of a water valve controlling flow to a hose. A Class A amplifier leaves the valve partially open all the time, wasting water (energy) just to stay ready for a sudden demand. A Class B amplifier snaps the valve completely shut when idle and only opens it when water is actively requested, but slamming it open and closed causes a mechanical stutter (crossover distortion). Every subsequent amplifier class is essentially an engineering compromise to minimize that wasted energy while eliminating the stutter.

What changes in your physical build when you select a class? You are primarily changing your thermal management requirements and your power supply sizing. A highly linear Class A design might require a 400W power supply and a 15-pound aluminum heat sink to deliver just 100W of audio, whereas a Class D design might deliver the same 100W from a 120W supply with no heat sink at all.

Comparison Matrix: Major Amplifier Classes

The following table breaks down the standard amplifier classes you will encounter in electronics design and audio engineering. Note that theoretical maximum efficiency assumes a perfectly driven, continuous sine wave; real-world music or RF signals will yield lower average efficiencies.

Class Conduction Angle Theoretical Max Efficiency Typical Real-World Efficiency Primary Use Case Heat Output
A 360° (Full cycle) 25% (transformer-coupled: 50%) 15% - 20% Audiophile Hi-Fi, boutique guitar amps Extreme
B 180° (Half cycle) 78.5% 50% - 60% Rarely used alone due to crossover distortion Moderate
AB 180° to 360° 50% - 78.5% 45% - 65% Consumer AV receivers, pro audio, instrument amps Moderate to High
C < 180° (Pulses) Up to 90% 70% - 85% RF transmitters, ham radio (requires tuned LC tank) Low
D Switching (PWM) 100% 85% - 95% Portable Bluetooth speakers, soundbars, subwoofers Very Low
G / H AB with rail switching Similar to AB, but higher average 65% - 80% High-power pro audio, studio monitors Low to Moderate

Worked Example: Sizing a Heat Sink for a 100W Audio Amp

To understand how amplifier classes impact physical hardware, let us calculate the heat dissipation and required thermal resistance for a 100W RMS audio amplifier driving an 8-ohm load. We will compare Class A, Class AB, and Class D topologies.

The Scenario: We need 100W of continuous acoustic/electrical output power ($P_{out}$). The maximum allowable junction temperature ($T_J$) for our silicon output transistors is 150°C, and our ambient room temperature ($T_A$) is 25°C. This gives us a maximum allowable temperature rise ($\Delta T$) of 125°C.

Safety Warning: Class A amplifiers dissipate maximum heat at idle, not at full volume. If you build a high-power Class A amplifier and leave it on without a speaker connected, the heat sink will reach its maximum thermal saturation and can easily cause severe burns or ignite nearby combustible materials if improperly mounted.

1. Class A Amplifier (Assuming 25% efficiency)

  • Power drawn from supply ($P_{in}$): $100W / 0.25 = 400W$
  • Power dissipated as heat ($P_{heat}$): $400W - 100W = 300W$
  • Required thermal resistance ($\theta_{JA}$): $125°C / 300W = \mathbf{0.41°C/W}$

Result: A thermal resistance of 0.41°C/W requires a massive, heavily finned extruded aluminum heat sink (often weighing over 20 lbs) or forced-air cooling. This is why commercial Class A amps like the Pass Labs XA series are incredibly heavy.

2. Class AB Amplifier (Assuming 60% efficiency)

  • Power drawn from supply ($P_{in}$): $100W / 0.60 = 166.6W$
  • Power dissipated as heat ($P_{heat}$): $166.6W - 100W = 66.6W$
  • Required thermal resistance ($\theta_{JA}$): $125°C / 66.6W = \mathbf{1.87°C/W}$

Result: A thermal resistance of 1.87°C/W is easily achieved with a standard, moderately sized extruded aluminum heat sink bolted to the chassis. Chips like the classic LM3886 or discrete TO-3 transistors thrive in this regime.

3. Class D Amplifier (Assuming 90% efficiency)

  • Power drawn from supply ($P_{in}$): $100W / 0.90 = 111.1W$
  • Power dissipated as heat ($P_{heat}$): $111.1W - 100W = 11.1W$
  • Required thermal resistance ($\theta_{JA}$): $125°C / 11.1W = \mathbf{11.26°C/W}$

Result: A thermal resistance of 11.26°C/W is so high that the MOSFETs can often dissipate the heat through their own physical package and the PCB copper pour. Modern ICs like the TI TPA3116D2 can output 50W+ per channel with only a tiny surface-mount pad for cooling. For a deeper look at Class D topology, refer to this technical breakdown of Class D audio basics.

Where You Meet Amplifier Classes in Practice

You will rarely see a schematic labeled "Class B" in modern consumer gear, but the other classes dominate specific niches based on their physical constraints.

  • Audiophile Hi-Fi and Studio Monitoring: Class A and Class AB remain the standard for critical listening environments where the absolute lowest THD and zero switching noise are prioritized over electricity costs. High-end brands like McIntosh and Benchmark Media rely heavily on heavily biased Class AB or pure Class A designs.
  • Portable Bluetooth Speakers and Soundbars: Class D is the undisputed king here. When your power source is a 3.7V lithium-ion cell, you cannot afford to waste 75% of your battery capacity as heat. Class D chips allow a tiny JBL Flip or a slim TV soundbar to produce surprisingly high SPL (sound pressure levels) without melting the plastic enclosure.
  • Pro Audio Touring and Subwoofers: Moving thousands of watts of bass energy requires immense power. Modern touring racks use advanced Class D modules (like Hypex Ncore or Powersoft designs) that weigh a fraction of the old 1990s Class AB transformer-based amps, while delivering higher continuous current.
  • RF Transmitters and Ham Radio: Class C is heavily used in radio frequency applications. Because Class C conducts for less than 180 degrees of the cycle, it destroys audio linearity. However, in RF, the output is fed into a high-Q tuned LC tank circuit that "rings" and reconstructs the missing portions of the sine wave, yielding massive efficiency for CW (continuous wave) or FM transmission.

Frequently Asked Questions About Amplifier Classes

Is a Class D amplifier actually digital?

No. The "D" does not stand for digital; it was simply the next letter in the alphabet after Class C. A Class D amplifier is an analog switching amplifier. It takes an analog audio input and compares it to a high-frequency triangle wave using a comparator, generating a Pulse-Width Modulated (PWM) square wave. While the internal switching looks like digital logic (rails-to-rails, high/low states), the signal path is entirely analog, and the output filter reconstructs an analog waveform to drive the speaker.

Why do Class A amplifiers get so hot even with no audio playing?

In a Class A design, the output transistors are biased so that they conduct the full maximum current continuously, even when the input signal is zero. This ensures that the transistors never turn off, completely eliminating crossover distortion and keeping the device in its most linear operating region. Because it is drawing maximum current from the power supply at all times, all of that energy must be dissipated as heat when no acoustic work is being done by the speaker.

What is the difference between Class G and Class H amplifiers?

Both Class G and Class H are enhancements of the Class AB topology designed to improve efficiency during dynamic musical peaks. A Class G amplifier uses multiple fixed power supply rails (e.g., ±35V and ±70V). It operates on the lower rail for quiet passages to save heat, and instantly switches to the higher rail when a loud transient demands it. A Class H amplifier takes this a step further by using a modulated power supply that continuously tracks the input signal, dynamically raising and lowering the rail voltage in real-time to keep the voltage drop across the output transistors as small as possible.

Can I use a Class C amplifier for audio?

Practically, no. Class C amplifiers are highly non-linear because the active device is completely off for more than half of the input cycle. If you feed a complex audio waveform (like music or speech) into a Class C amp, the output will be severely clipped and distorted, sounding like a harsh buzz. Class C is strictly reserved for constant-frequency or narrow-band RF applications where a resonant tank circuit can filter out the harmonic distortion and reconstruct a clean sine wave.