aboutsummaryrefslogtreecommitdiffstats
path: root/gr-fft (follow)
Commit message (Expand)AuthorAgeFilesLines
* cmake: change how test files are build when cross compilingPhilip Balister2021-12-031-0/+3
* fft: pep8 formattingJosh Morman2021-11-242-21/+29
* modules: include boost/format where usedMarcus Müller2021-09-071-1/+1
* gr-fft: add "shift" param to logpwrfft blockJeff Long2021-08-232-4/+11
* c++ generation: escape "." in translationsJeff Long2021-07-271-1/+1
* classic modules: use common precompiled headersMarcus Müller2021-07-191-0/+4
* rebaseVolker Schroer2021-06-213-3/+3
* fft: Use explicit extension when adding testHåkon Vågsether2021-06-051-1/+1
* cmake: add compiler version statementsJosh Morman2021-03-131-0/+3
* Replace boost::filesystem with std::filesystemZackery Spytz2021-03-131-3/+2
* Fix typosluz paz2021-02-083-3/+3
* gr-fft: window cleanup - remove nuttal (sic) windowsJacob Gilbert2021-01-254-45/+1
* gr-fft: cleanup window related codeJacob Gilbert2021-01-254-41/+70
* gr-fft: adding additional window options to win_type enumJacob Gilbert2021-01-253-33/+112
* clang-tidy: run full .clang-tidy on C++17 codebaseMarcus Müller2021-01-193-6/+6
* gr-fft: Log Power FFT Python fixJeff Long2021-01-161-2/+3
* fft: update window python enums to fft.window.*Josh Morman2020-12-171-1/+1
* fft: populate window enums under fft.windowJosh Morman2020-12-171-16/+14
* build: Remove clang override warnings.Ron Economos2020-12-071-4/+4
* Move FFT functions and blocks to templates (#3903)mormj2020-11-0327-1013/+410
* modernization: `override` instead of virtual in all compilation unitsMarcus Müller2020-11-033-12/+12
* Add `override` for common virtual function overridesThomas Habets2020-11-032-3/+3
* qa: run autopep8 formatting on qa python filesmormj2020-10-303-13/+85
* qa: remove xml file parameter causing deprecation warningsmormj2020-10-302-2/+2
* pybind: add implicit conversion from int to enummormj2020-10-281-0/+2
* fft&filter: Remove malloc_complex/freeThomas Habets2020-09-084-32/+1
* fft: window: Allow normalizing windowsMartin Braun2020-08-144-4/+65
* fft: window: Provide default value for beta param on window::buildMartin Braun2020-08-142-2/+2
* fft: window: Add WIN_NONEMartin Braun2020-08-142-1/+2
* python: Remove unnecessary 'from __future__ import'Oleksandr Kravchuk2020-08-034-6/+0
* Replace all calls to `get_initial_sptr` with `make_block_sptr`Thomas Habets2020-07-304-6/+5
* Move from SWIG to Pybind11Marcus Müller2020-06-1925-90/+1221
|\
| * pybind: add hash check to binding file creation (#3472)mormj2020-06-049-9/+73
| * fft: add pybind11 bindingsJosh Morman2020-06-0422-10/+1157
| * pybind: removal of swig componentsJosh Morman2020-06-043-80/+0
* | cppgen: Add C++ generation support to gr-fftHåkon Vågsether2020-06-114-0/+43
|/
* fft: added gaussian windowJacob Gilbert2020-04-262-0/+31
* gr-fft: added documentation for flat top window designJacob Gilbert2020-04-261-2/+13
* gr-fft: added tukey window generationJacob Gilbert2020-04-262-0/+33
* gr-fft: replace stderr logging by calls to GR's logging faciltiesMarcus Müller2020-04-133-8/+26
* Remove VOLK as a submoduleMartin Braun2020-04-112-2/+1
* Switch from boost pointers to std C++11 pointersThomas Habets2020-04-014-4/+4
* fft: fixup Log Power ymldevnulling2020-01-271-1/+0
* Update license header to SPDX formatdevnulling2020-01-2734-441/+34
* gr-fft: Remove unused private variables.Ron Economos2020-01-264-14/+3
* fft: Add message to static_assertVasil Velichkov2020-01-241-3/+6
* gr-fft: always true checkValerii Zapodovnikov2020-01-161-1/+1
* Fix all formatting issuesMartin Braun2020-01-101-3/+2
* gr-fft/fft: Fix comment typoThomas Habets2020-01-041-1/+1
* gr-fft/goertzel_fc: Remove needless destructorThomas Habets2020-01-042-7/+3