diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-05-07 14:22:21 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-05-07 14:22:21 +0200 |
commit | 2b877e304d52c406720050aa55eed97b6f7869be (patch) | |
tree | ba7d8e62ec5ce8ab1ff0c5e15073179f701f0343 /doc | |
parent | 2269cc5ed6c4032c017684018a9ee1da234a6123 (diff) | |
download | dabmod-2b877e304d52c406720050aa55eed97b6f7869be.tar.gz dabmod-2b877e304d52c406720050aa55eed97b6f7869be.tar.bz2 dabmod-2b877e304d52c406720050aa55eed97b6f7869be.zip |
Add WIP for OutputUHDFeedback
Diffstat (limited to 'doc')
-rw-r--r-- | doc/example.ini | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/example.ini b/doc/example.ini index ffb20d7..fa03d26 100644 --- a/doc/example.ini +++ b/doc/example.ini @@ -255,6 +255,11 @@ behaviour_refclk_lock_lost=ignore ; default value: 0 max_gps_holdover_time=600 +; Enable the TCP server to communicate TX and RX feedback for +; digital predistortion. +; Set to 0 to disable +dpd_port=50055 + ; section defining ZeroMQ output properties [zmqoutput] |