static sdr.ReplicaCorrelator.threshold(p_fa: ArrayLike, energy: ArrayLike, sigma2: ArrayLike, complex: bool = True) NDArray[float_]

Computes the threshold γ.

Parameters:
p_fa: ArrayLike

The probability of false alarm PFA.

energy: ArrayLike

The received energy E=i=0N1|s[n]|2.

sigma2: ArrayLike

The noise variance σ2.

complex: bool = True

Indicates whether the signal is complex.

Returns:

The threshold γ.

Notes

For real signals:

γ=σ2EQ1(PFA)

For complex signals:

γ=σ2E/2Q1(PFA)

References

  • Steven Kay, Fundamentals of Statistical Signal Processing: Detection Theory, Equations 4.12 and 13.6.