1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-08-14 23:43:43 -04:00

Test source: implemeted WEB API

This commit is contained in:
f4exb
2018-05-27 22:25:01 +02:00
parent da3cb2d981
commit f5bcbf2e9e
15 changed files with 983 additions and 5 deletions
@@ -33,8 +33,6 @@ SDRPlaySettings:
type: integer
basebandGain:
type: integer
iqCorrection:
type: integer
fileRecordName:
type: string
@@ -0,0 +1,43 @@
TestSourceSettings:
description: TestSource
properties:
centerFrequency:
type: integer
format: uint64
frequencyShift:
type: integer
sampleRate:
type: integer
log2Decim:
type: integer
fcPos:
type: integer
sampleSizeIndex:
type: integer
amplitudeBits:
type: integer
autoCorrOptions:
type: integer
modulation:
type: integer
modulationTone:
type: integer
amModulation:
type: integer
fmDeviation:
type: integer
dcFactor:
type: number
format: float
iFactor:
type: number
format: float
qFactor:
type: number
format: float
phaseImbalance:
type: number
format: float
fileRecordName:
type: string