mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-10-22 11:07:41 +00:00
Rewriting of the Viterbi decoding
New class implementing the Viterbi decoder. All memory allocated in the constructor Old SBAS Viterbi decoder moved to Viterbi_Decoder_Sbas class.
This commit is contained in:
@@ -19,6 +19,12 @@ All notable changes to GNSS-SDR will be documented in this file.
|
||||
- Fix setting of the signal source gain if the AGC is enabled when using the
|
||||
AD9361 front-end.
|
||||
|
||||
### Improvements in Maintainability:
|
||||
|
||||
- Rewritten Viterbi decoder for Galileo navigation messages: encapsulated in a
|
||||
class instead of being implemented as free inline functions. This improves
|
||||
memory management.
|
||||
|
||||
### Improvements in Usability:
|
||||
|
||||
- Added a new monitor to extract the decoded data bits of the navigation
|
||||
|
Reference in New Issue
Block a user