BICM-OFDM: Harvesting Frequency Diversity
Why Frequency Diversity Needs Coding
The point is that a frequency-selective channel with resolvable paths offers an intrinsic frequency diversity resource. Plain OFDM converts the selective channel into parallel flat sub-channels β and in doing so throws the diversity away: each subcarrier experiences only one complex gain. A coded modulation system that spreads coded bits across subcarriers with a good interleaver recovers that diversity β up to the minimum Hamming distance of the outer code. This is the BICM-OFDM design pattern that underpins every modern wireless standard.
Definition: OFDM Transmission
OFDM Transmission
An OFDM transmitter carrying frequency-domain symbols produces time-domain samples followed by the cyclic prefix of samples prepended from the tail of the block. After the channel, the receiver removes the prefix and applies the inverse DFT to obtain where is the channel's frequency response at subcarrier .
Theorem: OFDM as Parallel Flat-Fading Channels
Let the discrete-time channel be with . Then, after CP removal and the -point DFT, the OFDM output equals with i.i.d. across .
Cyclic-prefix convolution
With , the linear channel convolution between the CP-appended block and becomes circular over the useful OFDM block of length .
DFT diagonalises circular convolution
The DFT matrix diagonalises circular convolution: . The eigenvalues are .
Noise remains white after DFT
Since is unitary, , so is still i.i.d. complex Gaussian.
Result
Putting the three steps together: β a parallel set of scalar flat-fading channels, one per subcarrier.
Why Uncoded OFDM Throws Away the Diversity
Each subcarrier now sees a SINGLE fading coefficient . Uncoded detection per subcarrier has diversity order 1 β no different from a flat-fading scalar channel. The paths of the original channel are HIDDEN in the frequency-domain structure of , but not exploited. To recover them, one must SPREAD the code's parity across subcarriers so that each bit error involves multiple subcarriers.
Definition: Frequency Diversity
Frequency Diversity
The frequency diversity of a frequency-selective channel with resolvable paths is the number of statistically independent fades available across the system bandwidth. For an -tap channel with uncorrelated taps, . A code that spreads every bit-error event across subcarriers can achieve diversity order ; codes with smaller spread are limited by the code's Hamming distance.
BICM-OFDM BER: Frequency Diversity
Adjust the channel path count and the code's minimum Hamming distance . The diversity order of BICM-OFDM is the minimum of the two: when the code is stronger than the channel, dominates; when the channel has more paths than the code has distance, is the bottleneck.
Parameters
Example: Frequency Diversity in ITU-R Vehicular-B
The ITU-R Vehicular-B channel model has resolvable paths spanning . With a 5 MHz OFDM signal and a rate-1/2 convolutional code of constraint length (), what diversity order does BICM-OFDM achieve? What if we instead use a very weak code with ?
Strong code ($d_H = 10$)
: we harvest the full frequency diversity of the channel. The code is stronger than the channel can reward; the bottleneck is physical.
Weak code ($d_H = 4$)
: the code leaks diversity. The channel still offers 7 independent fades, but only 4 bits separate any pair of codewords, so only 4 independent fade events appear in the union bound.
Design implication
For this channel, any code with extracts the full frequency diversity. Going beyond improves coding gain (the multiplicative constant) but not the diversity slope.
Common Mistake: Narrowband Channels Have No Frequency Diversity to Harvest
Mistake:
Assuming BICM-OFDM always gives diversity : "our code has , so we get diversity 20."
Correction:
Only is available. On a narrowband channel with , OFDM trivialises to a flat-fading scalar channel, and BICM-OFDM has diversity 1 no matter how large is. Frequency diversity requires frequency selectivity β the bandwidth must exceed the coherence bandwidth.
OFDM Is Ubiquitous in Wireless Standards
BICM-OFDM underpins every modern wireless standard for broadband communication:
- 4G LTE: LDPC is being phased in (NR), TBCC legacy; BICM-OFDM on 15 kHz subcarriers.
- 5G NR: LDPC + BICM-OFDM with subcarrier spacings 15/30/60/120/240 kHz (flexible numerology).
- Wi-Fi 6 (802.11ax): LDPC + BICM-OFDM + OFDMA.
- DVB-T2: LDPC + BICM-OFDM with rotated constellations.
- ATSC 3.0: LDPC + BICM-OFDM + non-uniform constellations.
- β’
Rate matching via puncturing + CCDM enables continuous rate
- β’
Pilot overhead 5-10% for channel estimation
Historical Note: Origins of OFDM: Chang 1966, Weinstein-Ebert 1971
OFDM was proposed by R. W. Chang (1966, AT&T Bell Labs) for efficient frequency-division multiplexing. The digital FFT-based implementation was shown feasible by Weinstein and Ebert in 1971, but OFDM remained largely impractical until DSP hardware caught up in the late 1980s. Its first mass deployment was in DAB (Digital Audio Broadcasting, 1995), then ADSL (1995) and 802.11a Wi-Fi (1999). Today OFDM is the dominant waveform for broadband wireless β a paradigm shift from the single-carrier equalisers it displaced.
Key Takeaway
OFDM converts a frequency-selective channel with paths into parallel scalar flat channels. Per-subcarrier detection loses the diversity; BICM across subcarriers recovers it, up to the bottleneck .