aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/example.ini28
1 files changed, 27 insertions, 1 deletions
diff --git a/doc/example.ini b/doc/example.ini
index 31c28fa..7f4e315 100644
--- a/doc/example.ini
+++ b/doc/example.ini
@@ -53,11 +53,37 @@ output=uhd
filename=/dev/stdout
[uhdoutput]
+; For a USRP B100:
device=master_clock_rate=32768000,type=b100
+txgain=2
+; Try with small gain values
+
+; For the 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
+; consider using at least half of the available gain to get reasonable dynamic
+; range."
+; From the B200 User Manual
+; http://files.ettus.com/uhd_docs/manual/html/usrp_b200.html
+
+; TODO: measure the RF quality with different values of master_clock_rate:
+; 10240000
+; 20480000
+; 30720000
+; 32768000
+; and other values
+
+; For the USRP1
+;device=type=usrp1
+; you must change the rate in [modulator] ! The USRP1 does not have flexible
+; clocking
+;rate=3200000
+
; you must specify either frequency or channel
;frequency=234208000
channel=13C
-txgain=0
; possible values : internal, external, MIMO
refclk_source=internal