diff options
Diffstat (limited to 'b200-sync.ini')
| -rw-r--r-- | b200-sync.ini | 47 |
1 files changed, 20 insertions, 27 deletions
diff --git a/b200-sync.ini b/b200-sync.ini index b232f36..00285e3 100644 --- a/b200-sync.ini +++ b/b200-sync.ini @@ -3,6 +3,8 @@ [remotecontrol] telnet=1 telnetport=2121 +zmqctrl=1 +zmqctrlendpoint=tcp://127.0.0.1:9400 [log] syslog=0 @@ -10,61 +12,52 @@ filelog=0 filename=/dev/stderr [input] -transport=file -source=/dev/stdin -;transport=zeromq -;source=tcp://localhost:9100 -loop=0 +;transport=file +;source=/dev/stdin +;loop=0 +transport=zeromq +source=tcp://localhost:9100 [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 +digital_gain=0.8 rate=2048000 [firfilter] -enabled=0 -filtertapsfile=filter/simplefiltertaps.txt +enabled=1 [output] -; choose output: possible values: uhd, file output=uhd [fileoutput] filename=/dev/null +format=complexf_normalised [uhdoutput] -;device=master_clock_rate=32768000,type=b100 -;txgain=2 device= master_clock_rate=20480000 type=b200 -txgain=50 +txgain=10 ;frequency=234208000 channel=13C ; possible values : internal, external, MIMO -refclk_source=external +refclk_source=internal ; possible values : none, external, MIMO -pps_source=external +pps_source=none ; behaviour when external clock reference lock lost ; possible values: ignore, crash -behaviour_refclk_lock_lost=crash +behaviour_refclk_lock_lost=ignore ; Used for SFN with the UHD output [delaymanagement] synchronous=1 +mutenotimestamps=1 offset=2.0 +[tii] +enable=0 +comb=1 +pattern=11 +old_variant=0 |
