diff options
author | Kenneth Mortensen <mortensenit@users.noreply.github.com> | 2015-01-05 16:36:52 +0100 |
---|---|---|
committer | Kenneth Mortensen <mortensenit@users.noreply.github.com> | 2015-01-05 16:36:52 +0100 |
commit | 191817b42ad86a250bbff02895e9646f51531672 (patch) | |
tree | 521d6b1a9a30a657d84c80ca9660c24c4db8ee86 /doc | |
parent | fcc439f1387887110ccbf0e9e6a6d116eba315ac (diff) | |
parent | 94c1f63b6fd07d74f3325274dd19fd6beaf53965 (diff) | |
download | dabmod-191817b42ad86a250bbff02895e9646f51531672.tar.gz dabmod-191817b42ad86a250bbff02895e9646f51531672.tar.bz2 dabmod-191817b42ad86a250bbff02895e9646f51531672.zip |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'doc')
-rw-r--r-- | doc/example.ini | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/doc/example.ini b/doc/example.ini index 9cdfe03..e1ce252 100644 --- a/doc/example.ini +++ b/doc/example.ini @@ -106,8 +106,11 @@ filename=/dev/stdout ; or even a higher factor. ; ; Settings for a USRP B100: -device=master_clock_rate=32768000,type=b100 -txgain=2 +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 ; 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 ; 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 |