diff options
author | Matthias Braendli <matthias.braendli@u-blox.com> | 2014-12-02 16:32:32 +0100 |
---|---|---|
committer | Matthias Braendli <matthias.braendli@u-blox.com> | 2014-12-02 16:32:32 +0100 |
commit | fc2acbcf9f64a722ccd160388f5a9a1dcdc4f4f3 (patch) | |
tree | d3b9e760d111aab8a0eebc865bb2876d5bbc45df /doc/example.ini | |
parent | 2ba0bcee8b4b3c0ace3d70bae07d8d5d3152da95 (diff) | |
download | dabmod-fc2acbcf9f64a722ccd160388f5a9a1dcdc4f4f3.tar.gz dabmod-fc2acbcf9f64a722ccd160388f5a9a1dcdc4f4f3.tar.bz2 dabmod-fc2acbcf9f64a722ccd160388f5a9a1dcdc4f4f3.zip |
Update configuration example
Diffstat (limited to 'doc/example.ini')
-rw-r--r-- | doc/example.ini | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/doc/example.ini b/doc/example.ini index 38a856c..e1ce252 100644 --- a/doc/example.ini +++ b/doc/example.ini @@ -106,7 +106,10 @@ filename=/dev/stdout ; or even a higher factor. ; ; Settings for a USRP B100: -device=master_clock_rate=32768000,type=b100 +device= +; you can put additional UHD device settings here +master_clock_rate=32768000 +type=b100 txgain=2.0 ; Try first with small gain values ; Also set rate to 2048000 @@ -116,7 +119,9 @@ txgain=2.0 ; http://opendigitalradio.org/index.php/USRP_B200_Measurements ; ; Settings: -;device=master_clock_rate=20480000,type=b200 +;device= +;master_clock_rate=20480000 +;type=b200 ;txgain=40 ; The B200 needs larger gains (up to 89dB) but, ; "Gain settings are application specific, but it is recommended that users @@ -127,7 +132,8 @@ txgain=2.0 ; For the USRP1 -;device=type=usrp1 +;device= +;type=usrp1 ; the usrp1 can have two daughterboards, the subdevice parameter allows you ; to choose which one to use ;subdevice=A:0 |