mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-08 00:44:48 -04:00
Frequency tracker: added squelch gate control
This commit is contained in:
@@ -2783,8 +2783,9 @@ margin-bottom: 20px;
|
||||
"type" : "string"
|
||||
},
|
||||
"alphaEMA" : {
|
||||
"type" : "integer",
|
||||
"description" : "Alpha factor for delta frequency EMA in %"
|
||||
"type" : "number",
|
||||
"format" : "float",
|
||||
"description" : "Alpha factor for delta frequency EMA"
|
||||
},
|
||||
"tracking" : {
|
||||
"type" : "integer",
|
||||
@@ -2806,6 +2807,10 @@ margin-bottom: 20px;
|
||||
"type" : "integer",
|
||||
"description" : "RRC filter rolloff factor in %"
|
||||
},
|
||||
"squelchGate" : {
|
||||
"type" : "integer",
|
||||
"description" : "Squelch trigger gate in 10s of ms"
|
||||
},
|
||||
"useReverseAPI" : {
|
||||
"type" : "integer",
|
||||
"description" : "Synchronize with reverse API (1 for yes, 0 for no)"
|
||||
@@ -24919,7 +24924,7 @@ except ApiException as e:
|
||||
</div>
|
||||
<div id="generator">
|
||||
<div class="content">
|
||||
Generated 2019-05-05T01:27:03.875+02:00
|
||||
Generated 2019-05-05T11:13:49.637+02:00
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user