diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2019-03-14 08:32:26 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2019-03-14 08:32:26 +0100 |
commit | 35599ee9c8a2822c0f480673b4d8d8e87049094c (patch) | |
tree | 56be40a6f632dd5cdf00e902e3b1fa2d30cccdd1 /doc | |
parent | e0992467867e4832b3333fb0cb5a638d05250bd3 (diff) | |
download | dabmod-35599ee9c8a2822c0f480673b4d8d8e87049094c.tar.gz dabmod-35599ee9c8a2822c0f480673b4d8d8e87049094c.tar.bz2 dabmod-35599ee9c8a2822c0f480673b4d8d8e87049094c.zip |
Add analog bandwidth configuration to UHD and Soapy outputs
Diffstat (limited to 'doc')
-rw-r--r-- | doc/example.ini | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/example.ini b/doc/example.ini index b94825c..7f4d3e5 100644 --- a/doc/example.ini +++ b/doc/example.ini @@ -239,6 +239,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 +300,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= |