rustradio

Crates.iorustradio
lib.rsrustradio
version0.6.1
sourcesrc
created_at2023-09-13 22:00:44.079737
updated_at2024-12-07 13:36:39.112745
descriptionSoftware defined radio library
homepage
repositoryhttps://github.com/ThomasHabets/rustradio
max_upload_size
id971995
size1,119,304
Thomas Habets (ThomasHabets)

documentation

README

Rust Radio

A library for digital signals processing in the spirit of GNU Radio.

For extra speed(?), build with env RUSTFLAGS="-C target-cpu=native"

Publish new version

./extra/bump_version.sh
git push && cargo publish

Benchmark

cargo +nightly bench

Useful commands

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
Commit count: 593

cargo fmt