Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Print scan rate | Chris Kuethe | 2015-05-03 | 1 | -0/+12 |
| | | | | | Useful when scanning in a way that is likely to run slowly, doubly so when multiple passes across the band are needed. | ||||
* | Removing trailing/extra whitespaces before release. | Tom Rondeau | 2014-07-07 | 1 | -11/+11 |
| | | | | We should be more careful about letting these into the code in the future. In emacs, we can use (add-hook 'before-save-hook 'delete-trailing-whitespace). | ||||
* | Merge branch 'master' into next | Tom Rondeau | 2013-05-07 | 1 | -40/+59 |
|\ | | | | | | | | | Conflicts: gr-uhd/examples/python/usrp_spectrum_sense.py | ||||
| * | uhd: enhanced version of usrp_spectrum_sense.py | Mike Jameson M0MIK | 2013-04-26 | 1 | -40/+59 |
| | | |||||
* | | Merge branch 'master' into next | Tom Rondeau | 2013-04-01 | 1 | -8/+33 |
|\| | | | | | | | | | | | | | | | | | | | Conflicts: gnuradio-runtime/include/gr_logger.h gr-digital/lib/packet_headergenerator_bb_impl.cc gr-digital/python/ofdm_txrx.py gr-digital/python/qa_ofdm_txrx.py gr-digital/python/qa_packet_headergenerator_bb.py gr-uhd/examples/python/usrp_spectrum_sense.py | ||||
| * | uhd: updated usrp_spectrum_sense with frequency readout | Mike Jameson | 2013-03-24 | 1 | -10/+35 |
| | | |||||
* | | blocks: removing bin_statistics_f from core; now in gr-blocks. | Tom Rondeau | 2013-03-07 | 1 | -4/+4 |
| | | |||||
* | | core: removed all complex_to_<type> blocks from core; using gr-blocks. | Tom Rondeau | 2013-03-06 | 1 | -1/+1 |
| | | |||||
* | | uhd: fixing incorrect module names for UHD examples. | Tom Rondeau | 2013-02-19 | 1 | -5/+7 |
| | | |||||
* | | blocks: removes blocks moved to gr-blocks from gnuradio-core. | Tom Rondeau | 2012-12-21 | 1 | -3/+4 |
| | | | | | | | | Also fixes up some other missing moves. | ||||
* | | docs: Changed arguments in python docstrings to new formatting style. | Ben Reynwar | 2012-08-14 | 1 | -1/+2 |
|/ | |||||
* | Removed whitespace and added dtools/bin/remove-whitespace as a tool to do ↵ | Tom Rondeau | 2012-04-13 | 1 | -13/+13 |
| | | | | | | this in the future. The sed script was provided by Moritz Fischer. | ||||
* | examples: Reworked locations and installation of examples. | Tom Rondeau | 2012-04-03 | 1 | -0/+258 |
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>. |