summaryrefslogtreecommitdiff
path: root/gr-uhd/apps/hf_explorer
Commit message (Collapse)AuthorAgeFilesLines
* wxgui: removedJohnathan Corgan2016-09-083-963/+0
|
* Removing trailing/extra whitespaces before release.Tom Rondeau2014-07-071-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 Rondeau2014-02-111-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 frequencyroot2014-01-091-11/+3
|
* Fixed other issues with app - changes to fft display - still missing 'tune ↵root2014-01-051-22/+24
| | | | on click'
* update READMEChuck Swiger2014-01-021-19/+5
|
* fixing hfx.py for proper uhd support - tuning was negative of desired ↵Chuck Swiger2014-01-021-123/+37
| | | | change, removed antenna tuner support
* blocks: removing file_sink/source file_descriptor_sink/source form core and ↵Tom Rondeau2013-03-101-3/+3
| | | | moved all refs to gr-blocks.
* core: removed all complex_to_<type> blocks from core; using gr-blocks.Tom Rondeau2013-03-061-3/+3
|
* blocks: removes blocks moved to gr-blocks from gnuradio-core.Tom Rondeau2012-12-211-20/+21
| | | | Also fixes up some other missing moves.
* analog: removing PLL blocks. Also moved blks2impl files that used PLLs to ↵Tom Rondeau2012-11-011-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 Rondeau2012-04-132-18/+18
| | | | | | this in the future. The sed script was provided by Moritz Fischer.
* Removed autotools, gr-waveform, some cleanupJohnathan Corgan2011-12-082-34/+0
| | | | Nick Foster owes Nick Corgan a six-pack of beer!
* uhd: fixing copyright and M4 files for HF apps.Tom Rondeau2011-10-031-1/+1
|
* uhd: fixing hf_explorer to take the UHD address as an option.Tom Rondeau2011-10-031-1/+2
|
* UHD: moving HF apps from gnuradio-examples to gr-uhd/examples. Did the ↵Tom Rondeau2011-10-035-0/+1078
minimum possible work to convert HF Explorer to use UHD.