Bayes Detection
Understanding Bayes Detection
Signal detection in RF is fundamentally a decision problem: given noisy observations, is a signal present or not? The Bayes framework provides the optimal answer by incorporating all available information: the statistical model of signal and noise, prior knowledge about signal presence probability, and the relative costs of different types of errors (missed detection vs. false alarm).
For Gaussian noise (the most common model in RF), the Bayes detector reduces to comparing a matched filter output to a threshold. The matched filter correlates the received signal with the expected signal waveform, maximizing the output SNR. This result connects abstract decision theory to practical receiver design: the optimal detector is a correlation receiver or matched filter followed by a threshold comparison.
Bayes Decision Rule
L(x) = p(x|H1) / p(x|H0) H1⁄H0 γ
Bayes Threshold:
γ = P(H0)(C10 − C00) / P(H1)(C01 − C11)
Cij = cost of deciding Hi when Hj true
Gaussian Case (known signal):
Sufficient statistic: T(x) = ∑ xn sn (matched filter)
Threshold: T > γ' ⇒ H1
Pd = Q(γ' − E/σ) ; Pfa = Q(γ'/σ)
Detection Criteria Comparison
| Criterion | Requires | Optimizes | Used In |
|---|---|---|---|
| Bayes | Priors + costs | Min Bayes risk | Communications |
| Neyman-Pearson | Fixed Pfa | Max Pd | Radar, SIGINT |
| Minimax | Costs only | Min worst-case risk | Adversarial |
| MAP | Equal costs + priors | Min error prob | Digital demod |
Frequently Asked Questions
How does the Bayes detector work?
H0 vs. H1 hypothesis test. Likelihood ratio L(x) compared to threshold γ from priors and costs. Gaussian noise → matched filter (correlation receiver). Minimizes total average cost (Bayes risk).
Bayes vs. Neyman-Pearson?
Bayes: needs priors, minimizes average cost. Neyman-Pearson: no priors, maximizes Pd for fixed Pfa. Radar: Neyman-Pearson (unknown target probability). Communications: Bayes (known bit priors). Both use likelihood ratio.
RF applications?
Radar CFAR detection. MAP/ML communication receivers. Cognitive radio spectrum sensing (Pd > 0.9, Pfa < 0.1). SIGINT weak signal detection. Radio astronomy emission detection.