Prerequisites

Before You Begin

This chapter builds on linear algebra (Chapter 1), probability and random processes (Chapter 2), and digital modulation (Chapter 8). Detection theory relies on conditional probability and Gaussian distributions from Chapter 2, signal-space geometry from Chapter 8, and linear algebra for the LMMSE estimator derivation from Chapter 1.

  • Gaussian random variables and the Q-function(Review ch02)

    Self-check: Can you compute P(X>a)P(X > a) for XN(μ,σ2)X \sim \mathcal{N}(\mu, \sigma^2) in terms of the Q-function Q ⁣(aμσ)Q\!\left(\frac{a - \mu}{\sigma}\right)?

  • Conditional probability and Bayes theorem(Review ch02)

    Self-check: Can you apply Bayes theorem to compute P(Hiy)=p(yHi)P(Hi)jp(yHj)P(Hj)P(H_i \mid y) = \frac{p(y \mid H_i) P(H_i)}{\sum_j p(y \mid H_j) P(H_j)}?

  • Signal-space representation and ML detection(Review ch08)

    Self-check: Can you express the ML detector as m^=argminmrsm2\hat{m} = \arg\min_m \|\mathbf{r} - \mathbf{s}_m\|^2 and explain why it is the minimum-distance rule?

  • Constellation diagrams and decision regions(Review ch08)

    Self-check: Can you sketch the decision regions for QPSK and 16-QAM and identify which regions correspond to which symbols?

  • Matrix inverses and positive-definite matrices(Review ch01)

    Self-check: Can you solve x=(AHA+σ2I)1AHy\mathbf{x} = (\mathbf{A}^H \mathbf{A} + \sigma^2 \mathbf{I})^{-1} \mathbf{A}^H \mathbf{y} and explain why the matrix is invertible when σ2>0\sigma^2 > 0?

Chapter 9 Notation

Key symbols introduced or heavily used in this chapter.

SymbolMeaningIntroduced
PeP_eProbability of (symbol or bit) errors01
Q(x)Q(x)Gaussian Q-function: Q(x)=12πxet2/2dtQ(x) = \frac{1}{\sqrt{2\pi}} \int_x^\infty e^{-t^2/2}\, dts02
H0,H1H_0, H_1Null and alternative hypotheses in binary detections01
Λ(y)\Lambda(y)Likelihood ratio p(yH1)/p(yH0)p(y \mid H_1) / p(y \mid H_0)s01
P(Hiy)P(H_i \mid y)A-posteriori probability of hypothesis HiH_i given observation yys01
θ^\hat{\theta}Estimate of the unknown parameter θ\thetas03
I(θ)I(\theta)Fisher information about θ\thetas03
γˉ\bar{\gamma}Average received SNR (averaged over fading)s04
Eb/N0E_b / N_0Energy per bit to noise spectral density ratios02
Rhh\mathbf{R}_{hh}Channel autocorrelation matrixs05
erfc(x)\operatorname{erfc}(x)Complementary error function: erfc(x)=2πxet2dt\operatorname{erfc}(x) = \frac{2}{\sqrt{\pi}} \int_x^\infty e^{-t^2}\, dts02
ddDiversity order (high-SNR BER slope on log-log scale)s04
Mγ(s)M_\gamma(s)Moment generating function of the SNR random variable γ\gammas04
h^LS\hat{\mathbf{h}}_{\text{LS}}Least-squares channel estimates05
h^MMSE\hat{\mathbf{h}}_{\text{MMSE}}Minimum mean-square error channel estimates05