diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-10-08 17:52:57 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-10-08 17:52:57 +0200 |
commit | 5887edf3d2b73a8feef6a8be804988d3e030bc67 (patch) | |
tree | 33787dd4673190b8d28ece356b0b32d8cbb3d54e /dpd/dpd.ini | |
parent | e21884ad871f52bcd02fc492084bade3dfab275a (diff) | |
download | dabmod-5887edf3d2b73a8feef6a8be804988d3e030bc67.tar.gz dabmod-5887edf3d2b73a8feef6a8be804988d3e030bc67.tar.bz2 dabmod-5887edf3d2b73a8feef6a8be804988d3e030bc67.zip |
DPDCE: Set default digital gain to 0.6
Diffstat (limited to 'dpd/dpd.ini')
-rw-r--r-- | dpd/dpd.ini | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dpd/dpd.ini b/dpd/dpd.ini index 26a53c5..7e4bd5f 100644 --- a/dpd/dpd.ini +++ b/dpd/dpd.ini @@ -17,6 +17,9 @@ source=localhost:9200 gainmode=var rate=8192000 +# keep in mind that the DPDCE will set the digital gain through the RC! +digital_gain=0.6 + [firfilter] enabled=1 |