summaryrefslogtreecommitdiff
path: root/gr-uhd/examples/python/usrp_spectrum_sense.py
Commit message (Collapse)AuthorAgeFilesLines
* 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>.