sdr

Crates.iosdr
lib.rssdr
version0.7.0
sourcesrc
created_at2015-09-06 06:14:05.735701
updated_at2018-03-20 21:04:55.267943
descriptionRust SDR DSP functionality
homepagehttps://github.com/adamgreig/sdr-rs
repositoryhttps://github.com/adamgreig/sdr-rs
max_upload_size
id2993
size63,552
Adam Greig (adamgreig)

documentation

README

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.

Commit count: 33

cargo fmt