Skip to content

sdr v0.0.8

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Sep 18:12

Released September 4, 2023

Changes

  • Added minimum-shift keying (MSK) in sdr.MSK.
  • Added pulse shape customization to linear modulations.
  • Added theoretic detection performance of a matched filter in sdr.ReplicaCorrelator and an energy detector
    in sdr.EnergyDetector.
  • Added Albersheim's minimum required SNR approximation in sdr.albersheim().
  • Added plotting of receiver operating characteristic (ROC) curves in sdr.plot.roc().
  • Added plotting of probability of detection curves in sdr.plot.p_d().
  • Added plotting of phase trees of continuous-phase modulation (CPM) in sdr.plot.phase_tree().
  • Added sensible time and frequency units to plots.

Contributors