SS Notes
Signal processing techniques in modern wireless communication — OFDM, MIMO, spread spectrum, channel estimation, and 5G technologies.
Introduction
Modern wireless communication — from WiFi and Bluetooth to 4G LTE and 5G — represents perhaps the most commercially impactful application of signal processing. Every time you stream a video on your phone, send a text, or connect to WiFi, dozens of signal processing algorithms are working simultaneously: channel estimation, equalization, error correction, modulation, synchronization, and multiple-access management. The field is a living testament to how deeply signals and systems theory impacts everyday life.
As a B.Tech student, understanding wireless communications connects the abstract world of Fourier transforms, convolution, and filter design to the $500+ billion telecommunications industry. The concepts you learn are directly implementable in real systems that serve billions of users worldwide.
The Wireless Channel Challenge
Unlike a wired channel (relatively stable and predictable), the wireless channel is hostile:
Multipath Propagation
A transmitted signal reaches the receiver via multiple reflected paths, each with different delay, attenuation, and phase:
$$h(t) = \sum_{i=1}^{L} \alpha_i e^{j\phi_i} \delta(t - \tau_i)$$
where $\alpha_i$, $\phi_i$, and $\tau_i$ are the amplitude, phase, and delay of the $i$-th path. This causes:
- Frequency-selective fading: Different frequencies experience different attenuation
- Inter-symbol interference (ISI): Delayed copies of previous symbols interfere with the current symbol
- Temporal fading: Channel changes as the user moves (coherence time)
Path Loss and Fading Statistics
Signal power decreases with distance:
$$P_r = P_t \left(\frac{\lambda}{4\pi d}\right)^n$$
where $n$ is the path loss exponent (2 for free space, 3-5 for urban environments). Small-scale fading follows Rayleigh distribution (no line-of-sight) or Rician distribution (with a dominant path).
Orthogonal Frequency Division Multiplexing (OFDM)
OFDM is the dominant modulation scheme in modern wireless systems (WiFi, 4G, 5G) because it elegantly handles multipath channels.
The Key Insight
Instead of transmitting one high-rate stream over a wideband channel (which suffers ISI), OFDM divides the bandwidth into many narrow subcarriers, each carrying a low-rate stream:
$$s(t) = \sum_{k=0}^{N-1} X_k \cdot e^{j2\pi k \Delta f \cdot t}, \quad 0 \leq t \leq T$$
where $X_k$ is the data symbol on subcarrier $k$, $\Delta f = 1/T$ is the subcarrier spacing, and $N$ is the number of subcarriers.
Each narrow subcarrier experiences approximately flat fading (constant channel gain), converting a difficult frequency-selective channel into $N$ simple flat-fading sub-channels.
IFFT-Based Implementation
The genius of OFDM is that it can be implemented efficiently using the Inverse FFT:
$$s[n] = \text{IFFT}\{X[k]\} = \frac{1}{N}\sum_{k=0}^{N-1} X_k \cdot e^{j2\pi kn/N}$$
At the receiver, the FFT demodulates all subcarriers simultaneously:
$$Y[k] = \text{FFT}\{r[n]\} = H[k] \cdot X[k] + W[k]$$
where $H[k]$ is the channel frequency response at subcarrier $k$, making equalization trivially simple — just divide by $H[k]$.
Cyclic Prefix
To maintain orthogonality in multipath, OFDM prepends a cyclic prefix (CP) — copying the last $L$ samples to the beginning of each symbol. This converts linear convolution with the channel into circular convolution, ensuring the simple frequency-domain relationship $Y[k] = H[k]X[k]$ holds exactly.
The CP length must exceed the channel's maximum delay spread: $T_{CP} > \tau_{max}$.
Spread Spectrum Techniques
Direct Sequence Spread Spectrum (DSSS)
In DSSS, each data bit is multiplied by a high-rate pseudo-noise (PN) sequence:
$$s(t) = d(t) \cdot c(t) \cdot \cos(2\pi f_c t)$$
where $d(t)$ is the data signal and $c(t)$ is the spreading code at chip rate $R_c \gg R_b$. This spreads the signal bandwidth by the processing gain:
$$G_p = \frac{R_c}{R_b} = \frac{B_{spread}}{B_{data}}$$
At the receiver, multiplying by the same code despreads the desired signal while spreading any interference. This provides:
- Resistance to narrowband interference (jammer must spread its power)
- Multiple access capability (CDMA — different users use different codes)
- Low probability of intercept (signal is below the noise floor)
Frequency Hopping Spread Spectrum (FHSS)
FHSS rapidly changes the carrier frequency according to a pseudo-random sequence. Bluetooth uses FHSS with 79 frequency channels, hopping 1600 times per second. This provides frequency diversity and interference avoidance.
MIMO (Multiple-Input Multiple-Output)
MIMO uses multiple antennas at both transmitter and receiver to exploit multipath:
For an $N_t \times N_r$ MIMO system, the channel is represented by a matrix:
$$\mathbf{y} = \mathbf{H}\mathbf{x} + \mathbf{n}$$
where $\mathbf{H}$ is the $N_r \times N_t$ channel matrix, $\mathbf{x}$ is the transmitted vector, and $\mathbf{y}$ is the received vector.
Spatial Multiplexing
Multiple independent data streams are transmitted simultaneously on different antennas, multiplying the data rate:
$$C_{MIMO} = \sum_{i=1}^{\min(N_t, N_r)} \log_2\left(1 + \frac{\lambda_i^2 P_i}{N_0}\right)$$
where $\lambda_i$ are the singular values of $\mathbf{H}$. In rich multipath, capacity scales linearly with $\min(N_t, N_r)$.
Beamforming
With channel knowledge, the transmitter can steer the signal toward the intended receiver:
$$\mathbf{x} = \mathbf{w} \cdot s$$
where $\mathbf{w}$ is the beamforming weight vector. The optimal weight is the dominant right singular vector of $\mathbf{H}$, maximizing received SNR.
Channel Estimation
Accurate channel knowledge is essential for equalization and MIMO processing. Pilot-based estimation inserts known symbols at specific time-frequency locations:
$$\hat{H}[k] = \frac{Y_p[k]}{X_p[k]}$$
where $X_p[k]$ is the known pilot symbol. Interpolation (linear, spline, or DFT-based) fills in the channel estimate at data subcarrier positions.
5G New Radio Technologies
5G NR introduces several signal processing advances:
- Massive MIMO: 64-256 antenna elements enabling extreme beamforming and spatial multiplexing
- Millimeter wave: 24-100 GHz frequencies with enormous bandwidth (400 MHz-1 GHz) but high path loss
- Flexible numerology: Variable subcarrier spacing (15, 30, 60, 120, 240 kHz) adapted to the deployment scenario
- Low-latency processing: Shorter slot durations and mini-slots for ultra-reliable low-latency communication (URLLC)
Key Takeaways
- The wireless channel introduces multipath, fading, and ISI — requiring sophisticated signal processing at the receiver
- OFDM converts a frequency-selective channel into parallel flat sub-channels using FFT/IFFT — the basis of WiFi, 4G, and 5G
- Spread spectrum provides processing gain against interference and enables multiple access (CDMA)
- MIMO exploits spatial dimensions for multiplexing gain (more data) or diversity gain (more reliability)
- Channel estimation using pilots enables coherent detection and equalization
- Modern 5G systems combine massive MIMO, OFDM, and mmWave for unprecedented throughput
Exam Focus
Revise definitions, diagrams, examples, and short-answer points for Wireless Communication Applications.
Interview Use
Prepare one clear explanation, one practical example, and one common mistake for this Signals & Systems topic.
Search Terms
signal-systems, signals & systems, signal, systems, applications, wireless, communication, wireless communication applications
Related Signals & Systems Topics