Exercises

ex-ch04-01

Easy

Design an SPRT with target error probabilities Ξ±=0.01\alpha = 0.01 and Ξ²=0.05\beta = 0.05. Give the Wald thresholds AA and BB on the log-likelihood ratio.

ex-ch04-02

Easy

For an SPRT on i.i.d. N(ΞΌj,Οƒ2)\mathcal{N}(\mu_j, \sigma^2) observations under Hj\mathcal{H}_j, j∈{0,1}j \in \{0,1\}, derive the per-sample log-likelihood ratio β„“(y)\ell(y) in closed form.

ex-ch04-03

Medium

Using Wald's identity, show that for the Gaussian SPRT of Exercise 2 under H1\mathcal{H}_1 the average sample number is approximately E1[N]β‰ˆ(1βˆ’Ξ²)A+Ξ²BD(p1βˆ₯p0)\mathbb{E}_1[N] \approx \frac{(1-\beta)A + \beta B}{D(p_1 \| p_0)} when the excess-over-boundary overshoot is neglected.

ex-ch04-04

Medium

Compute the ASN for both hypotheses when testing H0:ΞΌ=0\mathcal{H}_0: \mu = 0 vs H1:ΞΌ=1\mathcal{H}_1: \mu = 1 in N(ΞΌ,1)\mathcal{N}(\mu, 1) noise with Ξ±=Ξ²=0.01\alpha = \beta = 0.01. Compare with the fixed-sample size required to achieve the same error probabilities.

ex-ch04-05

Medium

Show that the SPRT is closed under sign changes: if the roles of H0\mathcal{H}_0 and H1\mathcal{H}_1 are swapped, the SPRT with error probabilities (Ξ±β€²,Ξ²β€²)=(Ξ²,Ξ±)(\alpha', \beta') = (\beta, \alpha) makes exactly the same decisions and uses the same sample paths.

ex-ch04-06

Hard

Prove that the SPRT terminates almost surely under either hypothesis, provided the log-likelihood increment has nonzero variance under both hypotheses.

ex-ch04-07

Medium

For Page's CUSUM test with recursion Wn=max⁑(0,Wnβˆ’1+β„“(yn))W_n = \max(0, W_{n-1} + \ell(y_n)) and threshold hh, show that Wn=Snβˆ’min⁑0≀k≀nSkW_n = S_n - \min_{0 \leq k \leq n} S_k, where Sn=βˆ‘i=1nβ„“(yi)S_n = \sum_{i=1}^n \ell(y_i).

ex-ch04-08

Medium

Show that CUSUM with threshold hh is equivalent to running infinitely many parallel SPRTs, each started at a different time, and declaring a change whenever any of them exits the upper boundary.

ex-ch04-09

Medium

Estimate ARL0\mathrm{ARL}_0 and the worst-case mean detection delay for a CUSUM test with threshold h=5h = 5, pre-change N(0,1)\mathcal{N}(0,1), post-change N(1,1)\mathcal{N}(1,1).

ex-ch04-10

Easy

For cell-averaging CFAR with N=16N=16 reference cells and target Pf=10βˆ’6P_f = 10^{-6}, compute the threshold multiplier Ξ±CA\alpha_{CA}.

ex-ch04-11

Medium

Derive the exact PfP_f of CA-CFAR with NN exponential reference cells and threshold multiplier Ξ±CA\alpha_{CA}. Confirm the formula Pf=(1+Ξ±CA/N)βˆ’NP_f = (1+\alpha_{CA}/N)^{-N}.

ex-ch04-12

Medium

Explain why OS-CFAR with the kkth-order statistic is more robust to interfering targets than CA-CFAR, and name the cost in homogeneous clutter.

ex-ch04-13

Hard

Show that for a fixed false-alarm probability Ξ±\alpha and Gaussian hypotheses, the sample-size saving of the SPRT over the fixed-sample LRT approaches a factor of 22 as Ξ±,Ξ²β†’0\alpha, \beta \to 0.

ex-ch04-14

Medium

A radar system needs Pf=10βˆ’4P_f = 10^{-4} in a homogeneous clutter background. Using a square-law detector followed by CA-CFAR with N=24N = 24 reference cells (12 on each side), compute Ξ±CA\alpha_{CA} and the required single-pulse SNR to achieve Pd=0.9P_d = 0.9 for a Swerling 0 (nonfluctuating) target. Use the approximation Pdβ‰ˆ(1+Ξ±CA/(N(1+SNR)))βˆ’NP_d \approx (1 + \alpha_{CA}/(N(1+\text{SNR})))^{-N}.

ex-ch04-15

Hard

A cognitive-radio user performs sequential energy detection on i.i.d. samples drawn from N(0,Οƒ2)\mathcal{N}(0,\sigma^2) under H0\mathcal{H}_0 (idle channel) and N(0,Οƒ2(1+SNR))\mathcal{N}(0,\sigma^2(1+\text{SNR})) under H1\mathcal{H}_1 (occupied). Derive the per-sample log-likelihood ratio and express the SPRT.

ex-ch04-16

Medium

Explain why greatest-of CFAR (GO-CFAR) outperforms CA-CFAR at a clutter edge but degrades multi-target performance. Give the intuition and identify the scenario where GO-CFAR should be preferred.