aboutsummaryrefslogtreecommitdiffstats
path: root/op25/gr-op25_repeater
diff options
context:
space:
mode:
authorMax <ikj1234i@yahoo.com>2017-10-17 22:17:44 -0400
committerMax <ikj1234i@yahoo.com>2017-10-17 22:17:44 -0400
commit6ddc299edfe74fbba04e805a2e5e73c91ac8de12 (patch)
tree8ff6fd35a87e260d385210f3b0af5c48146135af /op25/gr-op25_repeater
parentc412a8fd5bbec773e6fb5506f6af6b10c5471139 (diff)
update doc.html
Diffstat (limited to 'op25/gr-op25_repeater')
-rw-r--r--op25/gr-op25_repeater/apps/tx/doc.html2
1 files changed, 1 insertions, 1 deletions
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 <tt>multi_tx.py</tt> demonstration app transmits four RF channels, one for e
<tt>python multi_tx.py --args hackrf --gains rf:0,if:0 -q -19.5 -Q 442187500 -f ~/rand3.wav -R</tt><p>
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).
<h3>GENERAL</h3>
Input audio may come either from WAV files (8000/S16_LE/mono) or from the PC microphone / line input connector. If <code>-f <em>filename</em></code> (or <code>-F <em>filename</em></code> 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 <code>-o</code> is given. When using files the <code>-r</code> option can be specified to replay the input file(s) in a continuous loop. Without this option the program exits at EOF. The <code>-p <em>protocol</em></code> 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 <code>-c <em>filename</em></code> parameter. See the specific section (below) for more details on the configuration file.
<p>