Usage: ./segmod2 [-s samplerate] [-w waveform file/static waveform] [-o output] [-p phase offset] [-b breakpoints per cycle (0 or 1)] [-f frequencies

lucdoebereiner / segmod

submited by
Style Pass
2021-05-23 16:00:11

Usage: ./segmod2 [-s samplerate] [-w waveform file/static waveform] [-o output] [-p phase offset] [-b breakpoints per cycle (0 or 1)] [-f frequencies file] [-i index format input file]

The input files consists of one line of frequency values specifying the frequency table. The values are separated by one or more whitespace characters.

Instead of using and index file (see above) the sequences can be specified directly using the "-f" option. The file has to contain a sequence of frequencies in Hz.

The waveform can be set to a static value or a sequence of waveforms can be specified using the "-w" option. The text file has to contain a series of integers (range 0 to 4), see "usage" for a description of the available waveforms. The waveform may change whenver the frequency changes, i.e. each cycle/half cycle (depending on the "-b" option").

Leave a Comment
Related Posts