Skip to content

Commit

Permalink
Add release notes for v0.0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
mhostetter committed Jul 28, 2024
1 parent fad68d5 commit 6c5db4c
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions docs/release-notes/v0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,29 @@ tocdepth: 2

# v0.0

## v0.0.23

*Released July 28, 2024*

### Changes

- Added calculation of filter noise bandwidth in `sdr.FIR.noise_bandwidth()` and `sdr.IIR.noise_bandwidth()`.
- Added calculation of threshold level above the noise power in `sdr.threshold_factor()`.
- Added numerical calculation of the PDF of the sum and product of random variables in `sdr.sum_distribution()`,
`sdr.sum_distributions()`, and `sdr.multiply_distributions()`.
- Renamed `sdr.design_frac_delay_fir()` to `sdr.fractional_delay_fir()`.
- Renamed `sdr.design_lowpass_fir()` to `sdr.lowpass_fir()`.
- Renamed `sdr.design_highpass_fir()` to `sdr.highpass_fir()`.
- Renamed `sdr.design_bandpass_fir()` to `sdr.bandpass_fir()`.
- Renamed `sdr.design_bandstop_fir()` to `sdr.bandstop_fir()`.
- Renamed `sdr.design_multirate_fir()` to `sdr.multirate_fir()`.
- Allowed use of SciPy window definition using `scipy.signal.windows.get_window()` for all filter design and plotting
functions.

### Contributors

- Matt Hostetter ([@mhostetter](https://github.com/mhostetter))

## v0.0.22

*Released July 13, 2024*
Expand Down

0 comments on commit 6c5db4c

Please sign in to comment.