upsample

Usage
usage: upsample.py [-h] [--wordsize WORDSIZE] [--interval INTERVAL] file

Positional Arguments

file

data file

Named Arguments

--wordsize

16 or 32

Default: 16

--interval

new interval size

Default: 0.2

Outline:

plot_data(args)[source]
run_main(args)[source]
get_parser()[source]