diff options
author | Matthias P. Braendli (think) <matthias@mpb.li> | 2012-09-13 22:42:47 +0200 |
---|---|---|
committer | Matthias P. Braendli (think) <matthias@mpb.li> | 2012-09-13 22:42:47 +0200 |
commit | 14c65356a61b19a6d125b1787535aac74b5553be (patch) | |
tree | 5764de03295b3bd76245f76331db21c4d60a990c /example.ini | |
parent | c0736d118496b67b83f89b64d997cbd0e21f9a0f (diff) | |
download | mmbtools-aux-14c65356a61b19a6d125b1787535aac74b5553be.tar.gz mmbtools-aux-14c65356a61b19a6d125b1787535aac74b5553be.tar.bz2 mmbtools-aux-14c65356a61b19a6d125b1787535aac74b5553be.zip |
crc-dabmod: much cleaner logging implementation
Diffstat (limited to 'example.ini')
-rw-r--r-- | example.ini | 29 |
1 files changed, 21 insertions, 8 deletions
diff --git a/example.ini b/example.ini index ff1bfc5..ba46422 100644 --- a/example.ini +++ b/example.ini @@ -7,10 +7,10 @@ telnetport=2121 [log] syslog=0 filelog=1 -filename=/dev/stderr +filename=foo.log [input] -filename=eti/funk.eti +filename=/dev/stdin loop=1 [modulator] @@ -18,7 +18,8 @@ loop=1 gainmode=2 ; Transmission mode -mode=2 +; If not defined, take the mode from ETI +;mode=2 ; Set to 0 to disable CicEqualiser dac_clk_rate=0 @@ -26,7 +27,8 @@ dac_clk_rate=0 digital_gain=1.0 ; Output sample rate -rate=2048000 +;rate=2048000 +rate=3200000 [firfilter] enabled=1 @@ -34,16 +36,27 @@ filtertapsfile=filter/simplefiltertaps.txt [output] ; choose output: possible values: uhd, file -output=file +output=uhd [fileoutput] -filename=/dev/stdout +filename=/dev/null [uhdoutput] -device=master_clock_rate=32768000,type=b100 +;device=master_clock_rate=32768000,type=b100 +device= frequency=234208000 txgain=0 +; 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 @@ -52,4 +65,4 @@ synchronous=0 management=dynamic fixedoffset=0.002 -dynamicoffsetfile=modulator_offset +dynamicoffsetfile=modulatoroffset |