File tree 1 file changed +23
-0
lines changed
1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,29 @@ tocdepth: 2
4
4
5
5
# v0.0
6
6
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
+
7
30
## v0.0.22
8
31
9
32
* Released July 13, 2024*
You can’t perform that action at this time.
0 commit comments