Prerequisites & Notation
Before You Begin
Chapter 2 takes the binary-hypothesis-testing machinery of Chapter 1 and specialises it to the Gaussian observation model that governs nearly every physical receiver. A reader comfortable with the LRT, the Neyman--Pearson lemma, the -function, and with linear algebra over and will follow this chapter without friction.
- Likelihood ratio test (LRT) and Neyman--Pearson lemma(Review ch01)
Self-check: State the Neyman--Pearson lemma and sketch its proof via the variational argument.
- Gaussian distributions, -function, and error probabilities(Review ch01)
Self-check: Compute and explain why .
- Inner products, norms, projections in (Review ch01)
Self-check: Compute the orthogonal projection of onto .
- Positive-definite matrices and Cholesky factorisation(Review ch01)
Self-check: Explain why a covariance matrix admits a Cholesky factor with .
- Linear time-invariant systems and convolution
Self-check: Relate the output of an LTI filter to the convolution of its input with the impulse response.
Chapter 2 Notation
Symbols introduced or used repeatedly in this chapter. Boldface lowercase denotes column vectors; boldface uppercase denotes matrices; denotes additive noise throughout (per the book-wide convention).
| Symbol | Meaning | Introduced |
|---|---|---|
| Observation vector in | s01 | |
| Known (deterministic) signal vector | s01 | |
| Additive white Gaussian noise vector, | s01 | |
| Signal energy, | s01 | |
| One-sided noise PSD; per-sample variance is | s01 | |
| Test statistic (often the sufficient statistic) | s01 | |
| Deflection coefficient, in AWGN | s01 | |
| False-alarm and detection probabilities | s01 | |
| Matched-filter impulse response, | s04 | |
| Noise covariance matrix (colored case) | s03 | |
| Cholesky factor of , so | s03 | |
| Mahalanobis squared norm, | s03 | |
| Continuous-time inner product, | s04 |