-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
35 lines (30 loc) · 958 Bytes
/
CHANGELOG
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
# CHANGELOG
Delta-Sigma ADC Model changes
## [Unreleased]
### 2024-1-19 (coburnw)
- pip installable
- added generic processing blocks
- converted dsm functions to stream blocks
- moved to event based stream paradigm
- re-partitioned into classes
- added Affero GNU-3 or later licence
- forked and renamed repository StreamTestBench
###
### Changed - 2018-11-19 (Harnesser)
- Removed some long-runtime bugs in MASH models
- Renamed old unscaled models to `_unscaled`
- Scaled existing models so that internal 'analog' node
ranges are kept within the -1.0 to 1.0 range
- Plot FFT with no windowing, and with log x-scale
- Calculate SNR within baseband and add to title of FFT
## [0.0.1] - 2018-11-19 (Harnesser)
### Added
- Waveform plots
- FFT of bitstream
- Slider for input amplitude
- Slider for input freqency cycles per FFT
- Reset button to reload modulator model modules
- Model: 1st-Order
- Model: 2nd-Order
- Model: MASH-1-1
- Model: MASH-2-1