9 releases (breaking)

Uses old Rust 2015

0.7.0 Mar 20, 2018
0.6.0 Sep 15, 2015
0.5.2 Sep 15, 2015
0.4.0 Sep 11, 2015
0.1.0 Sep 6, 2015

#732 in Audio

Download history 225/week @ 2023-12-13 355/week @ 2023-12-20 391/week @ 2023-12-27 163/week @ 2024-01-03 382/week @ 2024-01-10 302/week @ 2024-01-17 224/week @ 2024-01-24 271/week @ 2024-01-31 257/week @ 2024-02-07 302/week @ 2024-02-14 255/week @ 2024-02-21 237/week @ 2024-02-28 510/week @ 2024-03-06 379/week @ 2024-03-13 199/week @ 2024-03-20 439/week @ 2024-03-27

1,543 downloads per month

MIT license

57KB
1K SLoC

sdr-rs

An SDR DSP library for Rust.

Currently includes:

  • FIR filtering/decimation
  • CIC filtering/decimation
  • Downconversion by Fs/4

To build the tests and examples, cargo test --release and check target/release/examples/. Currently the examples are really more like benchmarks, but those aren't shipped in stable Rust at the moment.

An emphasis is placed on performance. Everything is implemented in a reasonably fast fashion. The filters can operate on tens or hundreds of millions of samples per second, even on a single core, for reasonable filter sizes and data widths.

Use alongside airspy-rs, rtlsdr-rs and hackrf-rs to act as SDR sources and sinks.

Dependencies

~245KB