Crates.io | rustradio |
lib.rs | rustradio |
version | 0.6.1 |
source | src |
created_at | 2023-09-13 22:00:44.079737 |
updated_at | 2024-12-07 13:36:39.112745 |
description | Software defined radio library |
homepage | |
repository | https://github.com/ThomasHabets/rustradio |
max_upload_size | |
id | 971995 |
size | 1,119,304 |
A library for digital signals processing in the spirit of GNU Radio.
For extra speed(?), build with env RUSTFLAGS="-C target-cpu=native"
./extra/bump_version.sh
git push && cargo publish
cargo +nightly bench
Plot I/Q data
$ od -A none -w8 -f test.c32 > t
$ gnuplot
gnuplot> plot 't' using 1 w l, 't' using 2 w l