Why can't adjusting the detection threshold substitute for improving SNR when the goal is to simultaneously reduce both false alarms and missed detections?
Think about your answer, then reveal below.
Model answer: The ROC curve traces all achievable (Pfa, Pd) pairs for a fixed SNR. Every point on the curve corresponds to a different threshold. Moving along the curve by adjusting the threshold reduces one error type only by increasing the other — you cannot simultaneously improve both. Only increasing SNR separates the signal and noise distributions further, lifting the ROC curve toward the ideal corner and making it possible to achieve lower Pfa and higher Pd at the same time.
The key insight is that SNR sets the ceiling on performance — it determines the shape of the ROC curve — while the threshold determines where on that curve the system operates. A system with poor SNR is stuck on a ROC curve close to the diagonal, no matter how carefully the threshold is set. Improving SNR (by boosting signal power, reducing noise bandwidth, or integrating over longer intervals) stretches the curve toward the upper-left, expanding the region of achievable performance. Threshold tuning is local; SNR improvement is global.