Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'maint' | Johnathan Corgan | 2012-10-13 | 1 | -2/+2 |
|\ | |||||
| * | uhd: fix pmt tuple ref namespace issue | Josh Blum | 2012-10-13 | 1 | -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 Hilburn | 2012-10-03 | 1 | -102/+605 |
|/ | |||||
* | uhd: updating/fixing WBFM example. | Marcus Leech | 2012-04-24 | 1 | -97/+137 |
| | |||||
* | Removed whitespace and added dtools/bin/remove-whitespace as a tool to do ↵ | Tom Rondeau | 2012-04-13 | 19 | -236/+236 |
| | | | | | | this in the future. The sed script was provided by Moritz Fischer. | ||||
* | examples: Reworked locations and installation of examples. | Tom Rondeau | 2012-04-03 | 29 | -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 next | Tom Rondeau | 2011-12-21 | 1 | -2/+11 |
|\ | |||||
| * | uhd: bug fix for GIL issues in bin_statistics. The usrp_spectrum_sense.py ↵ | Thomas Tsou | 2011-12-21 | 1 | -2/+11 |
| | | | | | | | | program looks like it's working again. | ||||
* | | Merge branch 'master' into next | Tom Rondeau | 2011-12-14 | 14 | -108/+104 |
|\| | |||||
| * | uhd: fixes to instantiating UHD devices to set the antenna and subdevice ↵ | Tom Rondeau | 2011-12-14 | 13 | -104/+104 |
| | | | | | | | | properly (patch from Sam Bretheim). | ||||
| * | uhd: removes usrpm that should not have been there anymore (patch from Sam ↵ | Tom Rondeau | 2011-12-14 | 4 | -4/+0 |
| | | | | | | | | Bretheim). | ||||
* | | Removed autotools, gr-waveform, some cleanup | Johnathan Corgan | 2011-12-08 | 2 | -49/+0 |
|/ | | | | Nick Foster owes Nick Corgan a six-pack of beer! | ||||
* | uhd: cleanup some -Wall warnings | Josh Blum | 2011-11-27 | 2 | -3/+4 |
| | |||||
* | uhd: change examples to use new stream api | Josh Blum | 2011-11-07 | 17 | -50/+21 |
| | |||||
* | uhd: added subdevspec option to UHD examples and sets antenna based on option. | Tom Rondeau | 2011-10-21 | 15 | -9/+151 |
| | |||||
* | tags: made tags object oriented | Josh Blum | 2011-10-19 | 2 | -6/+4 |
| | |||||
* | usrp: updated installed examples | Josh Blum | 2011-10-19 | 1 | -8/+0 |
| | |||||
* | Merge branch 'next' of http://gnuradio.org/git/gnuradio into next | Josh Blum | 2011-10-19 | 22 | -549/+64 |
|\ | |||||
| * | examples: removed multi-antenna examples. | Tom Rondeau | 2011-10-19 | 6 | -466/+1 |
| | | |||||
| * | uhd: fixed examples to use new find_devices command. | Tom Rondeau | 2011-10-19 | 2 | -2/+2 |
| | | |||||
| * | uhd: updating examples to use args and better default for all UHD examples; ↵ | Tom Rondeau | 2011-10-19 | 16 | -83/+63 |
| | | | | | | | | also fixed the wfm_rcv blocks to use new PLL constructor. | ||||
* | | gr: the CMakeLists.txt took a chill pill | Josh Blum | 2011-10-08 | 1 | -9/+9 |
| | | |||||
* | | gr: updated cmakelists after merge for additional files | Josh Blum | 2011-10-08 | 1 | -4/+40 |
| | | |||||
* | | Merge branch 'next' of http://gnuradio.org/git/gnuradio into digital | Josh Blum | 2011-10-08 | 23 | -0/+5070 |
|\| | |||||
| * | uhd: moved fm_tx_2_daughterboards and usrp_spectrum_sense to ↵ | Tom Rondeau | 2011-10-06 | 3 | -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 Rondeau | 2011-10-06 | 1 | -1/+8 |
| | | | | | | | | gr-uhd/examples Makefile. | ||||
| * | uhd: Moved usrp_wxapt_rcv from examples to gr-uhd/examples and made work ↵ | Tom Rondeau | 2011-10-06 | 1 | -0/+276 |
| | | | | | | | | with UHD. | ||||
| * | uhd: Moved USRP analog TV receiver examples to gr-uhd/examples. They seem to ↵ | Tom Rondeau | 2011-10-06 | 2 | -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 Rondeau | 2011-10-06 | 2 | -2/+2 |
| | | |||||
| * | uhd: converted usrp_wfm_rcv_sca to gr-uhd/examples and made work with UHD. ↵ | Tom Rondeau | 2011-10-06 | 1 | -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 Rondeau | 2011-10-06 | 1 | -0/+347 |
| | | | | | | | | UHD. Getting a segmentation fault currently. Don't know when the last time this worked properly was. | ||||
| * | uhd: minor fixes to examples | Tom Rondeau | 2011-10-06 | 2 | -2/+10 |
| | | |||||
| * | uhd: moved usrp_wfm_rcv2_nogui from examples to gr-uhd/examples and made ↵ | Tom Rondeau | 2011-10-06 | 1 | -0/+151 |
| | | | | | | | | work with UHD. | ||||
| * | uhd: moved usrp_wfm_rcv_pll to gr-uhd/examples and made work with UHD. | Tom Rondeau | 2011-10-06 | 1 | -0/+332 |
| | | |||||
| * | uhd: moved WFM recever and no-gui receiver to gr-uhd/examples and made work ↵ | Tom Rondeau | 2011-10-04 | 3 | -1/+451 |
| | | | | | | | | with UHD. | ||||
| * | uhd: moved NBFM examples to gr-uhd/examples directory and made work with UHD. | Tom Rondeau | 2011-10-04 | 3 | -1/+853 |
| | | |||||
| * | uhd: fixed this example to correct for sample rate offsets when setting a ↵ | Tom Rondeau | 2011-10-04 | 1 | -31/+27 |
| | | | | | | | | UHD device. | ||||
| * | uhd: moved usrp_am_mw_rcv from examples to gr-uhd/examples and made work ↵ | Tom Rondeau | 2011-10-04 | 2 | -3/+320 |
| | | | | | | | | with UHD. Needs more testing. | ||||
| * | uhd: moved usrp/max_power.py to gr-uhd/examples. This _should_ work for both ↵ | Tom Rondeau | 2011-10-04 | 2 | -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/examples | Tom Rondeau | 2011-10-03 | 3 | -0/+239 |
| | | |||||
| * | uhd: moved multi-antenna scripts from gnuradio-examples to gr-uhd/examples. ↵ | Tom Rondeau | 2011-10-03 | 5 | -0/+465 |
| | | | | | | | | Does not work yet. | ||||
* | | uhd: cmake support for example application | Josh Blum | 2011-09-26 | 1 | -0/+39 |
|/ | |||||
* | uhd: added tags_demo c++ example application | Josh Blum | 2011-09-24 | 3 | -0/+334 |