mirror of
				https://github.com/f4exb/sdrangel.git
				synced 2025-10-31 13:00:26 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			120 lines
		
	
	
		
			3.0 KiB
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			120 lines
		
	
	
		
			3.0 KiB
		
	
	
	
		
			YAML
		
	
	
	
	
	
| DATVDemodSettings:
 | |
|   description: DATVDemod
 | |
|   properties:
 | |
|     rgbColor:
 | |
|       type: integer
 | |
|     title:
 | |
|       type: string
 | |
|     rfBandwidth:
 | |
|       type: integer
 | |
|     centerFrequency:
 | |
|       type: integer
 | |
|     standard:
 | |
|       type: integer
 | |
|       description: >
 | |
|         DVB bersion (see DATVDemodSettings::dvb_version)
 | |
|           * 0 - DVB-S
 | |
|           * 1 - DVB-S2
 | |
|     modulation:
 | |
|       type: integer
 | |
|       description: >
 | |
|         Modulation type (DATVDemodSettings::DATVModulation)
 | |
|           * 0 - BPSK
 | |
|           * 1 - QPSK
 | |
|           * 2 - PSK8
 | |
|           * 3 - APSK16
 | |
|           * 4 - APSK32
 | |
|           * 5 - APSK64E
 | |
|           * 6 - QAM16
 | |
|           * 7 - QAM64
 | |
|           * 8 - QAM256
 | |
|     fec:
 | |
|       type: integer
 | |
|       description: >
 | |
|         FEC rate (see DATVDemodSettings::DATVCodeRate)
 | |
|           * 0 - 1/2
 | |
|           * 1 - 2/3
 | |
|           * 2 - 4/6
 | |
|           * 3 - 3/4
 | |
|           * 4 - 4/6
 | |
|           * 5 - 7/8
 | |
|           * 6 - 4/5
 | |
|           * 7 - 8/9
 | |
|           * 8 - 9/10
 | |
|           * 9 - 1/4
 | |
|           * 10 - 1/3
 | |
|           * 11 - 2/5
 | |
|           * 12 - 3/5
 | |
|     softLDPC:
 | |
|       description: (boolean) engage sodt LDPC with LDPC tool sub processes (Linux only)
 | |
|       type: integer
 | |
|     softLDPCToolPath:
 | |
|       description: O/S path to the LDPC tool binary
 | |
|       type: string
 | |
|     softLDPCMaxTrials:
 | |
|       description: maximum number of trials in the soft LDPC algorithm (LDPC tool parameter)
 | |
|       type: integer
 | |
|     maxBitflips:
 | |
|       description: maximum number of bit flips allowed in hard LDPC algorithm
 | |
|       type: integer
 | |
|     audioMute:
 | |
|       description: (boolean) mute audio output
 | |
|       type: integer
 | |
|     audioDeviceName:
 | |
|       type: string
 | |
|     symbolRate:
 | |
|       type: integer
 | |
|     notchFilters:
 | |
|       type: integer
 | |
|     allowDrift:
 | |
|       description: (boolean) allow a larger frequency drift (DVB-S)
 | |
|       type: integer
 | |
|     fastLock:
 | |
|       description: (boolean) faster locking algorithm (DVB-S)
 | |
|       type: integer
 | |
|     filter:
 | |
|       description: >
 | |
|         Type of sumbol filtering (see DATVDemodSettings::dvb_sampler)
 | |
|           * 0 - Nearest
 | |
|           * 1 - Linear
 | |
|           * 2 - Root Raised Cosine
 | |
|       type: integer
 | |
|     hardMetric:
 | |
|       description: (boolean) (DVB-S)
 | |
|       type: integer
 | |
|     rollOff:
 | |
|       description: RRC filter roll-off factor (0..1)
 | |
|       type: number
 | |
|       format: float
 | |
|     viterbi:
 | |
|       description: (boolean) (DVB-S)
 | |
|       type: integer
 | |
|     excursion:
 | |
|       type: integer
 | |
|     audioVolume:
 | |
|       type: integer
 | |
|     videoMute:
 | |
|       description: boolean
 | |
|       type: integer
 | |
|     udpTSAddress:
 | |
|       type: string
 | |
|     udpTSPort:
 | |
|       type: integer
 | |
|     udpTS:
 | |
|       description: boolean
 | |
|       type: integer
 | |
|     streamIndex:
 | |
|       description: MIMO channel. Not relevant when connected to SI (single Rx).
 | |
|       type: integer
 | |
|     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
 |