1
0
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:
f4exb
2019-05-05 13:19:00 +02:00
parent f63b0fe96c
commit cdf8a63294
13 changed files with 152 additions and 22 deletions
@@ -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>