diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-09-14 16:30:52 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-09-14 16:30:52 +0200 |
commit | ef78d66f6b3afc47121f7352d961943fa29d1518 (patch) | |
tree | f3d02bbef9e60d4d4ed89527e84ae802857acfdc /dpd/dpd.ini | |
parent | 1ca5368f547c429bf0d86dac78162310e1d2b032 (diff) | |
parent | bf32d4e1efb87eb7a51207281f2565ee54e1aee2 (diff) | |
download | dabmod-ef78d66f6b3afc47121f7352d961943fa29d1518.tar.gz dabmod-ef78d66f6b3afc47121f7352d961943fa29d1518.tar.bz2 dabmod-ef78d66f6b3afc47121f7352d961943fa29d1518.zip |
Merge LUT into 'next_memless'
Diffstat (limited to 'dpd/dpd.ini')
-rw-r--r-- | dpd/dpd.ini | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dpd/dpd.ini b/dpd/dpd.ini index 9a76393..26a53c5 100644 --- a/dpd/dpd.ini +++ b/dpd/dpd.ini @@ -10,8 +10,8 @@ filelog=1 filename=/tmp/dabmod.log [input] -transport=file -source=/home/bram/dab/mmbtools-aux/eti/buddard.eti +transport=tcp +source=localhost:9200 [modulator] gainmode=var @@ -31,7 +31,7 @@ polycoeffile=dpd/poly.coef [output] # to prepare a file for the dpd/iq_file_server.py script, # use output=file -output=file +output=uhd [fileoutput] filename=dpd.iq @@ -40,7 +40,7 @@ filename=dpd.iq device= master_clock_rate=32768000 type=b200 -txgain=15 +txgain=55 channel=13C refclk_source=internal pps_source=none |