Detection¶
Detectors¶
- class sdr.ReplicaCorrelator
Implements an clairvoyant replica-correlator detector.
- class sdr.EnergyDetector
Implements an energy detector.
Theoretical limits¶
- sdr.albersheim(p_d: ArrayLike, p_fa, ...) NDArray[float_]
Estimates the minimum required single-sample SNR, given \(N_{NC}\) non-coherent combinations, to achieve a probability of detection \(P_D\) and probability of false alarm \(P_{FA}\). This function implements Albersheim’s equation.
Last update:
Sep 02, 2023