Chapter 15 — Audio Applications and Amplifiers
Chapter Overview (click to expand)
Audio electronics sits at the intersection of physics, mathematics, and human perception. Every microphone, guitar amplifier, home stereo, and hearing aid relies on a chain of carefully designed circuits that capture, condition, amplify, and deliver sound with minimum added noise and distortion. Understanding how these systems work — and how to quantify their performance — is essential for any electronics engineer working in consumer products, professional audio, communications, or medical devices. This chapter traces the complete audio signal chain from microphone to speaker. It begins with preamplifiers: high-impedance, low-noise circuits that raise delicate microphone and instrument signals to a usable level. It then examines power amplifiers and their trade-offs between efficiency and linearity, covering the three dominant classes — Class A, AB, and D. The chapter develops the mathematical tools for measuring system quality: signal-to-noise ratio, noise floor, thermal noise, total harmonic distortion, intermodulation distortion, and clipping behavior. The chapter closes with practical design considerations — grounding strategies, cable shielding, and balanced connections — that separate a functional audio circuit from a professional one. Students will leave with both the vocabulary and the quantitative tools to specify, analyze, and design real audio systems. **Key Takeaways** 1. Every audio system is a signal chain; each stage adds gain, noise, and potential distortion, and the preamplifier's noise performance dominates the chain's overall SNR because its noise is amplified by every subsequent stage. 2. Distortion — whether harmonic (THD) or intermodulation (IMD) — is mathematically characterized by the non-linear terms in a system's transfer function; minimizing it requires operating amplifiers well below their clipping threshold. 3. Power amplifier efficiency and linearity are fundamentally in tension: Class A is most linear but least efficient (~25%), Class AB balances both (~60%), and Class D achieves >90% efficiency by switching rather than linearly amplifying, at the cost of greater complexity.Summary
Key Concepts
- Audio signal chain: microphone → preamplifier → processing → power amplifier → speaker
- SNR (Signal-to-Noise Ratio): ratio of signal power to noise power; higher SNR = cleaner audio
- Thermal noise (Johnson noise): \(V_n = \sqrt{4kTRB}\) — fundamental noise floor of any resistive element
- THD (Total Harmonic Distortion): percentage of signal power in harmonics vs. fundamental; lower is better
- IMD (Intermodulation Distortion): distortion products from two signals mixing in a nonlinear stage
- Power amplifier classes: Class A (low distortion, ~25% efficient), Class AB (compromise), Class D (PWM switching, ~90% efficient)
- Single-point grounding and shielded cables are essential practices for minimizing noise in audio systems
Important Equations
\[ SNR_{dB} = 10\log_{10}\!\left(\frac{P_{signal}}{P_{noise}}\right) \qquad V_n = \sqrt{4kTRB} \]
\[ THD = \frac{\sqrt{V_2^2 + V_3^2 + \cdots}}{V_1} \times 100\% \]
Where k = 1.38 × 10⁻²³ J/K (Boltzmann's constant), T = temperature (K), B = bandwidth (Hz)
What You Should Understand
- Why thermal noise sets a fundamental lower bound on SNR regardless of circuit quality
- How Class D amplifiers use PWM switching to achieve high efficiency with low heat dissipation
- Why grounding strategy is as important as circuit design in professional audio systems
- The relationship between THD, IMD, and perceived audio quality (listener fatigue)
Applications
- Consumer and professional audio equipment design
- Hearing aids and medical-grade audio amplifiers
- Studio mixing consoles, PA systems, and stage monitors
- Wireless speaker and Bluetooth audio module design
Quick Review Checklist
- [ ] I can calculate SNR in dB given signal and noise power (or voltage) values
- [ ] I can estimate the thermal noise floor for a given resistor value and bandwidth
- [ ] I can compare Class A, AB, and D amplifiers on efficiency, distortion, and typical use case
- [ ] I understand the role of shielding and single-point grounding in professional audio noise control
Concepts Covered
- Audio Amplifier
- Preamplifier
- Power Amplifier
- Signal-to-Noise Ratio
- Noise Floor
- Thermal Noise
- Audio Distortion
- Harmonic Distortion
- THD
- Intermodulation Distortion
- Clipping
Interactive MicroSims
This chapter includes four interactive simulations. Use them alongside the reading to explore concepts hands-on.
| Section | Simulation | What it shows |
|---|---|---|
| 15.2 | Audio Signal Chain | Complete audio path from mic to speaker |
| 15.4 | Audio Amplifier Chain | Amplifier stages and gain budgeting |
| 15.5 | SNR and Noise Floor | Signal level, noise floor, SNR, and harmonics |
| 15.7 | Distortion Types | Harmonic distortion, clipping, and nonlinear effects |
Audio Signal Chain — Interactive Walkthrough
Prerequisites
Before beginning this chapter, students should have:
- Filter design and audio signals (Chapter 12)
- Operational amplifiers and gain (Chapter 13)
- Fourier analysis and harmonic content (Chapter 14)
📖 Ready to start? Continue to Chapter Content →