summaryrefslogtreecommitdiff
path: root/gr-fft/lib/window.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix typosluz paz2021-02-081-1/+1
* gr-fft: window cleanup - remove nuttal (sic) windowsJacob Gilbert2021-01-251-7/+0
* gr-fft: cleanup window related codeJacob Gilbert2021-01-251-13/+6
* gr-fft: adding additional window options to win_type enumJacob Gilbert2021-01-251-5/+48
* fft: window: Allow normalizing windowsMartin Braun2020-08-141-1/+22
* fft: added gaussian windowJacob Gilbert2020-04-261-0/+16
* gr-fft: added tukey window generationJacob Gilbert2020-04-261-0/+23
* Update license header to SPDX formatdevnulling2020-01-271-13/+1
* Tree: clang-format without the include sortingMarcus Müller2019-08-091-322/+298
* math: replace M_PI and derivatives with GR_M_PI definesAndrej Rode2018-02-171-9/+10
* Fix: hazardous floating point sqrt(1.0 - (1.0+-epsilon)²)Marcus Müller2017-06-271-1/+10
* fft: fixed Nuttall window naming from nuttal to nuttall.Tom Rondeau2014-11-241-1/+19
* Removing trailing/extra whitespaces before release.Tom Rondeau2014-07-071-3/+3
* filter: remove use of magic numbers for calculating number of taps in firdes ...Tom Rondeau2013-11-181-1/+18
* fft: optimization; bug fixes for kaiser window and added windows to win_type.Tom Rondeau2013-11-181-4/+6
* fft: Moved all window building functions into C++.Tom Rondeau2013-11-051-0/+333