-
static sdr.EnergyDetector.p_fa(threshold: ArrayLike, N_nc: ArrayLike, sigma2: ArrayLike, complex: bool =
True
) NDArray[float64] Computes the probability of false alarm \(P_{fa}\).
Notes
For real signals:
\[P_{fa} = Q_{\chi_N^2}\left( \frac{\gamma'}{\sigma^2} \right)\]For complex signals:
\[P_{fa} = Q_{\chi_{2N}^2}\left( \frac{\gamma'}{\sigma^2 / 2} \right)\]References
Steven Kay, Fundamentals of Statistical Signal Processing: Detection Theory, Equation 5.2.