TorchSig v0.4.0
What's Changed
- Change README logo if in dark mode by @lboegner in #95
- Start transform tests & minor
RandomTimeShift
optimization by @lboegner in #94 - QAM/PSK Pulse shaping filter transition bandwidth corrected by @MattCarrickPL in #98
- OFDM Modulator filter lengths estimated and bandwidth randomized by @MattCarrickPL in #99
- Tests for visual inspection. by @gvanhoy in #102
- 91 create generation performance benchmarks for each modulation type by @gvanhoy in #104
- 75 examine ofdm generation for potential speedups for sig53 by @gvanhoy in #105
- 74 create a baseline dockerfile to demonstrate installation by @gvanhoy in #108
- np.float -> np.float64 by @gvanhoy in #111
- Initial draft of restructuring transforms by @lboegner in #106
- 45 consider compatibility with torch 20 by @gvanhoy in #115
- Create utils/DSP for DSP-only stuff. by @gvanhoy in #116
- Benchmark and visualize wideband dataset generation. by @gvanhoy in #118
- Migrated to pytest. by @gvanhoy in #119
- Added model instantiation tests for narrowband signals. by @gvanhoy in #120
- 85 gmskgfsk also needs faster filtering due to convolution of long signals with gaussian pulse shape by @gvanhoy in #121
- Add mypy workflow check and fix all mypy-found bugs by @lboegner in #123
- Adjusting modulel by @gvanhoy in #130
- 131 configure package for pypi release by @gvanhoy in #132
- More documentation and examples by @gvanhoy in #134
- 126 create dockerfile and script for generating all versions of widebandsig53 by @gvanhoy in #135
Full Changelog: v0.3.0...v0.4.0