Skip to content

Commit 6c5db4c

Browse files
committed
Add release notes for v0.0.23
1 parent fad68d5 commit 6c5db4c

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

docs/release-notes/v0.0.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,29 @@ tocdepth: 2
44

55
# v0.0
66

7+
## v0.0.23
8+
9+
*Released July 28, 2024*
10+
11+
### Changes
12+
13+
- Added calculation of filter noise bandwidth in `sdr.FIR.noise_bandwidth()` and `sdr.IIR.noise_bandwidth()`.
14+
- Added calculation of threshold level above the noise power in `sdr.threshold_factor()`.
15+
- Added numerical calculation of the PDF of the sum and product of random variables in `sdr.sum_distribution()`,
16+
`sdr.sum_distributions()`, and `sdr.multiply_distributions()`.
17+
- Renamed `sdr.design_frac_delay_fir()` to `sdr.fractional_delay_fir()`.
18+
- Renamed `sdr.design_lowpass_fir()` to `sdr.lowpass_fir()`.
19+
- Renamed `sdr.design_highpass_fir()` to `sdr.highpass_fir()`.
20+
- Renamed `sdr.design_bandpass_fir()` to `sdr.bandpass_fir()`.
21+
- Renamed `sdr.design_bandstop_fir()` to `sdr.bandstop_fir()`.
22+
- Renamed `sdr.design_multirate_fir()` to `sdr.multirate_fir()`.
23+
- Allowed use of SciPy window definition using `scipy.signal.windows.get_window()` for all filter design and plotting
24+
functions.
25+
26+
### Contributors
27+
28+
- Matt Hostetter ([@mhostetter](https://github.com/mhostetter))
29+
730
## v0.0.22
831

932
*Released July 13, 2024*

0 commit comments

Comments
 (0)