From cf46de6e9faa6628650217f53bae72059475c63e Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Sun, 2 Nov 2014 21:07:08 +0100 Subject: Change UHD txgain to double --- doc/example.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/example.ini b/doc/example.ini index 9cdfe03..38a856c 100644 --- a/doc/example.ini +++ b/doc/example.ini @@ -107,7 +107,7 @@ filename=/dev/stdout ; ; Settings for a USRP B100: device=master_clock_rate=32768000,type=b100 -txgain=2 +txgain=2.0 ; Try first with small gain values ; Also set rate to 2048000 -- cgit v1.2.3 From fc2acbcf9f64a722ccd160388f5a9a1dcdc4f4f3 Mon Sep 17 00:00:00 2001 From: Matthias Braendli Date: Tue, 2 Dec 2014 16:32:32 +0100 Subject: Update configuration example --- doc/example.ini | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'doc') 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 -- cgit v1.2.3