Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move FFT functions and blocks to templates (#3903) | mormj | 2020-11-03 | 1 | -101/+36 |
| | | | | | | | | | | | | | * fft: refactor fft classes as templates In order to reduce code duplication construct fft objects and blocks with template paramters. Separate forward and reverse as a template parameter Maintain the real fft block forward as r2c and reverse as r2c as well Co-authored-by: Andrej Rode <mail@andrejro.de> | ||||
* | fft&filter: Remove malloc_complex/free | Thomas Habets | 2020-09-08 | 1 | -11/+0 |
| | |||||
* | gr-fft: replace stderr logging by calls to GR's logging facilties | Marcus Müller | 2020-04-13 | 1 | -0/+7 |
| | |||||
* | Update license header to SPDX format | devnulling | 2020-01-27 | 1 | -13/+1 |
| | |||||
* | gr-fft: Remove unused private variables. | Ron Economos | 2020-01-26 | 1 | -3/+0 |
| | |||||
* | gr-fft/fft: Fix comment typo | Thomas Habets | 2020-01-04 | 1 | -1/+1 |
| | |||||
* | gr-fft: Remove malloc_{float,double} | Thomas Habets | 2020-01-04 | 1 | -8/+0 |
| | | | | volk::vector<> is a better choice. | ||||
* | gr-fft: Modernize fft code | Thomas Habets | 2020-01-04 | 1 | -21/+33 |
| | | | | | | | | * Add const where possible * Disable copy assignment and copy constructor where not safe (for now) to copy * Manual memory management -> smart pointers and vectors * De-pointerify where possible * assert -> static_assert | ||||
* | Tree: clang-format without the include sorting | Marcus Müller | 2019-08-09 | 1 | -141/+145 |
| | |||||
* | Tabs -> spaces | Doug Geiger | 2015-09-17 | 1 | -8/+8 |
| | |||||
* | Removing trailing/extra whitespaces before release. | Tom Rondeau | 2014-07-07 | 1 | -17/+17 |
| | | | | 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). | ||||
* | fft: moved include dir to gnuradio/fft | Johnathan Corgan | 2013-04-29 | 1 | -0/+199 |