Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update license header to SPDX format | devnulling | 2020-01-27 | 1 | -13/+1 |
| | |||||
* | fft_shift: use unit test macros that exist in Boost 1.53 | Ryan Schutt | 2019-09-05 | 1 | -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 sorting | Marcus Müller | 2019-08-09 | 1 | -14/+14 |
| | |||||
* | fft: Add fft_shift class | Christoph Mayer | 2019-06-15 | 1 | -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. |