blob: 9e0eb3bd34d46d1958d350920d3c5e7a777cc553 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
|
; Sample configuration file for CRC-DABMOD
[remotecontrol]
telnet=1
telnetport=2121
[log]
syslog=0
filelog=1
filename=/dev/stderr
[input]
filename=/dev/stdin
loop=1
[modulator]
; Gain mode: 0=FIX, 1=MAX, 2=VAR
gainmode=2
; Transmission mode
mode=2
; Set to 0 to disable CicEqualiser
dac_clk_rate=0
digital_gain=1.0
; Output sample rate
rate=2048000
[firfilter]
enabled=0
filtertapsfile=simple_taps.txt
[output]
; choose output: possible values: uhd, file
output=uhd
[fileoutput]
filename=/dev/stdout
[uhdoutput]
device=master_clock_rate=32768000,type=b100
frequency=234208000
txgain=0
; Used for SFN with the UHD output
[delaymanagement]
synchronous=0
; choose between fixed and dynamic offset definition
management=dynamic
fixedoffset=0.002
dynamicoffsetfile=modulator_offset
|