The Wideband Massive MIMO Channel
From Narrowband to Wideband
Everything we have done in the preceding chapters β channel hardening, favorable propagation, linear precoding, uplink detection β assumed a flat-fading channel: one matrix describing the entire band. In practice, 5G NR allocates bandwidths from 20 MHz to 400 MHz, and at sub-6 GHz the RMS delay spread is typically 100β500 ns. The coherence bandwidth can be as low as 400 kHz β far smaller than the system bandwidth. The channel is frequency-selective, and we need OFDM to handle it.
The golden thread of this chapter is simple: OFDM converts the wideband problem into parallel narrowband problems, each of which we already know how to solve. But this decomposition comes at a price β pilot overhead, interpolation error, and the need to manage resources across both space and frequency.
Definition: Frequency-Selective MIMO Channel
Frequency-Selective MIMO Channel
Consider a base station with antennas serving single-antenna users. The wideband channel between the base station and user is modeled as a tapped delay line with resolvable taps:
where is the -th tap coefficient vector and is the -th path delay. The maximum excess delay satisfies (the cyclic prefix absorbs all multipath).
The number of taps is related to the delay spread and bandwidth: , where is the total signal bandwidth. For 100 MHz at sub-6 GHz with , we get taps.
Delay Tap
A discrete-time representation of a multipath component in the frequency-selective channel. Each tap captures the combined effect of all physical paths arriving at delay .
Related: Cyclic Prefix, Coherence Bandwidth
Definition: Per-Subcarrier Channel Matrix
Per-Subcarrier Channel Matrix
After OFDM demodulation with subcarriers and subcarrier spacing , the channel at subcarrier for user is the -point DFT of the delay-domain taps:
Stacking all users, the channel matrix at subcarrier is:
Each is a flat-fading channel matrix β the entire narrowband massive MIMO toolkit applies per subcarrier.
Cyclic Prefix
A copy of the last samples of the OFDM symbol prepended to the transmitted block. It converts the linear channel convolution into a circular one, enabling the DFT-based decomposition into parallel flat-fading subchannels. The CP must satisfy .
Related: Delay Tap
Theorem: OFDM Diagonalization of the Wideband Channel
Let the frequency-selective MIMO channel between the base station and user have taps with delays . If the cyclic prefix duration satisfies , then after OFDM processing (DFT at the receiver), the input-output relation at subcarrier is
where is the transmitted vector at subcarrier in OFDM symbol , and . The noise samples are i.i.d. across subcarriers and OFDM symbols.
The cyclic prefix makes the channel convolution circular, and the DFT diagonalizes any circulant matrix. The result is parallel single-tap channels β each identical in structure to the narrowband model we already analyzed.
Circular convolution
With the CP of length , the linear convolution between the transmitted OFDM symbol (including CP) and the channel impulse response is equivalent to a circular convolution of the -sample data block.
DFT diagonalizes circulant matrices
A circular convolution in the time domain corresponds to element-wise multiplication in the frequency domain. Applying the -point DFT at the receiver yields
for each subcarrier , where is the channel frequency response.
Extension to MIMO
For the MIMO case with antennas, each antenna experiences the same diagonalization independently. The -dimensional received vector at subcarrier is the superposition of contributions from all transmit antennas, yielding the matrix form .
Noise independence
Since the DFT is a unitary transform and the time-domain noise is i.i.d. , the frequency-domain noise remains i.i.d. across subcarriers.
Key Takeaway
OFDM converts the wideband massive MIMO problem into independent narrowband problems. Every technique from Chapters 1β9 β channel hardening, favorable propagation, MRT, ZF, MMSE β applies per subcarrier. The new challenge is managing the dimensional estimation and precoding problem efficiently.
Historical Note: OFDM Meets MIMO
1966β2018OFDM was proposed by Robert W. Chang at Bell Labs in 1966, but the practical DFT-based implementation came from Weinstein and Ebert in 1971. The marriage of OFDM and MIMO was championed in the early 2000s by multiple groups. The IEEE 802.11n standard (2009) was the first commercial MIMO-OFDM system. 3GPP adopted OFDM for the LTE downlink in Release 8 (2008), and massive MIMO-OFDM became the backbone of 5G NR from Release 15 (2018).
Definition: Channel Frequency Correlation
Channel Frequency Correlation
The channel frequency response at subcarrier exhibits correlation across subcarriers determined by the power delay profile. The frequency-domain correlation function for user is
Two subcarriers separated by are approximately uncorrelated when .
This frequency correlation is what makes interpolation-based channel estimation possible: we only need to estimate the channel at a subset of subcarriers and interpolate the rest.
Example: Typical 5G NR OFDM Parameters
A 5G NR base station operates at with , subcarrier spacing , and active subcarriers. The channel has RMS delay spread .
(a) How many delay taps does the channel have?
(b) What is the coherence bandwidth, and how many subcarriers fit within one coherence bandwidth?
(c) If pilot subcarriers are spaced every subcarriers, what is the maximum that avoids aliasing?
Number of delay taps
The total OFDM symbol duration (excluding CP) is . The number of resolvable taps is
Coherence bandwidth
. The number of subcarriers within one coherence bandwidth is subcarriers.
Maximum pilot spacing
By the Nyquist sampling theorem in frequency, to avoid aliasing of the -tap channel we need at least pilot subcarriers uniformly spaced across the subcarriers:
In practice, is set well below this (e.g., to ) to provide an SNR margin for estimation.
Wideband Massive MIMO Channel Response
Visualize the frequency-selective channel: magnitude of channel coefficients across subcarriers for different delay spreads and antenna counts.
Parameters
Number of BS antennas
Number of OFDM subcarriers
RMS delay spread in nanoseconds
Which user channel to display
Common Mistake: Cyclic Prefix Overhead Is Often Forgotten
Mistake:
When computing the spectral efficiency of massive MIMO-OFDM, many analyses use the narrowband per-subcarrier rate and simply multiply by , ignoring the cyclic prefix overhead.
Correction:
The true spectral efficiency must account for the CP fraction. If is the CP duration and the useful symbol duration, the efficiency loss is
For 5G NR normal CP at : , , giving β a 6.6% loss.
Coherence Bandwidth
The frequency separation over which the channel frequency response remains approximately constant. Inversely proportional to the RMS delay spread: . Subcarriers separated by less than experience nearly identical fading.
Related: Delay Tap, Cyclic Prefix
Quick Check
Why does OFDM convert a frequency-selective MIMO channel into flat-fading channels?
The DFT is a unitary transform that preserves signal energy
The cyclic prefix makes the channel convolution circular, and the DFT diagonalizes circulant matrices
The channel taps are i.i.d. Gaussian, which makes the DFT output independent
The subcarrier spacing is chosen to equal the coherence bandwidth
Correct. The CP creates a circular convolution; the DFT is the eigenbasis of circulant matrices, yielding element-wise multiplication in frequency.