diff options
Diffstat (limited to 'gr-uhd/doc')
-rw-r--r-- | gr-uhd/doc/CMakeLists.txt | 8 | ||||
-rw-r--r-- | gr-uhd/doc/README.uhd | 2 | ||||
-rw-r--r-- | gr-uhd/doc/uhd.dox | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/gr-uhd/doc/CMakeLists.txt b/gr-uhd/doc/CMakeLists.txt index da3021776..b78c50a02 100644 --- a/gr-uhd/doc/CMakeLists.txt +++ b/gr-uhd/doc/CMakeLists.txt @@ -1,17 +1,17 @@ # Copyright 2011 Free Software Foundation, Inc. -# +# # This file is part of GNU Radio -# +# # GNU Radio is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 3, or (at your option) # any later version. -# +# # GNU Radio is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -# +# # You should have received a copy of the GNU General Public License # along with GNU Radio; see the file COPYING. If not, write to # the Free Software Foundation, Inc., 51 Franklin Street, diff --git a/gr-uhd/doc/README.uhd b/gr-uhd/doc/README.uhd index ec8024c09..b0720d6d0 100644 --- a/gr-uhd/doc/README.uhd +++ b/gr-uhd/doc/README.uhd @@ -8,7 +8,7 @@ as: See the Doxygen documentation for details about the blocks available in this package. A quick listing of the details can be found in Python -after importing by using: +after importing by using: help(uhd) diff --git a/gr-uhd/doc/uhd.dox b/gr-uhd/doc/uhd.dox index 92ad7db4c..f03705fe1 100644 --- a/gr-uhd/doc/uhd.dox +++ b/gr-uhd/doc/uhd.dox @@ -66,7 +66,7 @@ To use these options to create a UHD source object: g = self.u.get_gain_range() options.gain = float(g.start()+g.stop())/2 self.u.set_gain(options.gain, 0) - + # Set the center frequency self.u.set_center_freq(options.freq, 0) |