From b719d7f9c606a6ff75033de0d75e05675b8fcd3b Mon Sep 17 00:00:00 2001 From: mhostetter Date: Sun, 12 May 2024 23:06:29 -0400 Subject: [PATCH] Add release notes for v0.0.18 --- docs/release-notes/v0.0.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/docs/release-notes/v0.0.md b/docs/release-notes/v0.0.md index f0fac3606..035074aa8 100644 --- a/docs/release-notes/v0.0.md +++ b/docs/release-notes/v0.0.md @@ -4,6 +4,24 @@ tocdepth: 2 # v0.0 +## v0.0.18 + +*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 + +- Matt Hostetter ([@mhostetter](https://github.com/mhostetter)) + ## v0.0.17 *Released March 10, 2024*