Installing the command-line executable
Assuming you have Rust/Cargo installed , run this command in a terminal:
cargo install plotsweep
It will make the plotsweep command available in your PATH if you've allowed the PATH to be modified when installing Rust . cargo uninstall plotsweep uninstalls.
Back to the crate overview .
Readme
plotsweep
plotsweep is a tool to plot spectrogram images from hackrf_sweep , soapy_power , or rtl_power output.
Installation
Install Rust. The simplest option is to use rustup .
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