aboutsummaryrefslogtreecommitdiffstats
path: root/op25
diff options
context:
space:
mode:
authorMax <ikj1234i@yahoo.com>2017-12-05 20:11:46 -0500
committerMax <ikj1234i@yahoo.com>2017-12-05 20:11:46 -0500
commitce129911bc0218a700d1f31434c59d7b764e4fe8 (patch)
treee1b40555ab142e78d245b2abc985cece5ab358bd /op25
parentd6615c84fe8653179eeaa61d85a02ec0d613f1a0 (diff)
use 480K multi_tx IF rate
Diffstat (limited to 'op25')
-rwxr-xr-xop25/gr-op25_repeater/apps/tx/multi_tx.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/op25/gr-op25_repeater/apps/tx/multi_tx.py b/op25/gr-op25_repeater/apps/tx/multi_tx.py
index 2aa343c..9135df9 100755
--- a/op25/gr-op25_repeater/apps/tx/multi_tx.py
+++ b/op25/gr-op25_repeater/apps/tx/multi_tx.py
@@ -107,7 +107,7 @@ class my_top_block(gr.top_block):
parser.add_option("-b", "--bt", type="float", default=0.5, help="specify bt value")
parser.add_option("-f", "--file", type="string", default=None, help="specify the input file (mono 8000 sps S16_LE)")
parser.add_option("-g", "--gain", type="float", default=1.0, help="input gain")
- parser.add_option("-i", "--if-rate", type="int", default=960000, help="output rate to sdr")
+ parser.add_option("-i", "--if-rate", type="int", default=480000, help="output rate to sdr")
parser.add_option("-I", "--audio-input", type="string", default="", help="pcm input device name. E.g., hw:0,0 or /dev/dsp")
parser.add_option("-N", "--gains", type="string", default=None, help="gain settings")
parser.add_option("-o", "--if-offset", type="float", default=100000, help="channel spacing (Hz)")