aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--b100-2048.ini73
-rw-r--r--b200-2048-zmq.ini74
-rw-r--r--b200-2048.ini2
-rw-r--r--b200-30.72.ini74
-rw-r--r--b200-resample.ini74
-rw-r--r--b200-sync.ini74
6 files changed, 370 insertions, 1 deletions
diff --git a/b100-2048.ini b/b100-2048.ini
new file mode 100644
index 0000000..7d4b94c
--- /dev/null
+++ b/b100-2048.ini
@@ -0,0 +1,73 @@
+; Sample configuration file for CRC-DABMOD
+
+[remotecontrol]
+telnet=1
+telnetport=2121
+
+[log]
+syslog=0
+filelog=1
+filename=/dev/stderr
+
+[input]
+transport=file
+source=/dev/stdin
+;transport=zeromq
+;source=tcp://mpb.li:9100
+loop=0
+
+[modulator]
+; Gain mode: 0=FIX, 1=MAX, 2=VAR
+gainmode=2
+
+; Transmission mode
+; If not defined, take the mode from ETI
+;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=filter/simplefiltertaps.txt
+
+[output]
+; choose output: possible values: uhd, file
+output=uhd
+
+[fileoutput]
+filename=/dev/null
+
+[uhdoutput]
+;txgain=2
+device=
+master_clock_rate=20480000
+type=b100
+txgain=4
+;frequency=234208000
+channel=13C
+
+; possible values : internal, external, MIMO
+refclk_source=internal
+
+; possible values : none, external, MIMO
+pps_source=none
+
+; behaviour when external clock reference lock lost
+; possible values: ignore, crash
+behaviour_refclk_lock_lost=crash
+
+; Used for SFN with the UHD output
+[delaymanagement]
+synchronous=0
+
+; choose between fixed and dynamic offset definition
+management=dynamic
+
+fixedoffset=0.002
+dynamicoffsetfile=modulatoroffset
diff --git a/b200-2048-zmq.ini b/b200-2048-zmq.ini
new file mode 100644
index 0000000..905454f
--- /dev/null
+++ b/b200-2048-zmq.ini
@@ -0,0 +1,74 @@
+; Sample configuration file for CRC-DABMOD
+
+[remotecontrol]
+telnet=1
+telnetport=2121
+
+[log]
+syslog=0
+filelog=1
+filename=/dev/stderr
+
+[input]
+;transport=file
+;source=/dev/stdin
+transport=zeromq
+source=tcp://localhost:9100
+loop=0
+
+[modulator]
+; Gain mode: 0=FIX, 1=MAX, 2=VAR
+gainmode=2
+
+; Transmission mode
+; If not defined, take the mode from ETI
+;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=filter/simplefiltertaps.txt
+
+[output]
+; choose output: possible values: uhd, file
+output=uhd
+
+[fileoutput]
+filename=/dev/null
+
+[uhdoutput]
+;device=master_clock_rate=32768000,type=b100
+;txgain=2
+device=
+master_clock_rate=32768000
+type=b200
+txgain=45
+;frequency=234208000
+channel=13C
+
+; possible values : internal, external, MIMO
+refclk_source=internal
+
+; possible values : none, external, MIMO
+pps_source=none
+
+; behaviour when external clock reference lock lost
+; possible values: ignore, crash
+behaviour_refclk_lock_lost=crash
+
+; Used for SFN with the UHD output
+[delaymanagement]
+synchronous=0
+
+; choose between fixed and dynamic offset definition
+management=dynamic
+
+fixedoffset=0.002
+dynamicoffsetfile=modulatoroffset
diff --git a/b200-2048.ini b/b200-2048.ini
index 276ef24..7742a1d 100644
--- a/b200-2048.ini
+++ b/b200-2048.ini
@@ -33,7 +33,7 @@ digital_gain=1.0
rate=2048000
[firfilter]
-enabled=0
+enabled=1
filtertapsfile=filter/simplefiltertaps.txt
[output]
diff --git a/b200-30.72.ini b/b200-30.72.ini
new file mode 100644
index 0000000..c7a7f48
--- /dev/null
+++ b/b200-30.72.ini
@@ -0,0 +1,74 @@
+; Sample configuration file for CRC-DABMOD
+
+[remotecontrol]
+telnet=1
+telnetport=2121
+
+[log]
+syslog=0
+filelog=0
+filename=/dev/stderr
+
+[input]
+transport=file
+source=/dev/stdin
+;transport=zeromq
+;source=tcp://localhost:9100
+loop=0
+
+[modulator]
+; Gain mode: 0=FIX, 1=MAX, 2=VAR
+gainmode=2
+
+; Transmission mode
+; If not defined, take the mode from ETI
+;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=filter/simplefiltertaps.txt
+
+[output]
+; choose output: possible values: uhd, file
+output=uhd
+
+[fileoutput]
+filename=/dev/null
+
+[uhdoutput]
+;device=master_clock_rate=32768000,type=b100
+;txgain=2
+device=
+master_clock_rate=30720000
+type=b200
+txgain=50
+;frequency=234208000
+channel=13C
+
+; possible values : internal, external, MIMO
+refclk_source=external
+
+; possible values : none, external, MIMO
+pps_source=external
+
+; behaviour when external clock reference lock lost
+; possible values: ignore, crash
+behaviour_refclk_lock_lost=crash
+
+; Used for SFN with the UHD output
+[delaymanagement]
+synchronous=1
+
+; choose between fixed and dynamic offset definition
+management=dynamic
+
+fixedoffset=0.002
+dynamicoffsetfile=modulatoroffset
diff --git a/b200-resample.ini b/b200-resample.ini
new file mode 100644
index 0000000..ad72801
--- /dev/null
+++ b/b200-resample.ini
@@ -0,0 +1,74 @@
+; Sample configuration file for CRC-DABMOD
+
+[remotecontrol]
+telnet=1
+telnetport=2121
+
+[log]
+syslog=0
+filelog=1
+filename=/dev/stderr
+
+[input]
+transport=file
+source=/dev/stdin
+;transport=zeromq
+;source=tcp://mpb.li:9100
+loop=0
+
+[modulator]
+; Gain mode: 0=FIX, 1=MAX, 2=VAR
+gainmode=2
+
+; Transmission mode
+; If not defined, take the mode from ETI
+;mode=2
+
+; Set to 0 to disable CicEqualiser
+dac_clk_rate=0
+
+digital_gain=1.0
+
+; Output sample rate
+rate=3200000
+
+[firfilter]
+enabled=0
+filtertapsfile=filter/simplefiltertaps.txt
+
+[output]
+; choose output: possible values: uhd, file
+output=uhd
+
+[fileoutput]
+filename=/dev/null
+
+[uhdoutput]
+;device=master_clock_rate=32768000,type=b100
+;txgain=2
+device=
+master_clock_rate=32000000
+type=b200
+txgain=45
+;frequency=234208000
+channel=13C
+
+; possible values : internal, external, MIMO
+refclk_source=internal
+
+; possible values : none, external, MIMO
+pps_source=none
+
+; behaviour when external clock reference lock lost
+; possible values: ignore, crash
+behaviour_refclk_lock_lost=crash
+
+; Used for SFN with the UHD output
+[delaymanagement]
+synchronous=0
+
+; choose between fixed and dynamic offset definition
+management=dynamic
+
+fixedoffset=0.002
+dynamicoffsetfile=modulatoroffset
diff --git a/b200-sync.ini b/b200-sync.ini
new file mode 100644
index 0000000..3cc01eb
--- /dev/null
+++ b/b200-sync.ini
@@ -0,0 +1,74 @@
+; Sample configuration file for CRC-DABMOD
+
+[remotecontrol]
+telnet=1
+telnetport=2121
+
+[log]
+syslog=0
+filelog=0
+filename=/dev/stderr
+
+[input]
+transport=file
+source=/dev/stdin
+;transport=zeromq
+;source=tcp://localhost:9100
+loop=0
+
+[modulator]
+; Gain mode: 0=FIX, 1=MAX, 2=VAR
+gainmode=2
+
+; Transmission mode
+; If not defined, take the mode from ETI
+;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=filter/simplefiltertaps.txt
+
+[output]
+; choose output: possible values: uhd, file
+output=uhd
+
+[fileoutput]
+filename=/dev/null
+
+[uhdoutput]
+;device=master_clock_rate=32768000,type=b100
+;txgain=2
+device=
+master_clock_rate=20480000
+type=b200
+txgain=50
+;frequency=234208000
+channel=13C
+
+; possible values : internal, external, MIMO
+refclk_source=external
+
+; possible values : none, external, MIMO
+pps_source=external
+
+; behaviour when external clock reference lock lost
+; possible values: ignore, crash
+behaviour_refclk_lock_lost=crash
+
+; Used for SFN with the UHD output
+[delaymanagement]
+synchronous=1
+
+; choose between fixed and dynamic offset definition
+management=dynamic
+
+fixedoffset=0.002
+dynamicoffsetfile=modulatoroffset