-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add changelog with the 1.3.0 release information
- Loading branch information
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Changelog | ||
|
||
- [Changelog](#changelog) | ||
- [1.3.0](#130) | ||
|
||
## 1.3.0 | ||
|
||
Release Date: 2023-11-01 | ||
|
||
### Added | ||
|
||
- New BCH decoder implementation performing at least 2.5x faster than the previous one. | ||
- BCH decoder benchmarking application for comparison between the original gr-dvbs2rx BCH decoder (based on [aicodix/code](https://github.com/aicodix/code/)), the AFF3CT [DVB-S2 BCH decoder](https://github.com/aff3ct/dvbs2), and the new BCH decoder implementation. | ||
- `dvbs2-rec` application for recording IQ samples from a DVB-S2 signal and storing them in Signal Metadata Format (SigMF). | ||
- Proposal of [SigMF extension for DVB-S2](docs/dvbs2.sigmf-ext.md). | ||
|
||
### Changed | ||
|
||
- Replaced the unpacked bit stream interface of the BBFRAME processing (descrambler and deheader) and LDPC decoder blocks with a bit-packed stream interface for better performance. | ||
|
||
### Fixed | ||
|
||
- Compilation on AppleClang. | ||
- Runtime library version parsing on macOS. |