Skip to content

sdr v0.0.18

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 13 May 03:28

Released May 12, 2024

Changes

  • Added support for coherent integration n_c and non-coherent integration n_nc to detection functions sdr.h0(),
    sdr.h1(), sdr.p_d(), sdr.p_fa(), and sdr.threshold().
  • Added support for real/complex signals and linear/square-law detectors to sdr.non_coherent_gain().
  • Added calculation of minimum required SNR to achieve specified detection performance in sdr.min_snr().
  • Added Peebles's approximation of non-coherent gain using a square-law detector in sdr.peebles().
  • Renamed sdr.h0_theory() to sdr.h0().
  • Renamed sdr.h1_theory() to sdr.h1().

Contributors