Class D Amplifier Efficiency
Estimate Class D amplifier efficiency from MOSFET conduction losses and quiescent current at a given output power.
Formula
How It Works
This calculator estimates Class D amplifier efficiency based on MOSFET parameters, switching frequency, and load conditions. Power electronics engineers, audio amplifier designers, and thermal engineers use it to predict heat dissipation and select appropriate heatsinking. Class D amplifiers achieve 85-98% efficiency by operating MOSFETs as switches (fully on or off) rather than linear devices, minimizing conduction losses. Total losses comprise: conduction loss P_cond = I^2_rms R_DS(on) N_MOSFETs, switching loss P_sw proportional to f_sw V_supply Q_gate, and quiescent loss P_q from control ICs and gate drivers. Per TI and Infineon datasheets, modern Class D ICs achieve 93-95% efficiency at rated power, dropping to 70-80% at 10% power where quiescent current dominates. The IEC 60268-3 standard measures efficiency as P_out/(P_out + P_dissipated). A 200 W Class D amplifier at 93% efficiency dissipates only 15 W as heat versus 100+ W for equivalent Class AB.
Worked Example
Problem: Calculate efficiency for a 100 W Class D amplifier (TPA3255-based) at full power and at typical 10 W listening levels.
Solution at 100 W output into 8 ohms:
- Load current: I_rms = sqrt(100/8) = 3.54 A
- MOSFETs: 4 devices, R_DS(on) = 45 milliohm each (TPA3255 datasheet)
- Conduction loss: P_cond = (3.54)^2 0.045 4 = 2.26 W
- Switching frequency: 600 kHz, switching loss estimate: ~1.5 W (from datasheet graphs)
- Quiescent power: 36 V * 50 mA = 1.8 W
- Total loss: 2.26 + 1.5 + 1.8 = 5.56 W
- Efficiency: 100/(100 + 5.56) = 94.7%
- Load current: I_rms = sqrt(10/8) = 1.12 A
- Conduction loss: (1.12)^2 0.045 4 = 0.23 W
- Switching loss: ~0.5 W (reduced with lower current)
- Quiescent power: 1.8 W (unchanged)
- Total loss: 0.23 + 0.5 + 1.8 = 2.53 W
- Efficiency: 10/(10 + 2.53) = 79.8%
Practical Tips
- ✓Select Class D ICs with auto-idle or low-power standby modes (TPA3255 eco-mode, MAX98357 shutdown) to improve efficiency at typical listening levels. These modes reduce quiescent current from 50-100 mA to 5-10 mA, improving low-power efficiency from 70% to 85%+ per TI application notes.
- ✓Higher supply voltage improves efficiency: P_cond = I^2 * R, and I = P/(V*cos_phi). Doubling voltage halves current, reducing conduction losses by 4x. A 48 V Class D design achieves 96-98% efficiency where 24 V achieves 93-95% for same output power per Hypex design guidelines.
- ✓For audio applications, prioritize low THD+N over maximum efficiency. Premium Class D (Purifi Eigentakt, Hypex nCore, Pascal) achieves THD+N < 0.0005% at 92-94% efficiency. Budget Class D (TPA3118, PAM8403) achieves 90-95% efficiency but with THD+N of 0.1-1% - audible on quality speakers.
- ✓Thermal design rule: allow 2-3x calculated dissipation for music with high crest factor. A 100 W amplifier averaging 10 W during music dissipates ~3 W average, but peaks can reach 10+ W for 10-100 ms. Design heatsink for average dissipation but verify thermal time constant handles peaks per IEC 60268-3.
Common Mistakes
- ✗Assuming datasheet efficiency applies across all power levels - manufacturers specify peak efficiency (typically at 50-100% rated power). At 10% power, efficiency drops 15-25 percentage points because quiescent losses become dominant. A '95% efficient' amplifier may be only 70-80% efficient during typical music playback averaging 5-10 W.
- ✗Using R_DS(on) from datasheet without temperature derating - MOSFET R_DS(on) increases 50-100% from 25C to 100C junction temperature. A 50-milliohm MOSFET at 25C becomes 75-100 milliohms at operating temperature, increasing conduction losses by 50-100%. Use the 100C spec or apply 1.5x derating factor.
- ✗Ignoring switching losses at high frequencies - modern Class D operates at 400 kHz - 2 MHz to push switching noise above audibility. Switching losses scale linearly with frequency: doubling f_sw doubles P_sw. A 2 MHz design may have 3-4x higher switching losses than a 500 kHz design, partially offsetting the benefits of smaller output filters.
- ✗Forgetting inductor and capacitor losses - output LC filter inductors have DCR (0.05-0.3 ohms) and core losses (1-3 W at high power). These add 1-5 percentage points to total system losses beyond the amplifier IC itself. Budget 2-3% additional loss for passive components per typical designs.
Frequently Asked Questions
Related Calculators
Audio
Audio Amplifier
Calculate amplifier output power from supply voltage and speaker impedance. Get max power, RMS power, THD estimate by class (A/AB/D), SNR, and input sensitivity for speaker matching.
Audio
Audio SNR
Calculate audio SNR and dynamic range. 16-bit audio = 98 dB, 24-bit = 146 dB theoretical SNR. Formula: SNR = 6.02·N + 1.76 dB. Enter bit depth or signal/noise levels in dBV.
Audio
Amp Clipping
Calculate amplifier clipping voltage, power, and dBV level from supply voltage and load impedance.
Audio
Speaker Crossover
Calculate passive 2-way speaker crossover component values for 1st order (6dB/oct) and 2nd order Butterworth (12dB/oct) networks.