sdr v0.0.21
Released June 15, 2024
Changes
- Added Gold codes in
sdr.gold_code()
. - Added calculation of primitive polynomials that generate preferred pair
$m$ -sequences insdr.preferred_pairs()
. - Added check if two primitive polynomials form a preferred pair in
sdr.is_preferred_pair()
. - Added plot of the discrete Fourier transform (DFT) in
sdr.plot.dft()
. - Added plot of the discrete-time Fourier transform (DTFT) in
sdr.plot.dtft()
. - Added plot of periodic and non-periodic auto- and cross-correlations (PACF, ACF, PCCF, and CCF) in
sdr.plot.correlation()
. - Added general-purpose stem plot, styled like MATLAB, in
sdr.plot.stem()
. - Added plot of Shannon's limit on
$E_b/N_0$ insdr.plot.shannon_limit_ebn0()
. - Added support for
python -OO
optimization. - Increased required
galois
version tov0.3.9
.
Contributors
- Justin Charlong (@jcharlong)
- Matt Hostetter (@mhostetter)