diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2018-01-20 01:14:00 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2018-01-20 01:14:00 +0100 |
commit | 413b05e6437214897c4e374650cb27ba6d2063af (patch) | |
tree | e7b8c1a170d733d90ab3b24b63d1e884e67e670f /doc | |
parent | 4325e313a85cccfd7be6fff6e14511ffc3e524f0 (diff) | |
download | dabmod-413b05e6437214897c4e374650cb27ba6d2063af.tar.gz dabmod-413b05e6437214897c4e374650cb27ba6d2063af.tar.bz2 dabmod-413b05e6437214897c4e374650cb27ba6d2063af.zip |
Add DPD port to Soapy configuration
Diffstat (limited to 'doc')
-rw-r--r-- | doc/example.ini | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/doc/example.ini b/doc/example.ini index b0bf022..64cb7df 100644 --- a/doc/example.ini +++ b/doc/example.ini @@ -268,21 +268,27 @@ listen=tcp://*:54001 ; Please see man zmq_socket for documentation socket_type=pub -; section defining the SoapySDR output settings. All these -; options are given to the SoapySDR library. +; section defining the SoapySDR output settings. [soapyoutput] +; These options are given to the SoapySDR library: device= master_clock_rate=32768000 txgain=40 ;frequency=234208000 channel=13C +;lo_offset=2048000 + ; You can set what TX antenna to use. This will depend on the ; SDR device you are using. ;tx_antenna= -; Used for SFN with the UHD output -[delaymanagement] +; Enable the TCP server to communicate TX and RX feedback for +; digital predistortion. +; Set to 0 to disable +;dpd_port=50055 +; Used for running single-frequency networks +[delaymanagement] ; Enable handling of timestamps for SFN synchronous=0 |