-
Notifications
You must be signed in to change notification settings - Fork 37
/
Changelog.txt
58 lines (45 loc) · 1.84 KB
/
Changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
Release 0.4.4 (2015-12-19)
==========================
- Fix warnings when building tests on Windows
Release 0.4.3 (2015-12-19)
==========================
- Fix library/version numbering in packaging
- Change CMake option ENABLE_PYTHON to BUILD_TESTING
Release 0.4.2 (2015-12-11)
==========================
- Add a decimator class and audio_equalizer
- Misc. packaging changes
- Wiki changes on Github
Release 0.4.1 (2015-11-22)
==========================
- Bug fix for iir_plot QT app.
- Update README
- Add fir_adapt, fir_interp, fir_decim, compile fixes for fir
- Add debian packaging & update CMakeLists files
- Rename some executables to start with spuce_
Release 0.4 (2015-11-18)
==========================
- Bug fixes for Remez Bandpass/Bandstop and Complex Bandstop - for bandpass/stop bandwidth was 2 times bigger,
for complex bandstop, weight was wrong
Release 0.3 (2015-11-15)
==========================
- Just packaging for homebrew install
Release 0.2 (2015-11-14)
==========================
- Stable version for FIR filter design + Window design
- Handle high pass, bandpass & bandstop transformations for FIR filters
Some cases handled differently than others
e.g raised cosine filters as high pass = 1 - low pass. So not highpass raised cosine
Cut-off scaling changed for raised cosine and root raised cosine filters
- Added fir_plot to demonstration FIR filtering capability
- Added window_plot to demonstration window capability
- Added some allpass and interpolation filters to be tested in future release
- Main interfaces supported for filter designs
design_fir / design_complex_fir for FIR filters
design_iir for IIR filters
design_window for windows
==========================
Release 0.1 (2015-11-06)
==========================
- First release. Stable version for IIR filter design
==========================