diff options
author | Matthias P. Braendli (think) <matthias@mpb.li> | 2013-11-10 22:24:36 +0100 |
---|---|---|
committer | Matthias P. Braendli (think) <matthias@mpb.li> | 2013-11-10 22:24:36 +0100 |
commit | fef6bd4c792add65a0cff3d0175fb7b3e38c4057 (patch) | |
tree | 6e9fd790aaa995242702175edbb30648067d1fca /example.ini | |
parent | 09bf7cfd929d0e2c5fa856ec119af51fb63a2562 (diff) | |
download | mmbtools-aux-fef6bd4c792add65a0cff3d0175fb7b3e38c4057.tar.gz mmbtools-aux-fef6bd4c792add65a0cff3d0175fb7b3e38c4057.tar.bz2 mmbtools-aux-fef6bd4c792add65a0cff3d0175fb7b3e38c4057.zip |
update READMEs and such, and ChangeLog for r8
Diffstat (limited to 'example.ini')
-rw-r--r-- | example.ini | 66 |
1 files changed, 0 insertions, 66 deletions
diff --git a/example.ini b/example.ini deleted file mode 100644 index 3945371..0000000 --- a/example.ini +++ /dev/null @@ -1,66 +0,0 @@ -; Sample configuration file for CRC-DABMOD - -[remotecontrol] -telnet=1 -telnetport=2121 - -[log] -syslog=0 -filelog=1 -filename=foo.log - -[input] -filename=/dev/stdin -loop=1 - -[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 -rate=2048000 - -[firfilter] -enabled=1 -filtertapsfile=filter/simplefiltertaps.txt - -[output] -; choose output: possible values: uhd, file -output=uhd - -[fileoutput] -filename=/dev/null - -[uhdoutput] -device=master_clock_rate=32768000,type=b100 -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 - -; choose between fixed and dynamic offset definition -management=dynamic - -fixedoffset=0.002 -dynamicoffsetfile=modulatoroffset |