Skip to content

Commit

Permalink
Add release notes for v0.0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
mhostetter committed May 13, 2024
1 parent 0b2b6a2 commit b719d7f
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docs/release-notes/v0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -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*
Expand Down

0 comments on commit b719d7f

Please sign in to comment.