summaryrefslogtreecommitdiff
path: root/gr-fft/include/gnuradio/fft/fft.h
Commit message (Collapse)AuthorAgeFilesLines
* Move FFT functions and blocks to templates (#3903)mormj2020-11-031-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/freeThomas Habets2020-09-081-11/+0
|
* gr-fft: replace stderr logging by calls to GR's logging faciltiesMarcus Müller2020-04-131-0/+7
|
* Update license header to SPDX formatdevnulling2020-01-271-13/+1
|
* gr-fft: Remove unused private variables.Ron Economos2020-01-261-3/+0
|
* gr-fft/fft: Fix comment typoThomas Habets2020-01-041-1/+1
|
* gr-fft: Remove malloc_{float,double}Thomas Habets2020-01-041-8/+0
| | | | volk::vector<> is a better choice.
* gr-fft: Modernize fft codeThomas Habets2020-01-041-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 sortingMarcus Müller2019-08-091-141/+145
|
* Tabs -> spacesDoug Geiger2015-09-171-8/+8
|
* Removing trailing/extra whitespaces before release.Tom Rondeau2014-07-071-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/fftJohnathan Corgan2013-04-291-0/+199