summaryrefslogtreecommitdiff
path: root/gr-fft/lib/qa_fft_shift.cc
Commit message (Collapse)AuthorAgeFilesLines
* Update license header to SPDX formatdevnulling2020-01-271-13/+1
|
* fft_shift: use unit test macros that exist in Boost 1.53Ryan Schutt2019-09-051-3/+21
| | | | | | gr-fft mixes in Boost 1.59 dependency, but we only guarantee 1.53 Addresses https://github.com/gnuradio/gnuradio/issues/2685
* Tree: clang-format without the include sortingMarcus Müller2019-08-091-14/+14
|
* fft: Add fft_shift classChristoph Mayer2019-06-151-0/+62
This is a generic FFT shift object. Includes C++ unit tests. The class is templated and thus works with FFTs of any type.