diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-03-03 08:58:22 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-03-03 08:58:22 +0100 |
commit | 568f462aff32a23f1f9db9c1192da44cf8380858 (patch) | |
tree | 3c4abae8496b084f74cbe766a7ce70a27b408b2e /doc | |
parent | eedb09b596ca0934d3d4a5f8603429182cb669e2 (diff) | |
parent | 0bdb1ce8e7753f6617074fb859419a6185d91ad1 (diff) | |
download | dabmod-568f462aff32a23f1f9db9c1192da44cf8380858.tar.gz dabmod-568f462aff32a23f1f9db9c1192da44cf8380858.tar.bz2 dabmod-568f462aff32a23f1f9db9c1192da44cf8380858.zip |
Merge branch 'next' into restructureEDIvsETI
Diffstat (limited to 'doc')
-rw-r--r-- | doc/example.ini | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/example.ini b/doc/example.ini index bdb3f00..36a6c2f 100644 --- a/doc/example.ini +++ b/doc/example.ini @@ -201,6 +201,15 @@ txgain=2.0 ;frequency=234208000 channel=13C +; 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 +; frequency (it should be on frequency + 2*lo_offset) +; +; The value can be negative, and its absolute value must be smaller than +; master_clock_rate/2. +;lo_offset=2048000 + ; The reference clock to use. The gpsdo is the ODR LEA-M8F board, the ; official Ettus GPSDO is selected with gpsdo-ettus ; possible values : internal, external, MIMO, gpsdo, gpsdo-ettus |