Skip to content

Commit

Permalink
Add release notes for v0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mhostetter committed Aug 28, 2023
1 parent b5e4709 commit 43f29c5
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docs/release-notes/v0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,24 @@ tocdepth: 2

# v0.0

## v0.0.7

*Released August 27, 2023*

### Changes

- Added generic linear modulation schemes in `sdr.LinearModulation`.
- Added $\pi/M$ PSK modulation in `sdr.PiMPSK`.
- Added offset QPSK modulation in `sdr.OQPSK`.
- Added rectangular pulse shapes in `sdr.rectangular()`.
- Added half-sine pulse shapes in `sdr.half_sine()`.
- Added pulse shaping in linear modulations. Now `map_symbols()` and `decide_symbols()` operate on 1 sample per symbol
and `modulate()` and `demodulate()` operate on multiple samples per symbol.

### Contributors

- Matt Hostetter ([@mhostetter](https://github.com/mhostetter))

## v0.0.6

*Released August 20, 2023*
Expand Down

0 comments on commit 43f29c5

Please sign in to comment.