diff options
Diffstat (limited to 'b200-2048-zmq.ini')
-rw-r--r-- | b200-2048-zmq.ini | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/b200-2048-zmq.ini b/b200-2048-zmq.ini index 905454f..f79f0c3 100644 --- a/b200-2048-zmq.ini +++ b/b200-2048-zmq.ini @@ -1,4 +1,5 @@ -; Sample configuration file for CRC-DABMOD +; Sample configuration file for ODR-DabMod +; using a zeromq input [remotecontrol] telnet=1 @@ -6,7 +7,7 @@ telnetport=2121 [log] syslog=0 -filelog=1 +filelog=0 filename=/dev/stderr [input] @@ -15,6 +16,7 @@ filename=/dev/stderr transport=zeromq source=tcp://localhost:9100 loop=0 +max_frames_queued=400 [modulator] ; Gain mode: 0=FIX, 1=MAX, 2=VAR @@ -22,12 +24,12 @@ gainmode=2 ; Transmission mode ; If not defined, take the mode from ETI -;mode=2 +mode=1 ; Set to 0 to disable CicEqualiser dac_clk_rate=0 -digital_gain=1.0 +digital_gain=0.8 ; Output sample rate rate=2048000 @@ -49,7 +51,7 @@ filename=/dev/null device= master_clock_rate=32768000 type=b200 -txgain=45 +txgain=50 ;frequency=234208000 channel=13C @@ -63,12 +65,10 @@ pps_source=none ; possible values: ignore, crash behaviour_refclk_lock_lost=crash +max_gps_holdover_time=300 + ; Used for SFN with the UHD output [delaymanagement] synchronous=0 -; choose between fixed and dynamic offset definition -management=dynamic - -fixedoffset=0.002 -dynamicoffsetfile=modulatoroffset +offset=2.0 |