Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | analog: replace gengen with C++ templates | Andrej Rode | 2018-08-25 | 1 | -287/+0 |
| | |||||
* | math: replace M_PI and derivatives with GR_M_PI defines | Andrej Rode | 2018-02-17 | 1 | -24/+25 |
| | |||||
* | analog: Adds ability to set the sig_source frequency using a key:value pair. | Tom Rondeau | 2016-03-08 | 1 | -1/+31 |
| | | | | | | | | Uses same message structure as the UHD command and the QTGUI freq and waterfall sinks of the key:value pair where the key must be "freq". Also does proper type checking on the PMT. | ||||
* | analog: added freq msg port to sig_source | Johannes Demel | 2015-11-12 | 1 | -1/+4 |
| | |||||
* | Removing trailing/extra whitespaces before release. | Tom Rondeau | 2014-07-07 | 1 | -2/+2 |
| | | | | 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). | ||||
* | runtime: converting runtime core to gr namespace, gnuradio include dir. | Tom Rondeau | 2013-04-29 | 1 | -5/+5 |
| | |||||
* | analog: Removing reference to gr.sig_source_X and gr.noise_source_X where ↵ | Tom Rondeau | 2012-11-06 | 1 | -1/+1 |
| | | | | | | | | possible. Passing make and make test. Examples and apps need testing. gr-filter relies on sig_source and noise_source, so can't remove them from core. | ||||
* | analog: adding sig_source to gr-analog with QA and GRC. | Tom Rondeau | 2012-10-31 | 1 | -0/+253 |