Exercises

ex-ch03-qpsk-map

Easy

Derive the MAP decision rule for QPSK with priors (Ο€0,Ο€1,Ο€2,Ο€3)=(0.4,0.2,0.3,0.1)(\pi_0,\pi_1,\pi_2,\pi_3) = (0.4,0.2,0.3,0.1) and y∈R2\mathbf{y}\in\mathbb{R}^2 corrupted by AWGN of variance Οƒ2\sigma^2.

ex-ch03-gram-schmidt-explicit

Medium

Let s0(t)=1s_0(t) = 1, s1(t)=2tβˆ’1s_1(t) = 2t-1, s2(t)=(2tβˆ’1)2s_2(t) = (2t-1)^2 on [0,1][0,1]. Compute the orthonormal basis from Gram--Schmidt and the dimension NN of the signal space.

ex-ch03-min-distance-geometry

Medium

For a unit-energy 8-PSK constellation, compute dmin⁑d_{\min} and the number of nearest neighbors Kmin⁑K_{\min}.

ex-ch03-union-bound

Medium

Derive the union bound on SER for an MM-ary constellation in AWGN and show that at high SNR it is asymptotically tight.

ex-ch03-qpsk-vs-4psk

Easy

Verify that QPSK and 4-PSK are the same constellation up to rotation and compute their common SER at SNR=10\text{SNR} = 10 dB.

ex-ch03-qam-vs-psk

Medium

At M=16M = 16 and SNR = 15 dB, compare the SER of 16-QAM and 16-PSK.

ex-ch03-shaping-gain

Hard

Compute the shaping gain of a square 64-QAM constellation relative to 64-CR (cross) constellation. Quantify in dB.

ex-ch03-orthogonal-mary

Medium

For MM equi-energy orthogonal signals in AWGN, show that the union bound on SER is Pe≀(Mβˆ’1)Q(Es/N0)P_e \leq (M-1)Q(\sqrt{E_s/N_0}).

ex-ch03-craig-rayleigh

Hard

Use Craig's formula to derive the SER of BPSK in Rayleigh fading with average SNR Ξ³Λ‰\bar{\gamma}.

ex-ch03-diversity-order

Medium

Show that BPSK in Rayleigh fading has diversity order 11, and compare with the AWGN PeP_e at Ξ³Λ‰=20\bar{\gamma} = 20 dB.

ex-ch03-nakagami-ser

Hard

Derive the SER of BPSK in Nakagami-mm fading via Craig's formula.

ex-ch03-error-exponent

Hard

Prove that for i.i.d. observations, the ML error probability for a binary test satisfies βˆ’1nlog⁑Peβ†’C(f0,f1)-\tfrac{1}{n}\log P_e \to C(f_0,f_1) where CC is the Chernoff information.

ex-ch03-simulate-union-tight

Easy

Using the interactive plot fsi_ch03.union_bound_vs_exact\texttt{fsi\_ch03.union\_bound\_vs\_exact}, identify the SNR (in dB) at which the union bound overshoots the true SER by less than 0.5 dB for M=8M = 8 PSK. Report the SNR value.

ex-ch03-design-dmin

Hard

You are given 4 unit-energy signals in R2\mathbb{R}^2 and wish to maximise dmin⁑d_{\min}. Prove that the optimal arrangement is a regular polytope (here, a square).

ex-ch03-bit-vs-symbol

Medium

For 16-QAM with Gray labeling, derive the approximate relation between BER and SER, and compare to natural binary labeling.

ex-ch03-capacity-connection

Challenge

For binary symmetric channel with crossover p=Q(d/2)p = Q(d/2) (from BPSK in AWGN), show that the channel capacity matches the information-theoretic bound on the operational rate at low SNR.