From 33ab7fbbd842d0a408c3f1bd34175225d6536b18 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Wed, 30 Jul 2014 21:54:04 +0200 Subject: Add lots of dabmod .ini files --- b100-2048.ini | 73 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 73 insertions(+) create mode 100644 b100-2048.ini (limited to 'b100-2048.ini') 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 -- cgit v1.2.3