1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-07-25 03:24:18 -04:00

Interferometer (1)

This commit is contained in:
f4exb
2019-08-19 02:08:41 +02:00
parent 3b9c22b77d
commit 3e70f3b966
23 changed files with 2087 additions and 0 deletions
@@ -2226,6 +2226,9 @@ margin-bottom: 20px;
"FreqTrackerSettings" : {
"$ref" : "#/definitions/FreqTrackerSettings"
},
"InterferometerSettings" : {
"$ref" : "#/definitions/InterferometerSettings"
},
"NFMDemodSettings" : {
"$ref" : "#/definitions/NFMDemodSettings"
},
@@ -3856,6 +3859,30 @@ margin-bottom: 20px;
}
},
"description" : "Summarized information about this SDRangel instance"
};
defs.InterferometerSettings = {
"properties" : {
"inputFrequencyOffset" : {
"type" : "integer"
},
"correlationType" : {
"type" : "integer",
"description" : "see InterferometerSettings::CorrelationType"
},
"rgbColor" : {
"type" : "integer"
},
"title" : {
"type" : "string"
},
"spectrumConfig" : {
"$ref" : "#/definitions/GLSpectrum"
},
"scopeConfig" : {
"$ref" : "#/definitions/GLScope"
}
},
"description" : "Interferometer"
};
defs.KiwiSDRReport = {
"properties" : {