From 2d70a92c178b4cf7460d09efd93a0e7918781a64 Mon Sep 17 00:00:00 2001 From: andreas128 Date: Wed, 16 Aug 2017 17:09:03 +0200 Subject: Configure dpd.ini for coef file --- dpd/dpd.ini | 10 +++++----- 1 file 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, -- cgit v1.2.3