The i.i.d. Rayleigh Baseline

Why Channel Models Matter for Massive MIMO

Chapter 1 showed that with NtN_t \to \infty antennas, channel hardening and favorable propagation make simple linear processing near-optimal — provided the channel has the right statistical structure. The i.i.d. Rayleigh model gave clean proofs. But real deployments involve spatial correlation, angular spreads, line-of-sight components, and frequency-selective multipath. Each of these modifies the fundamental massive MIMO properties in critical ways:

  • Spatial correlation alters the eigenvalue distribution of HHH\mathbf{H}\mathbf{H}^{H}, reducing effective degrees of freedom below min(Nt,Nr)\min(N_t, N_r).
  • LOS components introduce a deterministic rank-1 term that can either help (dominant LOS ↔ favorable propagation) or hinder (users with aligned LOS ↔ rank collapse).
  • Angular sparsity is what enables compressed channel estimation in FDD systems and structured pilot design in TDD.

This chapter builds the vocabulary — statistical models, transformation tools, and standard parameter sets — that the rest of the book uses.

Definition:

i.i.d. Rayleigh Fading Channel

The i.i.d. Rayleigh fading MIMO channel matrix HCNr×Nt\mathbf{H} \in \mathbb{C}^{N_r \times N_t} is modeled as

H=βG,\mathbf{H} = \sqrt{\beta} \, \mathbf{G},

where β\beta is the large-scale fading coefficient (path loss + shadowing) and G\mathbf{G} has i.i.d. entries [G]ijCN(0,1)[\mathbf{G}]_{ij} \sim \mathcal{CN}(0, 1). Each entry is statistically independent across all antenna pairs.

The factor β\sqrt{\beta} is usually absorbed into the SNR definition so that H\mathbf{H} itself has unit-variance entries. This convention is used throughout the book.

Rayleigh Fading

A statistical channel model in which the received amplitude is Rayleigh distributed. This arises when many independent scatterers contribute to the received signal with no dominant line-of-sight path. The complex envelope follows CN(0,σ2)\mathcal{CN}(0, \sigma^2).

Related: Ricean Fading, Spatial Correlation, I.I.D. Channel

Theorem: Key Statistics of the i.i.d. Rayleigh Channel

Let H1NtG\mathbf{H} \sim \frac{1}{\sqrt{N_t}} \mathbf{G} with G\mathbf{G} having i.i.d. CN(0,1)\mathcal{CN}(0,1) entries. Then:

  1. Channel hardening: 1Nthk2a.s.Nr\frac{1}{N_t} \|\mathbf{h}_k\|^2 \xrightarrow{a.s.} N_r as NtN_t \to \infty, where hk\mathbf{h}_k is the kk-th column of HH\mathbf{H}^{H}.
  2. Favorable propagation: 1NthkHhja.s.0\frac{1}{N_t} \mathbf{h}_k^H \mathbf{h}_j \xrightarrow{a.s.} 0 for kjk \neq j as NtN_t \to \infty.
  3. Marchenko–Pastur law: For Nr/Ntc(0,1]N_r/N_t \to c \in (0,1], the empirical eigenvalue distribution of 1NtHHH\frac{1}{N_t} \mathbf{H}\mathbf{H}^{H} converges weakly to the Marchenko–Pastur distribution with ratio cc.

Facts 1 and 2 follow from the law of large numbers applied to the inner products of independent Gaussian vectors. The Marchenko–Pastur law describes how eigenvalues spread when you multiply a tall random matrix by its Hermitian — analogous to the central limit theorem for sums, but for matrix spectra.

,

Historical Note: From Lord Rayleigh to Wireless Fading

1880–1945

John William Strutt, 3rd Baron Rayleigh (1842–1919), derived the distribution named after him in 1880 while studying the resultant amplitude of many sinusoids with random phases — a problem motivated by acoustics. He showed that if nn sinusoids of unit amplitude are superimposed with uniformly distributed random phases, the resultant amplitude rr satisfies P(r>a)ea2/2P(r > a) \approx e^{-a^2/2} for large nn.

The application to radio wave propagation came much later. Stephen Rice extended Rayleigh's analysis to include a dominant non-random (LOS) component in 1944–1945, yielding the Rice distribution. The cellular industry adopted these models in the 1970s–1980s to characterize mobile radio channels, and the Rayleigh model became the standard baseline for fading channels — a role it still plays as the "null hypothesis" in MIMO analysis.

Definition:

Ricean Fading Channel

When a dominant line-of-sight path is present, the channel is modeled as

H=κκ+1Hˉ+1κ+1G,\mathbf{H} = \sqrt{\frac{\kappa}{\kappa+1}} \bar{\mathbf{H}} + \sqrt{\frac{1}{\kappa+1}} \mathbf{G},

where Hˉ\bar{\mathbf{H}} is the deterministic LOS component (rank-1 for single-cluster LOS), G\mathbf{G} has i.i.d. CN(0,1)\mathcal{CN}(0,1) entries, and κ0\kappa \geq 0 is the Ricean KK-factor — the ratio of LOS power to scattered power.

At κ=0\kappa = 0 the model reduces to i.i.d. Rayleigh; as κ\kappa \to \infty the channel becomes deterministic.

For outdoor macro-cell environments at sub-6 GHz, κ\kappa is typically 0–7 dB. At mmWave frequencies in LOS scenarios, κ\kappa can exceed 15–20 dB.

Definition:

Large-Scale Fading: Path Loss and Shadowing

The large-scale fading coefficient β\beta models path loss and shadowing:

β[dB]=10αPLlog10(d/d0)+ξshadow,\beta[\text{dB}] = -10\alpha_{\text{PL}} \log_{10}(d/d_0) + \xi_{\text{shadow}},

where αPL[2,4]\alpha_{\text{PL}} \in [2, 4] is the path loss exponent, dd is the link distance, d0d_0 is a reference distance (often 1 m), and ξshadowN(0,σshadow2)\xi_{\text{shadow}} \sim \mathcal{N}(0, \sigma_{\text{shadow}}^2) captures log-normal shadowing with standard deviation σshadow4\sigma_{\text{shadow}} \approx 4–10 dB.

i.i.d. Rayleigh Channel: Empirical Eigenvalue Distribution

Compares the empirical eigenvalue distribution of 1NtHHH\frac{1}{N_t}\mathbf{H}\mathbf{H}^{H} (histogram) against the theoretical Marchenko–Pastur density (red curve). Adjust NtN_t and the ratio c=Nr/Ntc = N_r/N_t to see how well the limiting law matches finite-dimensional realizations.

Parameters
64
0.5

Common Mistake: When i.i.d. Rayleigh Is NOT Valid

Mistake:

A common modeling error is to apply the i.i.d. Rayleigh model to any scenario and conclude that channel hardening and favorable propagation hold.

Correction:

The i.i.d. model requires that scattering is rich and isotropic — energy arrives from all directions with roughly equal power. This holds approximately for:

  • Indoor environments at sub-6 GHz (rich scattering)
  • UEs in dense urban areas surrounded by local scatterers

It fails significantly for:

  • Large arrays (many antenna elements see similar scattering geometry → correlation)
  • mmWave (sparse scattering, few dominant paths → rank deficiency)
  • High-elevation base stations (limited local scattering → correlation)
  • LOS-dominant scenarios (rank-1 deterministic term dominates)

For a 64-antenna massive MIMO base station at 2.6 GHz, ignoring spatial correlation leads to overestimating sum-rate capacity by 20–40%.

Why This Matters: Channel Model → Pilot Design → Achievable Rate

The i.i.d. Rayleigh model is not just a mathematical convenience — it determines what pilot sequences are needed for channel estimation. Under i.i.d. Rayleigh, the minimum-variance MMSE estimate of H\mathbf{H} requires only NtN_t pilots (one per transmit antenna). But under spatial correlation, the effective channel dimension may be much less than NtN_t, enabling fewer pilots if we know the covariance structure.

Conversely, under pilot contamination (shared pilots across cells), spatial correlation can help or hurt depending on whether interfering users have overlapping covariance subspaces. Chapter 3 exploits this directly.

Key Takeaway

The i.i.d. Rayleigh model is the baseline, not the truth. It is mathematically tractable and gives the cleanest statements of channel hardening and favorable propagation. Every more realistic model in this chapter can be seen as a structured perturbation of i.i.d. Rayleigh — understanding the baseline is prerequisite to understanding when and how departures from it matter.

Quick Check

Under the i.i.d. Rayleigh model with Nt=100N_t = 100 and Nr=10N_r = 10, what does the Marchenko–Pastur law predict for the support of the limiting eigenvalue distribution of 1NtHHH\frac{1}{N_t}\mathbf{H}\mathbf{H}^{H}?

[0,2][0, 2]

[(10.1)2,(1+0.1)2][(1-\sqrt{0.1})^2, (1+\sqrt{0.1})^2]

[0,4][0, 4]

[0.5,1.5][0.5, 1.5]