-
static sdr.EnergyDetector.threshold(N_nc: ArrayLike, p_fa: ArrayLike, sigma2: ArrayLike, complex: bool =
True
) NDArray[float_] Computes the threshold \(\gamma'\).
Notes¶
For real signals:
\[\gamma' = \sigma^2 Q_{\chi_N^2}^{-1}(P_{FA})\]For complex signals:
\[\gamma' = \frac{\sigma^2}{2} Q_{\chi_N^2}^{-1}(P_{FA})\]References¶
Steven Kay, Fundamentals of Statistical Signal Processing: Detection Theory, Equation 5.2.