Part V

Signal Processing

Bridging the analog and digital worlds — from sampling and conversion to filtering and modulation, signal processing underpins every modern communication system.

Signal Processing Pipeline

Analog InSampler\(f_s \geq 2f_{max}\)ADCN bitsDSPFilter / ModDACReconstructAnalog OutCh 13Ch 13Ch 14–15Ch 13

About Part V

Signal processing is the set of techniques used to acquire, transform, and transmit information encoded in physical signals. In the analog domain, signals vary continuously; in the digital domain, they are represented as discrete numbers. Converting between the two — sampling, quantizing, reconstructing — is governed by the Nyquist–Shannon sampling theorem:

\[ f_s \;\geq\; 2\,f_{max} \]

Once in the digital domain, signals can be filtered with extraordinary precision using finite impulse response (FIR) or infinite impulse response (IIR) filters. They can be modulated onto carriers for wireless transmission — AM, FM in the analog world; QAM-64 or OFDM in the digital. The three chapters of Part V cover each stage of this pipeline.

Quantization introduces noise: an N-bit ADC achieves \(\text{SNR} \approx 6.02N + 1.76\) dB of dynamic range. A 16-bit audio ADC delivers ~98 dB SNR — far exceeding the 60 dB range of human hearing.

Key Equations

Nyquist–Shannon
\(f_s \geq 2f_{max}\)
ADC Resolution
\(\Delta V = V_{ref}/2^N\)
SNR (N bits)
\(\text{SNR} = 6.02N + 1.76 \text{ dB}\)
Butterworth |H|
\(|H(j\omega)| = 1/\sqrt{1+(\omega/\omega_c)^{2n}}\)
AM Signal
\(s(t) = [1+m\,x(t)]\cos(2\pi f_c t)\)
FM Instantaneous f
\(f_i(t) = f_c + k_f\,x(t)\)

Chapters