Exercises

ex-fsi-ch12-01

Easy

For a 2×22 \times 2 MIMO system with 16-QAM on each stream, how many candidate vectors does brute-force ML detection evaluate per channel use?

ex-fsi-ch12-02

Easy

Write the post-detection SINR of the kk-th stream under the MMSE receiver (HHH+σ2I)1HH(\mathbf{H}^{H}\mathbf{H} + \sigma^2\mathbf{I})^{-1}\mathbf{H}^{H}.

ex-fsi-ch12-03

Easy

Why does the ZF receiver lose to the MMSE receiver at low SNR?

ex-fsi-ch12-04

Easy

The LLL algorithm produces a lattice basis B\mathbf{B}' from B\mathbf{B} satisfying b12(n1)/2λ1\|\mathbf{b}'_1\| \leq 2^{(n-1)/2}\lambda_1. What is λ1\lambda_1?

ex-fsi-ch12-05

Easy

In V-BLAST with ordered MMSE-SIC, why decode the stream with the highest post-detection SINR first?

ex-fsi-ch12-06

Medium

Derive the ZF post-detection SINR for stream kk: SINRkZF=1/[σ2(HHH)kk1]\text{SINR}^{\text{ZF}}_k = 1/[\sigma^2(\mathbf{H}^{H}\mathbf{H})^{-1}_{kk}].

ex-fsi-ch12-07

Medium

Prove that genie-aided MMSE-SIC achieves the MIMO Gaussian ergodic capacity C=logdet(I+SNRHHH)C = \log\det(\mathbf{I}+\text{SNR}\,\mathbf{H}\mathbf{H}^{H}).

ex-fsi-ch12-08

Medium

Set up the sphere decoder search tree after QR-decomposing H=QR\mathbf{H} = \mathbf{Q}\mathbf{R}. Write the recursive bound on the partial distance at level kk.

ex-fsi-ch12-09

Medium

For a 2×22 \times 2 lattice with basis columns b1=(4,0)T\mathbf{b}_1 = (4,0)^T, b2=(3,1)T\mathbf{b}_2 = (3,1)^T, perform one iteration of LLL (with δ=3/4\delta = 3/4) and report the reduced basis.

ex-fsi-ch12-10

Medium

Under what channel condition do ZF and MMSE coincide?

ex-fsi-ch12-11

Medium

Why does LLL-aided ZF recover full receive diversity nrn_r while plain ZF loses diversity (diversity order nrnt+1n_r - n_t + 1)?

ex-fsi-ch12-12

Medium

A sphere decoder initialized with the Babai (ZF) point as its first candidate typically finds ML in a handful of visited nodes at high SNR. Explain why.

ex-fsi-ch12-13

Hard

Derive the closed-form MMSE-SIC per-stream SINR for a 2×22\times 2 MIMO channel with i.i.d. Rayleigh entries and compute the expected sum rate at SNR=10\text{SNR}=10 dB.

ex-fsi-ch12-14

Hard

Prove that the Fincke-Pohst sphere decoder is ML-optimal: show that if the search terminates with a finite candidate list, the minimum of yHx2\|\mathbf{y}-\mathbf{H}\mathbf{x}\|^2 over lattice points in the sphere equals yHx^ML2\|\mathbf{y}-\mathbf{H}\hat{\mathbf{x}}_{\text{ML}}\|^2.

ex-fsi-ch12-15

Hard

Compare the BER of LLL-aided MMSE-SIC with plain MMSE-SIC on a 4×44\times 4 QPSK system at SNR=12\text{SNR}=12 dB. Explain why the gap grows with SNR.