Version 1.6.0 #326
jgaeddert
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Version 1.6.0 includes a new qdsync object to greatly simplify the frame synchronization process in liquid, allowing for both detection and channel impairment correction with a simplified interface. Additionally, code coverage has been increased to 85% across the entire project, with numerous bug fixes, stability improvements, and massive testing enhancements. From an "architectural" standpoint, objects have been migrated to use standard methods for consistency.
is the single largest effort included in this version and touches
most modules in some way, most particularly the framing objects
support frame processing. The object not only detects the frame, but
also provides an initial carrier frequency, phase, and timign offset,
and also corrects for these impairments, passing the results to the
user in a clean callback function.
order for generator polynomial and internal state definition to be
more consistent with literature and readily-available genpolys
This discussion was created from the release Version 1.6.0.
Beta Was this translation helpful? Give feedback.
All reactions