aboutsummaryrefslogtreecommitdiffstats
path: root/doc/example.ini
diff options
context:
space:
mode:
Diffstat (limited to 'doc/example.ini')
-rw-r--r--doc/example.ini33
1 files changed, 27 insertions, 6 deletions
diff --git a/doc/example.ini b/doc/example.ini
index d04c1a7..a1e7d3a 100644
--- a/doc/example.ini
+++ b/doc/example.ini
@@ -165,6 +165,8 @@ output=uhd
; The output file:
filename=ofdm.iq
+show_metadata=0
+
[uhdoutput]
; The UHD output can be directly used with the Ettus USRP devices
;
@@ -188,6 +190,11 @@ txgain=40
; More information and measurements available on:
; http://wiki.opendigitalradio.org/index.php/USRP_B200_Measurements
+; You can set what TX and RX antennas to use. This will depend on the
+; USRP model you are using.
+;tx_antenna=
+;rx_antenna=RX2
+
; Settings for a USRP B100:
;device=
@@ -261,18 +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
-; Used for SFN with the UHD output
-[delaymanagement]
+; You can set what TX antenna to use. This will depend on the
+; SDR device you are using.
+;tx_antenna=
+; 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
@@ -284,8 +300,13 @@ mutenotimestamps=0
; through the remote control.
offset=0.002
-; The previous static vs dynamic offset distinction, and reading the
-; modulatoroffset from a file has been removed.
+; The way the timestamps are interpreted in ODR-DabMod up to v1.1.0 was not
+; specified, and you should not assume that two different versions will
+; transmit synchronously given the same settings. Always run SFNs with
+; identical versions!
+; Furthermore, when combining ODR-DabMod with third-party modulators, always
+; measure!
+
[tii]
; If these options are set, TII transmission is enabled.