diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-05-12 17:20:29 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-05-12 17:20:29 +0200 |
commit | d57fe2c74f2c9e0a76f4b2c577942837dfac0866 (patch) | |
tree | 15d0a9d8dd8323df8eade26f222c8ca02db29ef2 /dpd/dpd.ini | |
parent | 5733a5c9a1a070ebd30ce55e181d5f0d8917de60 (diff) | |
download | dabmod-d57fe2c74f2c9e0a76f4b2c577942837dfac0866.tar.gz dabmod-d57fe2c74f2c9e0a76f4b2c577942837dfac0866.tar.bz2 dabmod-d57fe2c74f2c9e0a76f4b2c577942837dfac0866.zip |
DPD: Set RX sample rate
Diffstat (limited to 'dpd/dpd.ini')
-rw-r--r-- | dpd/dpd.ini | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dpd/dpd.ini b/dpd/dpd.ini index 625df73..910f251 100644 --- a/dpd/dpd.ini +++ b/dpd/dpd.ini @@ -14,7 +14,7 @@ transport=tcp source=localhost:9200 [modulator] -digital_gain=0.9 +digital_gain=0.8 rate=8192000 [firfilter] @@ -34,7 +34,7 @@ pps_source=none behaviour_refclk_lock_lost=ignore max_gps_holdover_time=600 dpd_port=50055 -rxgain=10 +rxgain=0 [delaymanagement] ; Use synchronous=1 so that the USRP time is set. This works |