2019-05-01 22:02:40 -04:00
|
|
|
LocalSinkSettings:
|
|
|
|
description: "Local channel sink settings"
|
|
|
|
properties:
|
|
|
|
localDeviceIndex:
|
|
|
|
description: "Receiving local device index"
|
|
|
|
type: integer
|
|
|
|
rgbColor:
|
|
|
|
type: integer
|
|
|
|
title:
|
|
|
|
type: string
|
|
|
|
log2Decim:
|
|
|
|
type: integer
|
|
|
|
filterChainHash:
|
|
|
|
type: integer
|
2019-12-09 04:23:42 -05:00
|
|
|
play:
|
|
|
|
type: integer
|
2022-12-17 00:26:58 -05:00
|
|
|
description: >
|
|
|
|
Run samples transfer
|
|
|
|
* 0 - stop
|
|
|
|
* 1 - run
|
|
|
|
dsp:
|
|
|
|
type: integer
|
|
|
|
description: >
|
|
|
|
Activate DSP
|
|
|
|
* 0 - Skip DSP functions
|
|
|
|
* 1 - Run DSP functions
|
|
|
|
gaindB:
|
|
|
|
description: Gain in dB.
|
|
|
|
type: integer
|
|
|
|
fftOn:
|
|
|
|
type: integer
|
|
|
|
description: >
|
|
|
|
Activate FFT multiband filter
|
|
|
|
* 0 - do not run flter
|
|
|
|
* 1 - run filter
|
|
|
|
log2FFT:
|
|
|
|
description: log2 of FFT size.
|
|
|
|
type: integer
|
|
|
|
fftWindow:
|
|
|
|
type: integer
|
|
|
|
description: >
|
|
|
|
FFT window type
|
|
|
|
* 0 - Bartlett
|
|
|
|
* 1 - Blackman-Harris
|
|
|
|
* 2 - Flat top
|
|
|
|
* 3 - Hamming
|
|
|
|
* 4 - Hanning
|
|
|
|
* 5 - Rectangle
|
|
|
|
* 6 - Kaiser
|
|
|
|
* 7 - Blackman
|
|
|
|
* 8 - Blackman-Harris (7th order)
|
|
|
|
fftBands:
|
|
|
|
type: array
|
|
|
|
items:
|
|
|
|
$ref: "/doc/swagger/include/LocalSink.yaml#/FFTBand"
|
|
|
|
reverseFilter:
|
|
|
|
type: integer
|
|
|
|
descrption: >
|
|
|
|
* 0 - band definitions are bandpass
|
|
|
|
* 1 - band definitions are band reject
|
2019-09-22 14:26:09 -04:00
|
|
|
streamIndex:
|
|
|
|
description: MIMO channel. Not relevant when connected to SI (single Rx).
|
|
|
|
type: integer
|
2019-05-01 22:02:40 -04:00
|
|
|
useReverseAPI:
|
|
|
|
description: Synchronize with reverse API (1 for yes, 0 for no)
|
|
|
|
type: integer
|
|
|
|
reverseAPIAddress:
|
|
|
|
type: string
|
|
|
|
reverseAPIPort:
|
|
|
|
type: integer
|
|
|
|
reverseAPIDeviceIndex:
|
|
|
|
type: integer
|
|
|
|
reverseAPIChannelIndex:
|
|
|
|
type: integer
|
2021-12-02 17:54:39 -05:00
|
|
|
channelMarker:
|
|
|
|
$ref: "/doc/swagger/include/ChannelMarker.yaml#/ChannelMarker"
|
2022-01-08 23:27:12 -05:00
|
|
|
rollupState:
|
|
|
|
$ref: "/doc/swagger/include/RollupState.yaml#/RollupState"
|
2022-12-17 00:26:58 -05:00
|
|
|
|
|
|
|
|
|
|
|
FFTBand:
|
|
|
|
description: FFT filter band definition
|
|
|
|
properties:
|
|
|
|
fstart:
|
|
|
|
type: number
|
|
|
|
format: float
|
|
|
|
description: start frequency ratio [-0.5, 0.5]
|
|
|
|
bandwidth:
|
|
|
|
type: number
|
|
|
|
format: float
|
|
|
|
desctiption: bandwidth ratio [0.0, 1.0]
|