diff --git a/op25/gr-op25_repeater/apps/tx/doc.html b/op25/gr-op25_repeater/apps/tx/doc.html index 45d2090..2fafafa 100644 --- a/op25/gr-op25_repeater/apps/tx/doc.html +++ b/op25/gr-op25_repeater/apps/tx/doc.html @@ -99,7 +99,7 @@ The multi_tx.py demonstration app transmits four RF channels, one for e python multi_tx.py --args hackrf --gains rf:0,if:0 -q -19.5 -Q 442187500 -f ~/rand3.wav -R

The "-Q" (frequency) option gives the frequency of the first of the four channels; the remaining channel frequencies appear at regular intervals (default spacing is 100 KHz). The ysf channel format may be set to "wide", using "-R" (default=narrow). The "-q" option is needed for PPM correction (unless a time base such as GPSDO is used). -The input file ("-f" option) requires WAV format, 8000 samples/sec, S16_LE. Audio from the WAV file is transmitted on all frequencies. However if the "-A" (audio) option is given, program content for the second DMR time slot is instead taken live from the sound card audio input port ("-I" option). +The input file ("-f" option) requires WAV format, 8000 samples/sec, S16_LE. Audio from the WAV file is transmitted on all frequencies. However if the "-A" option is given, program content for the second DMR time slot is instead taken live from the sound card audio input port ("-I" option).

GENERAL

Input audio may come either from WAV files (8000/S16_LE/mono) or from the PC microphone / line input connector. If -f filename (or -F filename in DMR mode) is selected the input is read from file(s); otherwise the GR audio source is selected. Likewise output is sent to the soundcard unless -o is given. When using files the -r option can be specified to replay the input file(s) in a continuous loop. Without this option the program exits at EOF. The -p protocol option is used to select which of the four DV standards (dmr, dstar, p25 or ysf) is to be used. The dmr and ysf modes also utilize a configuration file, specified using the -c filename parameter. See the specific section (below) for more details on the configuration file.