summaryrefslogtreecommitdiff
path: root/gr-fft/include/gnuradio/fft/goertzel.h
Commit message (Collapse)AuthorAgeFilesLines
* Update license header to SPDX formatdevnulling2020-01-271-13/+1
|
* gr-fft: Modernize fft codeThomas Habets2020-01-041-1/+1
| | | | | | | | * 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-31/+31
|
* Removing trailing/extra whitespaces before release.Tom Rondeau2014-07-071-5/+5
| | | | 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).
* goertzel.h : Remove the default constructor for fft::goertzel.Philip Balister2013-07-091-1/+0
| | | | | | | | | | | The default constructor does not properly initialize the class variables. This leads to the possibilty of undefined behavior if the class is used carelessly. Instead force the user to do the right thing at compile time. The patch also fixes the in-tree user of this class. Signed-off-by: Philip Balister <philip@opensdr.com>
* fft: moved include dir to gnuradio/fftJohnathan Corgan2013-04-291-0/+64