summaryrefslogtreecommitdiff
path: root/gr-fft/python/fft/bindings/docstrings
Commit message (Collapse)AuthorAgeFilesLines
* gr-fft: window cleanup - remove nuttal (sic) windowsJacob Gilbert2021-01-251-9/+0
| | | | | | These have been deprecated for over 6 years Signed-off-by: Jacob Gilbert <jacob.gilbert@protonmail.com>
* gr-fft: cleanup window related codeJacob Gilbert2021-01-251-0/+6
| | | | | | Updates some documentation, and adds bindings for tukey and gaussian windows which had not been included when they were added Signed-off-by: Jacob Gilbert <jacob.gilbert@protonmail.com>
* Move FFT functions and blocks to templates (#3903)mormj2020-11-034-180/+15
| | | | | | | | | | | | | * 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&filter: Remove malloc_complex/freeThomas Habets2020-09-081-6/+0
|
* fft: add pybind11 bindingsJosh Morman2020-06-048-0/+420