3.3 Fourier Series, Fourier Transforms & Z-Transforms
Key Takeaways
- Trigonometric and exponential Fourier series decompose arbitrary periodic waveforms into infinite sums of harmonically related sinusoidal components.
- Waveform symmetries (even, odd, and half-wave symmetry) systematically eliminate specific harmonic terms, simplifying Fourier series coefficient evaluation.
- The Continuous-Time Fourier Transform (CTFT) maps non-periodic continuous signals into the continuous frequency domain, with convolution in time mapping to multiplication in frequency.
- The Z-transform provides the mathematical foundation for discrete-time signal processing, mapping difference equations into z-domain transfer functions \(H(z)\).
- System stability for causal discrete-time systems requires all poles of \(H(z)\) to lie strictly inside the unit circle in the z-plane (\(|z| < 1\)).
3.3 Fourier Series, Fourier Transforms & Z-Transforms
Spectral frequency analysis allows communications and signal processing engineers to evaluate how signals distribute energy across the frequency spectrum. This section covers continuous-time periodic representations using Fourier Series, non-periodic continuous-time signals via the Continuous-Time Fourier Transform (CTFT), and discrete-time signals using the Z-Transform.
1. Fourier Series Representation of Periodic Signals
Any physically realizable periodic signal $f(t)$ with period $T$ and fundamental frequency $\omega_0 = \frac{2\pi}{T}$ satisfying the Dirichlet conditions can be expanded into an infinite series of sinusoids.
1.1 Trigonometric Fourier Series Form
The Trigonometric Fourier Series expansion is defined as:
Where the Fourier coefficients are evaluated via the integrals:
1.2 Waveform Symmetry Simplifications
Recognizing waveform symmetry drastically simplifies coefficient computation:
| Symmetry Type | Mathematical Condition | Harmonic Impact | Non-Zero Coefficients |
|---|---|---|---|
| Even Symmetry | $f(-t) = f(t)$ | Symmetric about y-axis | $a_0 \ne 0, a_n \ne 0, b_n = 0$ |
| Odd Symmetry | $f(-t) = -f(t)$ | Anti-symmetric about origin | $a_0 = 0, a_n = 0, b_n \ne 0$ |
| Half-Wave Symmetry | $f\left(t - \frac{T}{2}\right) = -f(t)$ | Shifted half-cycle inversion | Only odd harmonics ($n=1,3,5\dots$) exist |
| Quarter-Wave Even | Even + Half-Wave | Combination | $b_n = 0$, $a_n \ne 0$ for odd $n$ only |
| Quarter-Wave Odd | Odd + Half-Wave | Combination | $a_0=a_n=0$, $b_n \ne 0$ for odd $n$ only |
1.3 Exponential Fourier Series Form
Using Euler's identity, the Exponential Fourier Series offers a compact representation:
Where complex coefficients $c_n$ are given by:
Relationship to trigonometric coefficients: $c_0 = a_0$, and for $n > 0$, $c_n = \frac{a_n - j b_n}{2}$.
2. Continuous-Time Fourier Transform (CTFT)
For non-periodic continuous signals ($T \to \infty$), the discrete line spectrum becomes a continuous spectrum governed by the Continuous-Time Fourier Transform (CTFT) pair:
2.1 Essential Properties of the Fourier Transform
- Linearity: $\mathcal{F}{a f_1(t) + b f_2(t)} = a F_1(\omega) + b F_2(\omega)$
- Time Scaling: $\mathcal{F}{f(at)} = \frac{1}{|a|} F\left(\frac{\omega}{a}\right)$
- Frequency Shifting: $\mathcal{F}{f(t) e^{j\omega_0 t}} = F(\omega - \omega_0)$
- Duality: If $\mathcal{F}{f(t)} = F(\omega)$, then $\mathcal{F}{F(t)} = 2\pi f(-\omega)$
- Time Convolution Theorem: $\mathcal{F}{f(t) * g(t)} = F(\omega) \cdot G(\omega)$
- Frequency Convolution Theorem: $\mathcal{F}{f(t) \cdot g(t)} = \frac{1}{2\pi} [F(\omega) * G(\omega)]$
- Parseval's Theorem: Energy equivalence between domains:
3. Z-Transform & Discrete-Time Analysis
The Z-Transform is the discrete-time counterpart of the Laplace transform, fundamental to Digital Signal Processing (DSP) and sampled-data control systems.
3.1 Unilateral and Bilateral Z-Transforms
For a discrete sequence $x[n]$, the bilateral Z-transform is defined as:
Where $z = r e^{j\Omega}$ is a complex variable in the $z$-plane.
3.2 Region of Convergence (ROC)
The Region of Convergence (ROC) specifies the set of $z$ values for which the summation converges absolutely ($\sum |x[n] z^{-n}| < \infty$).
ROC Characterization in the Z-Plane
Causal Sequence Anti-Causal Sequence Stable LTI System
+---------------+ +---------------+ +---------------+
| |z| > |r_max| | | |z| < |r_min| | | Includes Unit |
| Exterior of | | Interior of | | Circle (|z|=1)|
| Outer Pole | | Inner Pole | | in the ROC |
+---------------+ +---------------+ +---------------+
3.3 Essential Z-Transform Pairs
| Sequence Description | Discrete-Time $x[n]$ | Z-Domain $X(z)$ | Region of Convergence (ROC) |
|---|---|---|---|
| Discrete Impulse | $\delta[n]$ | $1$ | Entire $z$-plane |
| Causal Step | $u[n]$ | $\frac{1}{1 - z^{-1}} = \frac{z}{z - 1}$ | $ |
| Causal Exponential | $a^n u[n]$ | $\frac{1}{1 - a z^{-1}} = \frac{z}{z - a}$ | $ |
| Anti-Causal Exponential | $-a^n u[-n-1]$ | $\frac{z}{z - a}$ | $ |
| Ramp Weighted | $n a^n u[n]$ | $\frac{a z^{-1}}{(1 - a z^{-1})^2} = \frac{a z}{(z - a)^2}$ | $ |
4. Difference Equations & Discrete System Stability
Linear constant-coefficient difference equations (LCCDE) model discrete-time systems:
Taking the Z-transform yields the system transfer function $H(z)$:
BIBO Stability Criterion: A causal discrete-time LTI system is Bounded-Input Bounded-Output (BIBO) stable if and only if all poles of $H(z)$ lie strictly inside the unit circle in the $z$-plane ($|p_i| < 1$).
5. PRC ECE Board Exam Worked Examples
Worked Example 1: Z-Transform & ROC Determination
Problem: Find the Z-transform $X(z)$ and ROC for $x[n] = 3(0.5)^n u[n] - 2(0.8)^n u[n]$.
Solution:
- Apply linearity and standard transform pairs:
- Determine individual ROCs:
- For $3(0.5)^n u[n] \implies |z| > 0.5$
- For $2(0.8)^n u[n] \implies |z| > 0.8$
- Find the combined ROC (intersection):
- Simplify $X(z)$ into a single fraction:
Worked Example 2: Discrete System Stability Evaluation
Problem: A discrete filter has $H(z) = \frac{z}{z^2 - 0.6z + 0.25}$. Determine if the system is stable.
Solution:
- Find system poles by setting denominator to zero: $z^2 - 0.6z + 0.25 = 0$.
- Use quadratic formula:
- Calculate the magnitude of the complex poles $|z_p|$:
- Check stability: Since $|z_p| = 0.5 < 1.0$, all poles lie strictly inside the unit circle. The filter is BIBO stable.
A periodic voltage waveform v(t) exhibits odd symmetry v(-t) = -v(t) and half-wave symmetry v(t - T/2) = -v(t). Which Fourier series harmonic coefficients are non-zero?
What is the Z-transform and Region of Convergence (ROC) for the causal sequence x[n] = (0.6)ⁿ u[n]?
A discrete-time LTI system has transfer function H(z) = z² / (z² - 1.2z + 0.8). Is this causal system BIBO stable?