Deterministic Equivalents
Beyond i.i.d.: Correlated Channels
The Marchenko-Pastur law assumes i.i.d. entries in . In practice, MIMO channels exhibit spatial correlation: nearby antennas see similar scattering environments. A correlated channel is modeled as , where has i.i.d. entries and , are the receive and transmit correlation matrices. The eigenvalue distribution of is no longer Marchenko-Pastur β but deterministic equivalents provide computable approximations.
Definition: Deterministic Equivalent
Deterministic Equivalent
Let be a sequence of random variables indexed by the matrix dimension . A deterministic sequence is called a deterministic equivalent of if The value of is that it depends only on the parameters of the model (e.g., the correlation matrices), not on the random matrix realization β it can be computed without Monte Carlo.
Deterministic equivalents are the applied output of random matrix theory. Rather than characterizing the full spectral distribution, they provide approximations for specific functionals (capacity, SINR, MSE) that are the quantities of engineering interest.
Theorem: Deterministic Equivalent for (Correlated MIMO Capacity)
Consider where has i.i.d. entries, and , are Hermitian positive definite. As with : where is defined by the system of equations: with and the unique positive definite solutions of
The deterministic equivalent replaces the random (which involves all eigenvalues of the random channel) with a quantity that depends only on the deterministic correlation matrices and . The matrices and are found by iterating two coupled matrix equations until convergence.
Resolvent identity
The proof starts from the identity . The right side involves the resolvent of , whose normalized trace has a deterministic equivalent by the Marchenko-Pastur-type analysis for correlated matrices.
Fixed-point equations
The deterministic equivalent of leads to the coupled equations for and . These generalize the scalar MP fixed-point to the matrix-valued case, capturing the structure of and .
Integration
Integrating the deterministic equivalent of the derivative from to yields the log-det approximation . The correction term accounts for the coupling between the two fixed-point equations.
Example: Deterministic Equivalent with Exponential Correlation
A massive MIMO base station has antennas with exponential correlation where , serving single-antenna users (no receive correlation, ). Compute the per-user ergodic capacity at dB using the deterministic equivalent vs. Monte Carlo.
Setup
, . The transmit correlation is a Toeplitz matrix with .
Fixed-point iteration
Initialize . Iterate: , . Since , the equation simplifies. Convergence in ~10 iterations.
Result
The deterministic equivalent gives approximately bits/s/Hz per user. Monte Carlo with 1000 realizations gives bits/s/Hz β the deterministic equivalent is accurate to within 1% even at these moderate dimensions.
Deterministic Equivalent vs. Monte Carlo for Correlated MIMO
Compare the deterministic equivalent capacity approximation with Monte Carlo simulation for a MIMO channel with exponential transmit correlation.
Parameters
Random Matrix Theory Tools: Summary
| Tool | Input | Output | Use Case |
|---|---|---|---|
| Marchenko-Pastur Law | Aspect ratio | Limiting eigenvalue density | i.i.d. Rayleigh MIMO capacity |
| Stieltjes Transform | Distribution | Analytic function | Computing capacity, SINR, MSE integrals |
| Fixed-Point Equation | Model parameters (, correlations) | Stieltjes transform value | Avoiding eigenvalue computation |
| Deterministic Equivalent | Correlation matrices | Approximate capacity/SINR | Correlated massive MIMO analysis |
Random Matrix Theory for Massive MIMO with Spatial Correlation
Wagner, Couillet, Debbah, and Caire applied the deterministic equivalent framework to analyze linear precoding (zero-forcing, regularized zero-forcing) in the MISO broadcast channel with spatially correlated channels. Using RMT, they derived closed-form expressions for the per-user SINR in the large-system limit, enabling optimization of the regularization parameter without Monte Carlo simulation. This work demonstrated that deterministic equivalents are not just theoretical curiosities but practical tools for massive MIMO system design.
Historical Note: Telatar's MIMO Capacity Formula
1999In 1999, Emre Telatar published one of the most influential papers in wireless communications, deriving the ergodic capacity of the i.i.d. Rayleigh MIMO channel using random matrix theory. The key step was recognizing that the per-antenna capacity could be expressed as an integral against the Marchenko-Pastur distribution. This single insight β connecting an abstract result from mathematical physics to a concrete engineering quantity β launched two decades of research on massive MIMO and random matrix methods for wireless communications.
Quick Check
The fixed-point iteration for the deterministic equivalent requires inverting matrices of size and at each step. For a system with and , approximately how many floating-point operations per iteration?
The dominant cost is the matrix inversion, which costs . With 10 iterations, this is still much cheaper than Monte Carlo.
Common Mistake: Deterministic Equivalent Iteration May Diverge with Wrong Initialization
Mistake:
Initializing the fixed-point iteration with arbitrary matrices (e.g., zero matrices) and expecting convergence.
Correction:
The standard initialization is (or ). The iteration is a contraction map for this initialization and converges monotonically. Starting from can lead to numerical issues. Always use the recommended initialization.
Why This Matters: Deterministic Equivalents in 5G NR System Design
5G NR massive MIMO base stations (gNBs) with 32--256 antenna elements exhibit significant spatial correlation due to the half-wavelength antenna spacing and finite angular spread. Deterministic equivalents allow link-level performance prediction for different array geometries, correlation models, and user distributions without requiring channel measurements or extensive Monte Carlo campaigns. This capability is used in 3GPP system-level simulations to set spectral efficiency targets.
Deterministic Equivalent
A deterministic approximation to a random quantity (typically involving large random matrices) such that almost surely. It replaces Monte Carlo averaging with a fixed-point computation.
Related: Deterministic Equivalent
Key Takeaway
Deterministic equivalents extend random matrix theory from the i.i.d. case to correlated channels. By solving a system of coupled matrix equations (which converge in 10--15 iterations), we can compute the ergodic capacity of a correlated massive MIMO system to within 1% of Monte Carlo β at a tiny fraction of the computational cost. This makes analytical system-level optimization tractable.