sdr v0.0.20
Released June 9, 2024
Changes
- Removed
sdr.percent()
,sdr.ppm()
, andsdr.ppb()
. - Added Shnidman's minimum required SNR approximation in
sdr.shnidman()
. - Added Shannon's limit on
$E_b/N_0$ over the AWGN channel insdr.shannon_limit_ebn0()
. - Added Shannon's limit on
$S/N$ over the AWGN channel insdr.shannon_limit_snr()
. - Added axis keyword argument
ax
to eachsdr.plot
function. - Modified
sdr.sample_rate_offset()
andsdr.frequency_offset()
APIs to use offset and not ppm. - Renamed
sdr.fspl()
tosdr.free_space_path_loss()
.
Contributors
- Matt Hostetter (@mhostetter)