make_waves

Usage
usage: make_waves.py [-h] [--nchan NCHAN] [--nsam NSAM] [--cycles CYCLES] [--padto PADTO] fname

Positional Arguments

fname

file name root

Named Arguments

--nchan

Default: 32

--nsam

number of samples, can suffix M for binary mega

Default: 4096

--cycles

number of cycles in waveform

Default: 10

--padto

number of samples, can suffix M for binary mega

Default: 0

Outline:

make_waves –nchan –nsam .. make rainbow patterns

todo add padto option to pad non-binary WF to binary buffer

todo handle int32 data

write_out(args, aw)[source]
make_waves(args)[source]
run_main(args)[source]
get_parser()[source]