Exercises

ex-ch21-01

Easy

Compute the empirical spectral distribution of the matrix A=diag(1,2,2,3,5)\mathbf{A} = \text{diag}(1, 2, 2, 3, 5). What are FA(1.5)F^{\mathbf{A}}(1.5) and FA(3)F^{\mathbf{A}}(3)?

ex-ch21-02

Easy

For the Marchenko-Pastur distribution with β=1\beta = 1, verify that the support is [0,4][0, 4] and compute 04fMP(λ;1)dλ=1\int_0^4 f_{\mathrm{MP}}(\lambda; 1)\, d\lambda = 1.

ex-ch21-03

Easy

Show that the first moment of the Marchenko-Pastur distribution is m1=1m_1 = 1 for any β>0\beta > 0.

ex-ch21-04

Medium

Compute the second moment m2=λ2dFβ(λ)m_2 = \int \lambda^2\, dF_\beta(\lambda) of the Marchenko-Pastur distribution by evaluating limn,m1mtr(W2)\lim_{n,m\to\infty} \frac{1}{m}\text{tr}(\mathbf{W}^2) where W=1mHHH\mathbf{W} = \frac{1}{m}\mathbf{H}^H\mathbf{H}.

ex-ch21-05

Medium

Show that the Stieltjes transform of the point mass F=δaF = \delta_a (Dirac measure at aa) is mF(z)=1/(az)m_F(z) = 1/(a - z).

ex-ch21-06

Medium

Verify the Stieltjes inversion formula for the uniform distribution on [0,2][0, 2]: dF(λ)=121[0,2]dλdF(\lambda) = \frac{1}{2}\mathbf{1}_{[0,2]}\, d\lambda.

ex-ch21-07

Medium

Solve the fixed-point equation m(z)=(1βzβzm(z))1m(z) = (1 - \beta - z - \beta z m(z))^{-1} for β=1\beta = 1 and z=1/ρz = -1/\rho (with ρ>0\rho > 0 real). Express the result in terms of ρ\rho only.

ex-ch21-08

Medium

Show that for β1\beta \leq 1, the Marchenko-Pastur density satisfies fMP(λ;β)=0f_{\mathrm{MP}}(\lambda_-; \beta) = 0 and fMP(λ+;β)=0f_{\mathrm{MP}}(\lambda_+; \beta) = 0 (the density vanishes at the edges of the support).

ex-ch21-09

Hard

Derive the asymptotic per-antenna capacity for a β=1\beta = 1 MIMO channel at high SNR. Show that Cˉ/nrlog2(ρ)const\bar{C}/n_r \approx \log_2(\rho) - \text{const} and find the constant.

ex-ch21-10

Hard

Show that as β0\beta \to 0 (many more columns than rows), the Marchenko-Pastur distribution converges to a point mass at λ=1\lambda = 1. Interpret this for MIMO.

ex-ch21-11

Hard

Prove that the Stieltjes transform mF(z)m_F(z) of any probability distribution on [0,)[0,\infty) satisfies mF(z)1/Im(z)|m_F(z)| \leq 1/|\text{Im}(z)| for all zC+z \in \mathbb{C}^+.

ex-ch21-12

Hard

For the deterministic equivalent with Σr=I\boldsymbol{\Sigma}_{r} = \mathbf{I} and general Σt\boldsymbol{\Sigma}_{t}, show that the coupled fixed-point equations reduce to a single scalar equation for T~\tilde{T} (since T~n=T~Inr\tilde{\mathbf{T}}_n = \tilde{T}\, \mathbf{I}_{n_r}).

ex-ch21-13

Hard

Numerically verify the Marchenko-Pastur law: generate N=1000N = 1000 independent realizations of HC50×200\mathbf{H} \in \mathbb{C}^{50 \times 200} with i.i.d. CN(0,1)\mathcal{CN}(0,1) entries. For each realization, compute the eigenvalues of 1200HHH\frac{1}{200}\mathbf{H}^H\mathbf{H}. Pool all eigenvalues and compare the histogram to fMP(λ;1/4)f_{\mathrm{MP}}(\lambda; 1/4).

ex-ch21-14

Challenge

Derive the closed-form ergodic capacity of the β=1\beta = 1 MIMO channel using the Stieltjes transform. Show that Cˉ=log2 ⁣(1+ρ14(ρ(ρ+4)ρ)2/ρ)\bar{C} = \log_2\!\left(1 + \rho - \frac{1}{4}\left(\sqrt{\rho(\rho+4)} - \rho\right)^2/\rho\right) ... (the exact expression is somewhat involved). Alternatively, show that dCˉdρ=1ln2(1ρ+mF1(1/ρ))11ρ2\frac{d\bar{C}}{d\rho} = \frac{1}{\ln 2}\left(\frac{1}{\rho} + m_{F_1}(-1/\rho)\right)^{-1}\cdot\frac{1}{\rho^2} and integrate numerically.

ex-ch21-15

Challenge

Prove that the Marchenko-Pastur law is universal: it holds not just for Gaussian entries but for any i.i.d. entries with zero mean and unit variance (and finite fourth moment). Outline the proof using the moment method.

ex-ch21-16

Easy

For the Marchenko-Pastur distribution with β=1/4\beta = 1/4, compute the variance of the distribution using Var=m2m12\text{Var} = m_2 - m_1^2.

ex-ch21-17

Medium

Show that the Stieltjes transform of the ESD can be written as mFA(z)=1ntr(AzI)1m_{F^{\mathbf{A}}}(z) = \frac{1}{n}\text{tr}(\mathbf{A} - z\mathbf{I})^{-1}.

ex-ch21-18

Medium

The MMSE of estimating a Gaussian signal from a noisy MIMO observation is MMSE=1nrtr(I+ρ1ntHHH)1\text{MMSE} = \frac{1}{n_r}\text{tr}(\mathbf{I} + \rho\, \frac{1}{n_t}\mathbf{H}\mathbf{H}^H)^{-1}. Express the asymptotic MMSE as an integral against the Marchenko-Pastur distribution.

ex-ch21-19

Hard

Implement the deterministic equivalent iteration for the per-user capacity of a correlated MIMO system with exponential transmit correlation [Σt]ij=rij[\boldsymbol{\Sigma}_{t}]_{ij} = r^{|i-j|}. Plot the capacity vs. r[0,0.99]r \in [0, 0.99] for nt=64n_t = 64, nr=16n_r = 16, SNR =10= 10 dB.

ex-ch21-20

Challenge

Prove the Stieltjes transform fixed-point equation for the Marchenko-Pastur law using the resolvent identity. Specifically, for W=1mHHH\mathbf{W} = \frac{1}{m}\mathbf{H}^H\mathbf{H} with i.i.d. entries, show that 1mtr(WzI)1\frac{1}{m}\text{tr}(\mathbf{W} - z\mathbf{I})^{-1} concentrates around the solution of m=(1βzβzm)1m = (1 - \beta - z - \beta z m)^{-1}.