summaryrefslogtreecommitdiff
path: root/gr-uhd/examples/python/usrp_spectrum_sense.py
Commit message (Collapse)AuthorAgeFilesLines
* Print scan rateChris Kuethe2015-05-031-0/+12
| | | | | Useful when scanning in a way that is likely to run slowly, doubly so when multiple passes across the band are needed.
* Removing trailing/extra whitespaces before release.Tom Rondeau2014-07-071-11/+11
| | | | We should be more careful about letting these into the code in the future. In emacs, we can use (add-hook 'before-save-hook 'delete-trailing-whitespace).
* Merge branch 'master' into nextTom Rondeau2013-05-071-40/+59
|\ | | | | | | | | Conflicts: gr-uhd/examples/python/usrp_spectrum_sense.py
| * uhd: enhanced version of usrp_spectrum_sense.pyMike Jameson M0MIK2013-04-261-40/+59
| |
* | Merge branch 'master' into nextTom Rondeau2013-04-011-8/+33
|\| | | | | | | | | | | | | | | | | | | Conflicts: gnuradio-runtime/include/gr_logger.h gr-digital/lib/packet_headergenerator_bb_impl.cc gr-digital/python/ofdm_txrx.py gr-digital/python/qa_ofdm_txrx.py gr-digital/python/qa_packet_headergenerator_bb.py gr-uhd/examples/python/usrp_spectrum_sense.py
| * uhd: updated usrp_spectrum_sense with frequency readoutMike Jameson2013-03-241-10/+35
| |
* | blocks: removing bin_statistics_f from core; now in gr-blocks.Tom Rondeau2013-03-071-4/+4
| |
* | core: removed all complex_to_<type> blocks from core; using gr-blocks.Tom Rondeau2013-03-061-1/+1
| |
* | uhd: fixing incorrect module names for UHD examples.Tom Rondeau2013-02-191-5/+7
| |
* | blocks: removes blocks moved to gr-blocks from gnuradio-core.Tom Rondeau2012-12-211-3/+4
| | | | | | | | Also fixes up some other missing moves.
* | docs: Changed arguments in python docstrings to new formatting style.Ben Reynwar2012-08-141-1/+2
|/
* Removed whitespace and added dtools/bin/remove-whitespace as a tool to do ↵Tom Rondeau2012-04-131-13/+13
| | | | | | this in the future. The sed script was provided by Moritz Fischer.
* examples: Reworked locations and installation of examples.Tom Rondeau2012-04-031-0/+258
All python and GRC examples directly associated with a top-level component are now in that examples directory. Examples are split into c++, python, and grc dirs but are all installed into $prefix/share/gnuradio/examples/<component>.