1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-07-28 04:54:13 -04:00

Metis MISO: implemented transverter mode

This commit is contained in:
f4exb
2020-09-08 15:18:50 +02:00
parent d4410a003f
commit 2f737b77e2
14 changed files with 435 additions and 46 deletions
+21 -1
View File
@@ -5521,6 +5521,26 @@ margin-bottom: 20px;
"type" : "integer",
"format" : "int64"
},
"rxTransverterMode" : {
"type" : "integer",
"description" : "Rx transverter activated * 0 - disabled * 1 - enabled\n"
},
"rxTransverterDeltaFrequency" : {
"type" : "integer",
"format" : "int64"
},
"txTransverterMode" : {
"type" : "integer",
"description" : "Tx transverter activated * 0 - disabled * 1 - enabled\n"
},
"txTransverterDeltaFrequency" : {
"type" : "integer",
"format" : "int64"
},
"iqOrder" : {
"type" : "integer",
"description" : "I/Q samples order * 0 - I then Q (direct) * 1 - Q then I (reversed)\n"
},
"rxSubsamplingIndexes" : {
"type" : "array",
"description" : "subsampling band indexes of receivers",
@@ -37545,7 +37565,7 @@ except ApiException as e:
</div>
<div id="generator">
<div class="content">
Generated 2020-09-08T00:09:01.185+02:00
Generated 2020-09-08T08:55:28.204+02:00
</div>
</div>
</div>