| Crates.io | sdr |
| lib.rs | sdr |
| version | 0.7.0 |
| created_at | 2015-09-06 06:14:05.735701+00 |
| updated_at | 2018-03-20 21:04:55.267943+00 |
| description | Rust SDR DSP functionality |
| homepage | https://github.com/adamgreig/sdr-rs |
| repository | https://github.com/adamgreig/sdr-rs |
| max_upload_size | |
| id | 2993 |
| size | 63,552 |
An SDR DSP library for Rust.
Currently includes:
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.