summaryrefslogtreecommitdiff
path: root/gr-uhd/examples/fm_tx_2_daughterboards.py
Commit message (Collapse)AuthorAgeFilesLines
* examples: Reworked locations and installation of examples.Tom Rondeau2012-04-031-212/+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: change examples to use new stream apiJosh Blum2011-11-071-3/+2
|
* uhd: added subdevspec option to UHD examples and sets antenna based on option.Tom Rondeau2011-10-211-0/+11
|
* uhd: fixed examples to use new find_devices command.Tom Rondeau2011-10-191-1/+1
|
* uhd: updating examples to use args and better default for all UHD examples; ↵Tom Rondeau2011-10-191-5/+4
| | | | also fixed the wfm_rcv blocks to use new PLL constructor.
* uhd: moved fm_tx_2_daughterboards and usrp_spectrum_sense to ↵Tom Rondeau2011-10-061-0/+203
gr-uhd/examples. Neither are working properly quite yet. Removed all usrp examples from gnuradio-examples/python/usrp and removed directory.