diff options
Diffstat (limited to 'b200-2048.ini')
-rw-r--r-- | b200-2048.ini | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/b200-2048.ini b/b200-2048.ini index 92fe43e..04c9162 100644 --- a/b200-2048.ini +++ b/b200-2048.ini @@ -11,10 +11,11 @@ filename=/dev/stderr [input] transport=file -source=/dev/stdin +source=./zmq-simul.eti +loop=0 ;transport=zeromq ;source=tcp://mpb.li:9100 -loop=0 +;max_frames_queued=400 [modulator] ; Gain mode: 0=FIX, 1=MAX, 2=VAR @@ -22,18 +23,18 @@ 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 [firfilter] -enabled=1 +enabled=0 filtertapsfile=filter/simplefiltertaps.txt [output] @@ -44,12 +45,10 @@ output=uhd filename=/dev/null [uhdoutput] -;device=master_clock_rate=32768000,type=b100 -;txgain=2 device= -master_clock_rate=20480000 +master_clock_rate=32768000 type=b200 -txgain=45 +txgain=50 ;frequency=234208000 channel=13C @@ -63,8 +62,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 -offset=0.002 +offset=2.0 |