summaryrefslogtreecommitdiff
path: root/gr-uhd/examples/python/usrp_tv_rcv_nogui.py
Commit message (Collapse)AuthorAgeFilesLines
* wxgui: removedJohnathan Corgan2016-09-081-215/+0
|
* blocks: converting references to vector source/sink, null source/sink, nop, ↵Tom Rondeau2013-03-171-2/+2
| | | | copy, head, skiphead, vector_map, and annotator blocks to use gr-blocks.
* blocks: removing file_sink/source file_descriptor_sink/source form core and ↵Tom Rondeau2013-03-101-4/+4
| | | | moved all refs to gr-blocks.
* core: removed all complex_to_<type> blocks from core; using gr-blocks.Tom Rondeau2013-03-061-1/+1
|
* blocks: removes blocks moved to gr-blocks from gnuradio-core.Tom Rondeau2012-12-211-6/+6
| | | | Also fixes up some other missing moves.
* analog: removed all AGC blocks from gnuradio-core.Tom Rondeau2012-10-311-1/+2
| | | | Also replaces calls to gr.agc with analog.agc.
* Removed whitespace and added dtools/bin/remove-whitespace as a tool to do ↵Tom Rondeau2012-04-131-11/+11
| | | | | | this in the future. The sed script was provided by Moritz Fischer.
* examples: Reworked locations and installation of examples.Tom Rondeau2012-04-031-0/+214
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>.