diff options
author | andreas128 <Andreas> | 2017-08-16 17:09:03 +0200 |
---|---|---|
committer | andreas128 <Andreas> | 2017-08-16 17:09:03 +0200 |
commit | 2d70a92c178b4cf7460d09efd93a0e7918781a64 (patch) | |
tree | 0727240b290bb888318984fe347e5673aaebfbd5 /dpd | |
parent | 451f6ac28c2b7e93e166a5845097fec278e10337 (diff) | |
download | dabmod-2d70a92c178b4cf7460d09efd93a0e7918781a64.tar.gz dabmod-2d70a92c178b4cf7460d09efd93a0e7918781a64.tar.bz2 dabmod-2d70a92c178b4cf7460d09efd93a0e7918781a64.zip |
Configure dpd.ini for coef file
Diffstat (limited to 'dpd')
-rw-r--r-- | dpd/dpd.ini | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/dpd/dpd.ini b/dpd/dpd.ini index ea42b72..08564d9 100644 --- a/dpd/dpd.ini +++ b/dpd/dpd.ini @@ -6,8 +6,8 @@ zmqctrlendpoint=tcp://127.0.0.1:9400 [log] syslog=0 -filelog=0 -filename=/dev/stderr +filelog=1 +filename=/tmp/dabmod.log [input] transport=tcp @@ -15,14 +15,14 @@ source=localhost:9200 [modulator] gainmode=var -rate=8192000 +rate=8196000 [firfilter] -enabled=0 +enabled=1 [poly] enabled=1 -polycoeffile=polyCoefs +polycoeffile=dpdpoly.coef [output] # to prepare a file for the dpd/iq_file_server.py script, |