diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-11-02 21:07:08 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-11-02 21:07:08 +0100 |
commit | cf46de6e9faa6628650217f53bae72059475c63e (patch) | |
tree | 5865885c53ea783d547a19533f1ab9b2e122f973 /doc | |
parent | 014e35d73f80cef14895bc9c0dad5d35213e8aab (diff) | |
download | dabmod-cf46de6e9faa6628650217f53bae72059475c63e.tar.gz dabmod-cf46de6e9faa6628650217f53bae72059475c63e.tar.bz2 dabmod-cf46de6e9faa6628650217f53bae72059475c63e.zip |
Change UHD txgain to double
Diffstat (limited to 'doc')
-rw-r--r-- | doc/example.ini | 2 |
1 files changed, 1 insertions, 1 deletions
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 |