-
static sdr.ReplicaCorrelator.threshold(p_fa: ArrayLike, energy: ArrayLike, sigma2: ArrayLike, complex: bool =
True
) NDArray[float_] Computes the threshold \(\gamma'\).
Notes¶
For real signals:
\[\gamma' = \sqrt{\sigma^2 \mathcal{E}} Q^{-1}(P_{FA})\]For complex signals:
\[\gamma' = \sqrt{\sigma^2 \mathcal{E} / 2} Q^{-1}(P_{FA})\]References¶
Steven Kay, Fundamentals of Statistical Signal Processing: Detection Theory, Equations 4.12 and 13.6.