sdr v0.0.16
Released March 3, 2024
Changes
- Removed Python 3.7 support.
- Added Kasami codes in
sdr.kasami_code()
. - Added coherent integration gain in
sdr.coherent_gain()
. - Added coherent gain loss in
sdr.coherent_gain_loss()
. - Added maximum integration time for coherent integration in
sdr.max_integration_time()
. - Added maximum frequency offset for coherent integration in
sdr.max_frequency_offset()
. - Added non-coherent integration gain in
sdr.non_coherent_gain()
.
Contributors
- Matt Hostetter (@mhostetter)