pluto-sdr

Crates.iopluto-sdr
lib.rspluto-sdr
version0.1.1
sourcesrc
created_at2023-10-24 13:32:29.621157
updated_at2023-11-10 14:22:29.02435
descriptionHAL for ADALM-Pluto SDR
homepage
repositoryhttps://gitlab.com/Romanizer/pluto-sdr
max_upload_size
id1012377
size45,743
(Romanizer)

documentation

README

unofficial libiio abstraction layer for ADALM-Pluto SDR

A high-level abstraction layer for interacting with the ADALM-Pluto SDR. Inspired by the official Python Library: pysdr.

Getting started

Add this library to your project:

cargo add pluto-sdr

Or edit your Cargo.toml:

pluto-sdr = "0.1.0"

Goals

  • simple configuration of the Pluto SDR in Rust
  • provide useful functions for signal analysis
  • provide filtering and convolution options
Commit count: 50

cargo fmt