summaryrefslogtreecommitdiff
path: root/gr-uhd/examples/usrp_wfm_rcv.py
Commit message (Collapse)AuthorAgeFilesLines
* examples: Reworked locations and installation of examples.Tom Rondeau2012-04-031-286/+0
| | | | 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>.
* uhd: fixes to instantiating UHD devices to set the antenna and subdevice ↵Tom Rondeau2011-12-141-8/+8
| | | | properly (patch from Sam Bretheim).
* uhd: change examples to use new stream apiJosh Blum2011-11-071-3/+1
|
* uhd: added subdevspec option to UHD examples and sets antenna based on option.Tom Rondeau2011-10-211-0/+9
|
* uhd: updating examples to use args and better default for all UHD examples; ↵Tom Rondeau2011-10-191-4/+3
| | | | also fixed the wfm_rcv blocks to use new PLL constructor.
* uhd: moved WFM recever and no-gui receiver to gr-uhd/examples and made work ↵Tom Rondeau2011-10-041-0/+280
with UHD.