summaryrefslogtreecommitdiff
path: root/gr-uhd/examples
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'maint'Johnathan Corgan2012-10-131-2/+2
|\
| * uhd: fix pmt tuple ref namespace issueJosh Blum2012-10-131-2/+2
| | | | | | | | | | | | | | The pmt_tuple_ref should be prefixed with pmt:: just like all of the other calls. I am uncertain as to why this is compiling (we are not using namespace pmt), unless there is a hidden using namespace somewhere in a global header. But it will be good to get the code right as a general purpose example.
* | UHD: improved capabilities for uhd_fft.grc.Ben Hilburn2012-10-031-102/+605
|/
* uhd: updating/fixing WBFM example.Marcus Leech2012-04-241-97/+137
|
* Removed whitespace and added dtools/bin/remove-whitespace as a tool to do ↵Tom Rondeau2012-04-1319-236/+236
| | | | | | this in the future. The sed script was provided by Moritz Fischer.
* examples: Reworked locations and installation of examples.Tom Rondeau2012-04-0329-26/+10594
| | | | 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>.
* Merge branch 'master' into nextTom Rondeau2011-12-211-2/+11
|\
| * uhd: bug fix for GIL issues in bin_statistics. The usrp_spectrum_sense.py ↵Thomas Tsou2011-12-211-2/+11
| | | | | | | | program looks like it's working again.
* | Merge branch 'master' into nextTom Rondeau2011-12-1414-108/+104
|\|
| * uhd: fixes to instantiating UHD devices to set the antenna and subdevice ↵Tom Rondeau2011-12-1413-104/+104
| | | | | | | | properly (patch from Sam Bretheim).
| * uhd: removes usrpm that should not have been there anymore (patch from Sam ↵Tom Rondeau2011-12-144-4/+0
| | | | | | | | Bretheim).
* | Removed autotools, gr-waveform, some cleanupJohnathan Corgan2011-12-082-49/+0
|/ | | | Nick Foster owes Nick Corgan a six-pack of beer!
* uhd: cleanup some -Wall warningsJosh Blum2011-11-272-3/+4
|
* uhd: change examples to use new stream apiJosh Blum2011-11-0717-50/+21
|
* uhd: added subdevspec option to UHD examples and sets antenna based on option.Tom Rondeau2011-10-2115-9/+151
|
* tags: made tags object orientedJosh Blum2011-10-192-6/+4
|
* usrp: updated installed examplesJosh Blum2011-10-191-8/+0
|
* Merge branch 'next' of http://gnuradio.org/git/gnuradio into nextJosh Blum2011-10-1922-549/+64
|\
| * examples: removed multi-antenna examples.Tom Rondeau2011-10-196-466/+1
| |
| * uhd: fixed examples to use new find_devices command.Tom Rondeau2011-10-192-2/+2
| |
| * uhd: updating examples to use args and better default for all UHD examples; ↵Tom Rondeau2011-10-1916-83/+63
| | | | | | | | also fixed the wfm_rcv blocks to use new PLL constructor.
* | gr: the CMakeLists.txt took a chill pillJosh Blum2011-10-081-9/+9
| |
* | gr: updated cmakelists after merge for additional filesJosh Blum2011-10-081-4/+40
| |
* | Merge branch 'next' of http://gnuradio.org/git/gnuradio into digitalJosh Blum2011-10-0823-0/+5070
|\|
| * uhd: moved fm_tx_2_daughterboards and usrp_spectrum_sense to ↵Tom Rondeau2011-10-063-0/+448
| | | | | | | | | | | | gr-uhd/examples. Neither are working properly quite yet. Removed all usrp examples from gnuradio-examples/python/usrp and removed directory.
| * uhd: removed examples that don't make sense with UHD. Fixed up ↵Tom Rondeau2011-10-061-1/+8
| | | | | | | | gr-uhd/examples Makefile.
| * uhd: Moved usrp_wxapt_rcv from examples to gr-uhd/examples and made work ↵Tom Rondeau2011-10-061-0/+276
| | | | | | | | with UHD.
| * uhd: Moved USRP analog TV receiver examples to gr-uhd/examples. They seem to ↵Tom Rondeau2011-10-062-0/+642
| | | | | | | | run with the UHD, but I can't really test them since there's no NTSC signals around...
| * uhd: cleaning up and updating some script info.Tom Rondeau2011-10-062-2/+2
| |
| * uhd: converted usrp_wfm_rcv_sca to gr-uhd/examples and made work with UHD. ↵Tom Rondeau2011-10-061-0/+397
| | | | | | | | Seems to work but could use more testing.
| * uhd: moved usrp_wfm_rcv_fmdet to gr-uhd/examples and started converting to ↵Tom Rondeau2011-10-061-0/+347
| | | | | | | | UHD. Getting a segmentation fault currently. Don't know when the last time this worked properly was.
| * uhd: minor fixes to examplesTom Rondeau2011-10-062-2/+10
| |
| * uhd: moved usrp_wfm_rcv2_nogui from examples to gr-uhd/examples and made ↵Tom Rondeau2011-10-061-0/+151
| | | | | | | | work with UHD.
| * uhd: moved usrp_wfm_rcv_pll to gr-uhd/examples and made work with UHD.Tom Rondeau2011-10-061-0/+332
| |
| * uhd: moved WFM recever and no-gui receiver to gr-uhd/examples and made work ↵Tom Rondeau2011-10-043-1/+451
| | | | | | | | with UHD.
| * uhd: moved NBFM examples to gr-uhd/examples directory and made work with UHD.Tom Rondeau2011-10-043-1/+853
| |
| * uhd: fixed this example to correct for sample rate offsets when setting a ↵Tom Rondeau2011-10-041-31/+27
| | | | | | | | UHD device.
| * uhd: moved usrp_am_mw_rcv from examples to gr-uhd/examples and made work ↵Tom Rondeau2011-10-042-3/+320
| | | | | | | | with UHD. Needs more testing.
| * uhd: moved usrp/max_power.py to gr-uhd/examples. This _should_ work for both ↵Tom Rondeau2011-10-042-1/+144
| | | | | | | | USRPs and USRP2 series, but is only tested for a USRP2 (N210, actually).
| * uhd: moved fm_tx4 from gnuradio-examples to gr-uhd/examplesTom Rondeau2011-10-033-0/+239
| |
| * uhd: moved multi-antenna scripts from gnuradio-examples to gr-uhd/examples. ↵Tom Rondeau2011-10-035-0/+465
| | | | | | | | Does not work yet.
* | uhd: cmake support for example applicationJosh Blum2011-09-261-0/+39
|/
* uhd: added tags_demo c++ example applicationJosh Blum2011-09-243-0/+334