plotsweep

Crates.ioplotsweep
lib.rsplotsweep
version0.1.0
sourcesrc
created_at2021-04-23 20:00:32.376303
updated_at2021-04-23 20:00:32.376303
descriptionA tool to plot spectrogram images using hackrf_sweep, soapy_power, or rtl_power output.
homepagehttps://github.com/greatscottgadgets/plotsweep/
repositoryhttps://github.com/greatscottgadgets/plotsweep/
max_upload_size
id388735
size998,709
Mike Walters (miek)

documentation

README

plotsweep

plotsweep is a tool to plot spectrogram images from hackrf_sweep, soapy_power, or rtl_power output.

Installation

  1. Install Rust. The simplest option is to use rustup.
  2. Use cargo to install plotsweep:
cargo install plotsweep

Example usage

$ hackrf_sweep -f 2400:2500 -l 32 -g 32 -w 100000 > sweep.csv
$ plotsweep sweep.csv example.png --power-min -60 --power-max -15.0 --colormap magma

Example spectrogram showing radio activity within the 2.4GHz ISM band

Commit count: 37

cargo fmt