summaryrefslogtreecommitdiff
path: root/gr-fft/python/fft/bindings/python_bindings.cc
Commit message (Collapse)AuthorAgeFilesLines
* Move FFT functions and blocks to templates (#3903)mormj2020-11-031-6/+2
| | | | | | | | | | | | | * 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: add pybind11 bindingsJosh Morman2020-06-041-0/+54