Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | wxgui: removed | Johnathan Corgan | 2016-09-08 | 3 | -963/+0 |
| | |||||
* | Removing trailing/extra whitespaces before release. | Tom Rondeau | 2014-07-07 | 1 | -1/+1 |
| | | | | 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). | ||||
* | uhd: hf_explorer example: Added some more options for better handling of rates. | Tom Rondeau | 2014-02-11 | 1 | -201/+222 |
| | | | | Uses aribtrary resampler to convert from input rate to the requested audio rate. | ||||
* | fixed click to tune, click mouse on fft display will tune to that frequency | root | 2014-01-09 | 1 | -11/+3 |
| | |||||
* | Fixed other issues with app - changes to fft display - still missing 'tune ↵ | root | 2014-01-05 | 1 | -22/+24 |
| | | | | on click' | ||||
* | update README | Chuck Swiger | 2014-01-02 | 1 | -19/+5 |
| | |||||
* | fixing hfx.py for proper uhd support - tuning was negative of desired ↵ | Chuck Swiger | 2014-01-02 | 1 | -123/+37 |
| | | | | change, removed antenna tuner support | ||||
* | blocks: removing file_sink/source file_descriptor_sink/source form core and ↵ | Tom Rondeau | 2013-03-10 | 1 | -3/+3 |
| | | | | moved all refs to gr-blocks. | ||||
* | core: removed all complex_to_<type> blocks from core; using gr-blocks. | Tom Rondeau | 2013-03-06 | 1 | -3/+3 |
| | |||||
* | blocks: removes blocks moved to gr-blocks from gnuradio-core. | Tom Rondeau | 2012-12-21 | 1 | -20/+21 |
| | | | | Also fixes up some other missing moves. | ||||
* | analog: removing PLL blocks. Also moved blks2impl files that used PLLs to ↵ | Tom Rondeau | 2012-11-01 | 1 | -14/+16 |
| | | | | | | gr-analog. This probably impacts a lot of examples; once we've removed all files in gnuradio-core, we'll need to retest. | ||||
* | Removed whitespace and added dtools/bin/remove-whitespace as a tool to do ↵ | Tom Rondeau | 2012-04-13 | 2 | -18/+18 |
| | | | | | | this in the future. The sed script was provided by Moritz Fischer. | ||||
* | Removed autotools, gr-waveform, some cleanup | Johnathan Corgan | 2011-12-08 | 2 | -34/+0 |
| | | | | Nick Foster owes Nick Corgan a six-pack of beer! | ||||
* | uhd: fixing copyright and M4 files for HF apps. | Tom Rondeau | 2011-10-03 | 1 | -1/+1 |
| | |||||
* | uhd: fixing hf_explorer to take the UHD address as an option. | Tom Rondeau | 2011-10-03 | 1 | -1/+2 |
| | |||||
* | UHD: moving HF apps from gnuradio-examples to gr-uhd/examples. Did the ↵ | Tom Rondeau | 2011-10-03 | 5 | -0/+1078 |
minimum possible work to convert HF Explorer to use UHD. |