4.2 Fourier Series, Fourier Transforms & Frequency-Domain Analysis
Key Takeaways
- Any periodic non-sinusoidal waveform satisfying Dirichlet conditions can be decomposed into an infinite sum of harmonically related sines and cosines via Trigonometric Fourier Series.
- Waveform symmetry properties (even, odd, half-wave symmetry) significantly simplify Fourier coefficient calculations by reducing integrals to zero.
- The RMS value of a complex periodic voltage or current is determined by the square root of the sum of the DC component squared and half the sum of squared peak harmonic amplitudes: $V_{\text{rms}} = \sqrt{V_0^2 + \sum \frac{V_n^2}{2}}$.
- Total Harmonic Distortion (THD) quantifies waveform distortion by measuring the ratio of the RMS voltage of all higher harmonics combined to the RMS voltage of the fundamental frequency component.
- The Continuous Fourier Transform $\mathcal{F}\{f(t)\} = F(\omega) = \int_{-\infty}^\infty f(t)e^{-j\omega t} dt$ maps non-periodic continuous-time signals into continuous frequency spectra.
4.2 Fourier Series, Fourier Transforms & Frequency-Domain Analysis
Frequency-domain spectral analysis is indispensable in electrical power systems, telecommunications, and signal processing. While Laplace transforms are optimized for transient IVP analysis with initial conditions, Fourier analysis decomposes arbitrary periodic and non-periodic signals into discrete spectral harmonics or continuous frequency distributions. On the PRC Electrical Engineering Board Exam, Fourier series expansion, RMS evaluation of non-sinusoidal currents, and Total Harmonic Distortion (THD) calculations are primary recurring topics.
1. Trigonometric Fourier Series
Any periodic function $f(t)$ with fundamental period $T$ and fundamental angular frequency $\omega_0 = \frac{2\pi}{T}$ that satisfies the Dirichlet conditions (single-valued, bounded, finite number of discontinuities and extrema within period $T$) can be expressed as a Trigonometric Fourier Series:
Euler-Fourier Coefficient Formulas
- DC Component $a_0$ (Average Value):
- Cosine Coefficients $a_n$:
- Sine Coefficients $b_n$:
Amplitude-Phase Form
Alternatively, combining sine and cosine terms at each harmonic frequency yields: where peak harmonic amplitude $A_n = \sqrt{a_n^2 + b_n^2}$ and phase angle $\theta_n = \arctan\left(\frac{b_n}{a_n}\right)$.
2. Waveform Symmetry Rules
Recognizing geometric waveform symmetry eliminates unnecessary integration during board exam computations:
| Symmetry Type | Mathematical Condition | Fourier Coefficients Result | Harmonic Content |
|---|---|---|---|
| Even Symmetry | $f(-t) = f(t)$ | $b_n = 0 \quad \text{for all } n$ | Contains DC and cosine terms only |
| Odd Symmetry | $f(-t) = -f(t)$ | $a_0 = 0, \quad a_n = 0 \quad \text{for all } n$ | Contains sine terms only |
| Half-Wave Symmetry | $f\left(t + \frac{T}{2}\right) = -f(t)$ | $a_0 = 0, \quad a_n = 0, b_n = 0 \quad \text{for even } n$ | Contains odd harmonics only ($n = 1, 3, 5, \dots$) |
| Even Quarter-Wave | Even + Half-Wave | $a_0 = 0, \quad b_n = 0, \quad a_n = \frac{4}{T} \int_0^{T/4} f(t) \cos(n\omega_0 t) dt$ | Odd cosine harmonics only |
| Odd Quarter-Wave | Odd + Half-Wave | $a_0 = 0, \quad a_n = 0, \quad b_n = \frac{4}{T} \int_0^{T/4} f(t) \sin(n\omega_0 t) dt$ | Odd sine harmonics only |
3. Exponential (Complex) Fourier Series & Parseval's Power Theorem
Using Euler's identity $e^{j\theta} = \cos\theta + j\sin\theta$, the trigonometric series transforms into a compact complex exponential representation: where complex coefficients $c_n$ are given by: Relationships to trigonometric coefficients:
Parseval's Power Theorem
Parseval's identity states that the total average power of a periodic signal $f(t)$ equals the sum of the average powers of its individual harmonic components:
4. RMS Values of Non-Sinusoidal Signals & Total Harmonic Distortion (THD)
RMS Value of Complex Non-Sinusoidal Waveforms
When a voltage or current contains multiple orthogonal harmonic frequencies: The overall Effective (RMS) Voltage $V_{\text{rms}}$ is:
Total Harmonic Distortion (THD)
Total Harmonic Distortion measures waveform degradation caused by non-linear loads (such as variable frequency drives, rectifiers, and switching power supplies): Expressed as a percentage, $\text{THD}% = \text{THD}_V \times 100%$.
5. Continuous Fourier Transform
For non-periodic signals ($T \to \infty$), the discrete frequency spectrum becomes continuous. The continuous Fourier transform pairs continuous time signal $f(t)$ with continuous frequency spectrum $F(\omega)$:
Direct Continuous Fourier Transform
Inverse Continuous Fourier Transform
Operational Properties of Fourier Transform
| Property | Time Domain $f(t)$ | Frequency Domain $F(\omega)$ |
|---|---|---|
| Linearity | $a f_1(t) + b f_2(t)$ | $a F_1(\omega) + b F_2(\omega)$ |
| Time Scaling | $f(a t)$ | $\frac{1}{\vert a \vert} F\left(\frac{\omega}{a}\right)$ |
| Time Shifting | $f(t - t_0)$ | $e^{-j \omega t_0} F(\omega)$ |
| Frequency Shifting | $e^{j \omega_0 t} f(t)$ | $F(\omega - \omega_0)$ |
| Time Differentiation | $\frac{d^n f(t)}{dt^n}$ | $(j \omega)^n F(\omega)$ |
| Duality | $F(t)$ | $2\pi f(-\omega)$ |
Step-by-Step Worked Numerical Examples
Example 4.2.1: Fourier Series Coefficients of a Symmetric Square Wave
Problem: A symmetric square wave voltage $v(t)$ alternates between $+100\text{ V}$ and $-100\text{ V}$ with period $T = 2\pi\text{ s}$ (fundamental frequency $\omega_0 = 1\text{ rad/s}$). Specifically, $v(t) = 100\text{ V}$ for $0 < t < \pi$ and $v(t) = -100\text{ V}$ for $\pi < t < 2\pi$. Calculate the Fourier series coefficients $a_0$, $a_n$, and $b_n$, and write the trigonometric series expansion.
Solution:
- Check DC component $a_0$:
- Check symmetry: The wave exhibits odd symmetry $v(-t) = -v(t)$ and half-wave symmetry $v(t + \pi) = -v(t)$. Therefore, $a_n = 0$ for all $n$, and $b_n = 0$ for even $n$.
- Compute $b_n$ for odd $n$ using quarter-wave formula:
- For even $n$, $\cos(n\pi) = 1 \implies b_n = 0$.
- For odd $n$, $\cos(n\pi) = -1 \implies b_n = \frac{200}{n \pi} [1 - (-1)] = \frac{400}{n \pi}$.
- Evaluate numerical values for first three odd harmonics:
- $b_1 = \frac{400}{\pi} \approx 127.32\text{ V}$
- $b_3 = \frac{400}{3\pi} \approx 42.44\text{ V}$
- $b_5 = \frac{400}{5\pi} \approx 25.46\text{ V}$
- Write Fourier series expansion:
Example 4.2.2: Total RMS Current and THD of Industrial Load Current
Problem: An industrial load current contains a fundamental component and two higher harmonics: Calculate: (a) RMS value of fundamental current $I_{1,\text{rms}}$, (b) overall total RMS current $I_{\text{rms}}$, and (c) Current Total Harmonic Distortion ($\text{THD}_I$).
Solution:
- Determine peak amplitudes: $I_{1,m} = 10\text{ A}, \quad I_{3,m} = 3\text{ A}, \quad I_{5,m} = 1.5\text{ A}$
- Calculate individual component RMS values:
- Calculate total RMS current $I_{\text{rms}}$:
- Compute Total Harmonic Distortion ($\text{THD}_I$): Expressed as percentage: $\text{THD}_I = 33.54%$.
Example 4.2.3: Continuous Fourier Transform of an Exponential Pulse
Problem: Find the continuous Fourier transform $F(\omega)$ of the causal single-sided exponential decay signal $f(t) = e^{-a t} u(t)$ with attenuation $a = 5\text{ s}^{-1}$. Calculate the magnitude spectrum $\vert F(\omega) \vert$ at angular frequency $\omega = 5\text{ rad/s}$.
Solution:
- Apply continuous Fourier transform integral:
- Evaluate the definite integral:
- Determine magnitude formula $\vert F(\omega) \vert$:
- Evaluate at $\omega = 5\text{ rad/s}$:
- Conclusion: $F(\omega) = \frac{1}{5 + j \omega}$ and $\vert F(5) \vert = 0.1414$.
For a periodic function with pure even symmetry ($f(-t) = f(t)$), which Fourier series coefficients are identically zero for all $n$?
What is the total RMS current of a periodic signal composed of a $10\text{ A}$ DC component, a fundamental peak sine component of $10\sqrt{2}\text{ A}$, and a 3rd harmonic peak sine component of $5\sqrt{2}\text{ A}$?
A distorted voltage waveform has a fundamental RMS voltage of $100\text{ V}$, a 3rd harmonic RMS voltage of $15\text{ V}$, and a 5th harmonic RMS voltage of $20\text{ V}$. What is the Total Harmonic Distortion (THD)?