An amplifier class defines the conduction angle and biasing of the output transistors, dictating the fundamental trade-off between power efficiency and signal linearity. When you select a specific topology for a circuit, you are not just picking a theoretical sound signature or RF emission profile; you are physically determining the required size of your heatsinks, the current rating of your power supply, and the battery life of your portable device. Think of the conduction angle like a water faucet valve: a Class A valve is always open and flowing (wasting water/energy even when you don't need it), while a Class B valve only opens when you actively turn the handle (saving water, but introducing a slight mechanical stutter right at the moment it opens).

The Core Amplifier Class Comparison Matrix

Before diving into circuit design, reference this data-dense matrix. It outlines the exact electrical boundaries of the most common topologies you will encounter in audio, RF, and instrumentation design.

Amplifier Class Conduction Angle Max Theoretical Efficiency Typical Real-World Efficiency THD+N Profile Primary Application
Class A 360° (Full cycle) 25% (inductive) / 50% (transformer) 15% - 30% Ultra-low (<0.01%) Boutique audio, low-noise preamps
Class B 180° (Half cycle) 78.5% 50% - 60% High (Crossover distortion) Rarely used alone; basis for Class AB
Class AB 180° to 360° 78.5% 45% - 65% Low (0.01% - 0.1%) Home stereo receivers, guitar amps, op-amps
Class C < 180° (Pulsed) 90%+ 70% - 85% Extremely High (Unusable for audio) RF transmitters, FM broadcast, LC oscillators
Class D Switched (PWM) 100% 85% - 95% Low-Medium (0.05% - 0.2%) Active speakers, soundbars, portable Bluetooth
Class G/H Variable (Rail switching) ~85% 65% - 80% Low (Similar to AB) High-power PA systems, studio monitors
Spec-Sheet Tip: When reading datasheets for Class D audio ICs (like the TI TPA3116D2), always check the efficiency curve at your specific load impedance. A chip rated at 90% efficiency into 4 Ω might drop to 82% efficiency into 8 Ω due to increased switching losses relative to the delivered power.

What Amplifier Class Changes in Your Circuit Design

The choice of amplifier class fundamentally alters your thermal management and power supply architecture. To illustrate exactly what changes on your workbench, let's run a worked numeric example comparing a traditional linear design against a modern switched-mode design.

Numeric Example: 50W RMS into an 8 Ω Load

Suppose you are designing an amplifier to deliver 50W RMS into an 8 Ω speaker. The output power ($P_{out}$) is fixed at 50W. Here is how the topology changes your physical hardware requirements:

Scenario 1: Class AB Linear Amplifier
Assuming a realistic real-world efficiency ($\eta$) of 50%, the total DC power drawn from your supply ($P_{DC}$) must be 100W. This means the output transistors must dissipate 50W of waste heat ($P_{diss}$).
Using the thermal resistance formula $R_{\theta JA} = (T_J - T_A) / P_{diss}$, and assuming a maximum silicon junction temperature ($T_J$) of 125°C with a bench ambient ($T_A$) of 25°C, your maximum allowable thermal resistance is 2.0°C/W. Accounting for the transistor's internal junction-to-case resistance and the thermal interface material, you are left with roughly 1.0°C/W for the heatsink itself. This mandates a massive, heavy extruded aluminum fin array, often costing $15-$25 per channel and requiring significant chassis volume.

Scenario 2: Class D Switched-Mode Amplifier
Using a modern Class D topology (like the Texas Instruments TPA3116D2 architecture) with 90% efficiency, $P_{DC}$ is only 55.5W. The waste heat drops to a mere 5.5W.
Recalculating the thermal resistance: $R_{\theta JA} = 100 / 5.5 =$ 18.1°C/W. This high thermal resistance threshold means you do not need an external aluminum heatsink at all. The waste heat can be safely managed by the exposed thermal pad on the IC package transferring heat directly into the copper ground pour of a standard 2-layer FR4 PCB.

Power Supply Sizing: In the Class AB example, your power supply must deliver 100W continuous. In the Class D example, a 60W supply is sufficient. This cascades into smaller transformer windings, lower-rated bridge rectifiers, and smaller filter capacitors, drastically reducing the total BOM cost and physical footprint.

Where You Meet Amplifier Classes in Practice

You will encounter specific topologies dictated by the end-use application's tolerance for heat versus its requirement for signal purity.

  • Audiophile and Instrumentation (Class A): Found in high-end gear like Pass Labs amplifiers or low-noise oscilloscope front-ends. The transistors never turn off, eliminating crossover distortion entirely, but the massive heat output limits these designs to low-power applications (usually under 30W per channel).
  • Home Audio and Guitar Amps (Class AB): The workhorse of the 20th century. Almost all traditional solid-state home theater receivers and iconic guitar amplifiers (like the Fender Twin Reverb solid-state variants) use Class AB. It provides a compromise: enough bias current to smooth out the crossover notch, but efficient enough to fit inside a standard rack-mount chassis.
  • Active Speakers and Soundbars (Class D): Modern powered monitors (like the Genelec 8000 series) and soundbars rely almost exclusively on Class D. The high efficiency allows a 100W amplifier to be crammed into the back of a speaker cabinet without melting the enclosure. High-end implementations like Hypex Ncore or Purifi Eigentakt modules have pushed Class D THD+N down to 0.0005%, rivaling the best linear designs.
  • RF Transmitters (Class C): If you are building an FM broadcast transmitter or a ham radio RF stage, you will use Class C. The transistor acts as a switch, conducting for less than half the input cycle. While the output waveform is heavily clipped and distorted, a high-Q LC tank circuit at the output filters the harmonics, restoring a clean sine wave at the fundamental frequency with immense efficiency.

Common Confusions and Selection Mistakes

When selecting an amplifier topology, hobbyists and junior engineers frequently fall into a few semantic traps that lead to poor design choices.

Myth 1: 'Class D' Means Digital

This is the most pervasive misconception in audio electronics. Class D amplifiers are not digital. They are analog switched-mode amplifiers. The input analog signal is compared against a high-frequency triangle wave to generate a Pulse Width Modulated (PWM) signal. The output transistors switch fully on or fully off based on this PWM signal, and a passive LC low-pass filter at the output reconstructs the analog waveform. The 'D' simply followed 'C' alphabetically when the topology was invented in the 1950s. If you are feeding a Class D amp from a microcontroller DAC, you are still operating in the analog domain.

Myth 2: The Alphabet Indicates Quality

Beginners often assume that because Class D came after Class A, B, and C, it must be the 'best' or most advanced. In reality, the letters generally denote the chronological order of invention, not a hierarchy of fidelity. A poorly designed Class D amp will sound significantly worse than a well-engineered Class AB amp. When reading foundational amplifier tutorials, remember that the letter only defines the conduction angle, not the execution quality.

Myth 3: Higher Efficiency is Always Better

While 95% efficiency sounds universally superior, Class D amplifiers introduce high-frequency switching noise (often between 300 kHz and 1 MHz). In sensitive mixed-signal PCBs—such as a circuit combining a high-gain phono preamp with a power amp on the same board—the electromagnetic interference (EMI) from the Class D switching node can couple into the high-impedance input traces, causing audible whining or heterodyning. In these ultra-low-noise scenarios, the 'inefficient' Class A or AB topology is mandatory to maintain a clean noise floor.