diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-03-21 20:08:22 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-03-21 20:08:22 +0100 |
commit | 0b21a0b19c285da1905263c78dfde4378846ae9f (patch) | |
tree | 5561bc285ada8219fa1fe8967de6d14523aab9e0 /test.ini | |
parent | 78a5d1945922e9d4b9932c9d39d61a9f192bcd56 (diff) | |
download | mmbtools-aux-0b21a0b19c285da1905263c78dfde4378846ae9f.tar.gz mmbtools-aux-0b21a0b19c285da1905263c78dfde4378846ae9f.tar.bz2 mmbtools-aux-0b21a0b19c285da1905263c78dfde4378846ae9f.zip |
Big cleanup
Diffstat (limited to 'test.ini')
-rw-r--r-- | test.ini | 31 |
1 files changed, 17 insertions, 14 deletions
@@ -1,7 +1,7 @@ ; Sample configuration file for CRC-DABMOD [remotecontrol] -telnet=1 +telnet=0 telnetport=2121 [log] @@ -11,12 +11,13 @@ filename=/dev/stderr [input] transport=file -;source=/home/bram/dab/mmbtools-aux/eti/csp.eti -source=/dev/stdin +source=/home/bram/dab/mmbtools-aux/eti/funk2.100.eti +;source=/dev/stdin +loop=0 ;transport=zeromq -;source=tcp://localhost:8080 -loop=0 +;source=tcp://localhost:9100 +;max_frames_queued=400 [modulator] ; Gain mode: 0=FIX, 1=MAX, 2=VAR @@ -24,7 +25,7 @@ gainmode=2 ; Transmission mode ; If not defined, take the mode from ETI -mode=1 +;mode=0 ; Set to 0 to disable CicEqualiser dac_clk_rate=0 @@ -32,25 +33,30 @@ dac_clk_rate=0 digital_gain=1.0 ; Output sample rate -rate=8000000 +rate=2048000 [firfilter] -enabled=1 +enabled=0 filtertapsfile=filter/simplefiltertaps.txt [output] ; choose output: possible values: uhd, file output=file +[zmqoutput] +listen=tcp://*:9200 +socket_type=rep + [fileoutput] -filename=/dev/stdout +filename=ofdm.iq +;filename=/dev/null [uhdoutput] ;frequency=234208000 channel=13C ; For the B200 -master_clock_rate=32000000 +master_clock_rate=32768000 type=b200 txgain=35 @@ -73,7 +79,4 @@ behaviour_refclk_lock_lost=crash synchronous=0 ; choose between fixed and dynamic offset definition -management=dynamic - -fixedoffset=0.002 -dynamicoffsetfile=modulatoroffset +offset=0.002 |