aboutsummaryrefslogtreecommitdiffstats
path: root/op25
diff options
context:
space:
mode:
authorMax <ikj1234i@yahoo.com>2017-10-05 19:15:17 -0400
committerMax <ikj1234i@yahoo.com>2017-10-05 19:15:17 -0400
commit68476ab6c1001702192f93f2abcfed11fdb47bd2 (patch)
tree62ce4860f6b08fc36f8950acbbbe76cd160f454e /op25
parent20743ddc60d5213a5fba60241e5a0c12e5a16b78 (diff)
dstar update
Diffstat (limited to 'op25')
-rw-r--r--op25/gr-op25_repeater/apps/tx/dv_tx.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/op25/gr-op25_repeater/apps/tx/dv_tx.py b/op25/gr-op25_repeater/apps/tx/dv_tx.py
index 9b95e4b..e350e93 100644
--- a/op25/gr-op25_repeater/apps/tx/dv_tx.py
+++ b/op25/gr-op25_repeater/apps/tx/dv_tx.py
@@ -54,7 +54,7 @@ class my_top_block(gr.top_block):
parser = OptionParser(option_class=eng_option)
parser.add_option("-a", "--args", type="string", default="", help="device args")
- parser.add_option("-b", "--bt", type="float", default=0.25, help="specify bt value")
+ parser.add_option("-b", "--bt", type="float", default=0.5, help="specify bt value")
parser.add_option("-c", "--config-file", type="string", default=None, help="specify the config file name")
parser.add_option("-f", "--file1", type="string", default=None, help="specify the input file slot 1")
parser.add_option("-F", "--file2", type="string", default=None, help="specify the input file slot 2 (DMR)")
@@ -89,7 +89,7 @@ class my_top_block(gr.top_block):
}
gain_adjust = {
'dmr': 3.0,
- 'dstar': 6.0,
+ 'dstar': 8.5,
'ysf': 5.0
}
gain_adjust_fullrate = {