diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2019-05-07 11:46:45 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2019-05-07 11:46:45 +0200 |
commit | 04c3650d5f730891c33e45d2f07c052c6393c2e8 (patch) | |
tree | d95431a387598f88b4a05df7a1dd3d3c91f6126b /doc/example.ini | |
parent | f6e3913f80ec15f2a554dc2ad1fe219cefd1f5d2 (diff) | |
parent | 3a7202306c6aca5be2dad604f62063d605fd0982 (diff) | |
download | dabmod-04c3650d5f730891c33e45d2f07c052c6393c2e8.tar.gz dabmod-04c3650d5f730891c33e45d2f07c052c6393c2e8.tar.bz2 dabmod-04c3650d5f730891c33e45d2f07c052c6393c2e8.zip |
Merge branch 'next' into lime
Diffstat (limited to 'doc/example.ini')
-rw-r--r-- | doc/example.ini | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/example.ini b/doc/example.ini index 5dd2846..1e802f4 100644 --- a/doc/example.ini +++ b/doc/example.ini @@ -45,6 +45,13 @@ loop=0 ; Listen for EDI data on a given UDP port, unicast or multicast. ;transport=edi ; +; EDI over TCP: +; +; Connect to TCP server on a given host +;source=tcp://localhost:9201 +; +; EDI over UDP: +; ; Supported syntax for the source setting: ; Bind to default interface and receive data from port 12000 ;source=udp://:12000 @@ -239,6 +246,9 @@ txgain=40 ;frequency=234208000 channel=13C +; Override automatic analog frontend bandwidth calculation. Units: Hz +;bandwidth=2000000 + ; Some USRP boards/frontends support setting an LO offset that has the ; effect of shifting DC out of the signal bandwidth. This should also ; improve IQ imbalance effects, because the mirror will centered on another @@ -297,6 +307,9 @@ txgain=40 channel=13C ;lo_offset=2048000 +; Override automatic analog frontend bandwidth calculation. Units: Hz +;bandwidth=2000000 + ; You can set what TX antenna to use. This will depend on the ; SDR device you are using. ;tx_antenna= |