Skip to content

Repository files navigation

Waterfall

Plotters

  • single_plotter.py load a single *.iq file and plot the waterfall
  • multi_plotter.py load a list of *.iqs files and plot the waterfall
  • multi_overlap_plotter.py load a list of *.iqs files, eventually with some overlap, and plot the waterfall

Build bash

pyinstaller main.py \
    --workpath=./build \
    --specpath=./ \
    --distpath=./dist \
    --noconfirm \
    --log-level=TRACE \
    --onedir \
    --name=`basename "$PWD"` \
    --add-data=despyner/icons/:despyner/icons/ \
    --add-data=wide3.ico:. \
    --optimize=2

Commands

command arg1 arg2 arg3
load filename: str [object_name: str]
lo value: float [object_name: str]
tslice value: float [object_name: str]
fslice value: float [object_name: str]
frange start_value: float stop_value: float [object_name: str]
trange start_value: float stop_value: float [object_name: str]
compute
├──tot
├──max
├──min
├──fslice
│  ├──tot
│  ├──max
│  └──min
└──tslice
  ├──tot
  ├──max
  └──min
show
├──waterfall
├──tslice
│  └──fft
├──fslice
├──ftot
└──ttot

object_name is . by default. Hence, when not specified, command operate on the same object.

About

The wide3 software to render, operate, compute, save a view waterfall from .IQ, .WAV, .CF32, .CSV, ... files

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages