Chapter 14 — Signal Analysis and Fourier Series
Chapter Overview (click to expand)
When you hear a musical chord, your ear effortlessly separates the individual notes even though the air carries a single, blended pressure wave. Fourier analysis is the mathematics behind that feat. Named for the French mathematician Jean-Baptiste Joseph Fourier, who discovered in 1807 that any periodic function can be expressed as a sum of sinusoids, the technique reveals the hidden frequency ingredients — the "recipe" — of any repeating waveform. In electronics, every signal has both a time-domain description (its waveform) and an equivalent frequency-domain description (its spectrum). Being able to move fluently between the two views is one of the most powerful skills in circuit analysis and design. This chapter develops the Fourier series from first principles and builds the tools needed to compute the harmonic content of any periodic signal. The three Fourier coefficient integrals — for DC, cosine, and sine terms — become routine through worked examples. Amplitude and phase spectra are introduced as the natural frequency-domain representation of periodic signals. Waveform symmetry is then shown to impose powerful constraints: even symmetry eliminates all sine terms, odd symmetry eliminates all cosine terms and the DC offset, and half-wave symmetry removes every even harmonic. These rules dramatically reduce calculation effort for the most common waveforms. The chapter closes by applying the theory to the three canonical waveforms — square, triangle, and sawtooth — and connecting spectrum analysis to practical problems in audio engineering and filter design. **Key Takeaways** 1. Any periodic signal can be exactly represented by a Fourier series: a DC term plus an infinite sum of cosine and sine pairs at integer multiples of the fundamental frequency \(f_0 = 1/T\). The Fourier coefficients \(a_n\) and \(b_n\) are computed by integration over one period. 2. Waveform symmetry (even, odd, half-wave) eliminates entire classes of Fourier coefficients before any integration is performed, making hand analysis practical for the square, triangle, and sawtooth waveforms that appear throughout electronics. 3. The frequency spectrum of a periodic signal consists of discrete lines at \(f_0,\ 2f_0,\ 3f_0,\ldots\); the relative amplitudes of those lines determine timbre in audio, distortion character in amplifiers, and bandwidth requirements in communications systems.Summary
Key Concepts
- Any periodic signal can be represented as a sum of sinusoids (Fourier series)
- The series consists of a DC component \(a_0\) plus harmonics at \(f_0, 2f_0, 3f_0, \ldots\)
- Square wave: odd harmonics only; amplitude decays as \(1/n\)
- Triangle wave: odd harmonics only; amplitude decays as \(1/n^2\) (faster decay → softer sound)
- Sawtooth wave: all harmonics; amplitude decays as \(1/n\)
- Symmetry shortcuts: even symmetry → cosine terms only; odd symmetry → sine terms only; half-wave symmetry → odd harmonics only
- Total Harmonic Distortion (THD): quantifies nonlinear distortion added by an amplifier
Important Equations
\[ f(t) = a_0 + \sum_{n=1}^{\infty}\bigl[a_n\cos(n\omega_0 t) + b_n\sin(n\omega_0 t)\bigr] \]
\[ a_0 = \frac{1}{T}\int_0^T f(t)\,dt \qquad a_n = \frac{2}{T}\int_0^T f(t)\cos(n\omega_0 t)\,dt \qquad b_n = \frac{2}{T}\int_0^T f(t)\sin(n\omega_0 t)\,dt \]
\[ f_0 = 1/T \quad \text{(fundamental frequency)} \]
What You Should Understand
- Why a square wave sounds harsher than a sine wave — it contains more high-frequency harmonics
- How filters can reshape a signal by selectively attenuating harmonics
- Why half-wave and odd symmetry eliminate certain Fourier coefficients (saves calculation)
- How THD measures the ratio of harmonic distortion energy to fundamental signal energy
Applications
- Audio synthesizer waveform generation (additive synthesis)
- Amplifier distortion measurement and specification
- Anti-aliasing filter design before analog-to-digital conversion
- Spectrum analysis of periodic signals in power electronics
Quick Review Checklist
- [ ] I can state the Fourier series formula and identify the role of each coefficient
- [ ] I can determine which harmonics are present in a square, triangle, or sawtooth wave
- [ ] I can use symmetry properties to simplify Fourier coefficient calculation
- [ ] I understand the connection between harmonic content and perceived audio timbre
Concepts Covered
- Fourier Series
- Fundamental Frequency
- Harmonics
- Harmonic Content
- Spectrum
- Frequency Spectrum
- Waveform Symmetry
- Even Symmetry
- Odd Symmetry
- Half-Wave Symmetry
Interactive MicroSims
This chapter includes two interactive simulations. Use them alongside the reading to explore concepts hands-on.
| Section | Simulation | What it shows |
|---|---|---|
| 14.3 | Harmonic Explorer | Harmonics and Fourier composition of waveforms |
| 14.4 | Signal Parameters | Amplitude, frequency, and phase spectrum visualization |
| 14.6 | Fourier Series Builder | Build square/sawtooth/triangle from harmonics |
Harmonic Explorer — Interactive Walkthrough
Prerequisites
Before beginning this chapter, students should have:
- Familiarity with passive components and signal fundamentals (Chapter 5)
- Understanding of AC signals and sinusoidal waveforms (Chapter 8)
- Mastery of frequency response and Bode plots (Chapter 11)
📖 Ready to start? Continue to Chapter Content →