Releases: 777arc/PySDR
Releases · 777arc/PySDR
2025-01-01
Remove int(mu) in timing synchronization input (#60) Line148: adding int(mu) does nothing since mu is always fractional at this point (0 <= mu < 1). Taking int(fractional number) always returns 0
2024-12-01
added homepage
2024-11-01
First portion of HackRF chapter (#52) * first bit * first cut of hackrf chapter * asda * spelling
2024-10-01
Avoid redefining Python built-in types (#48)
2024-09-01
Add Chinese translation of Chapter Filters. (#41)
2024-08-01
AntSDR sections (#37) * added section * filled out AntSDR portions * spell check action for PRs * added spelling back to makefile * test spell check * fixed spelling error
2024-07-01
bumped github action versions
2024-06-01
Cyclostationary chapter (#30) * added scf_demo2 and more stuff * Update cyclostationary.rst * Update cyclostationary.rst * Update cyclostationary.rst * blah --------- Co-authored-by: samb-vt <samuelbrown@vt.edu>
2024-05-01
Clarify how order in time doesnt matter for FFT
2024-04-01
bpsk to qpsk