summaryrefslogtreecommitdiff
path: root/gr-fft/python/fft/qa_window.py
Commit message (Collapse)AuthorAgeFilesLines
* fft: update window python enums to fft.window.*Josh Morman2020-12-171-1/+1
| | | | Signed-off-by: Josh Morman <jmorman@perspectalabs.com>
* qa: run autopep8 formatting on qa python filesmormj2020-10-301-2/+7
| | | | | | find ./ -iname qa*.py | xargs autopep8 --in-place -a -a mostly formats whitespace and gets rid of trailing semicolons
* fft: window: Allow normalizing windowsMartin Braun2020-08-141-0/+37
In some applications, it is useful to generate windows that have unit power. The boxcar window (rectangle) is always of unit power, but the other windows are not, leading to apple-to-oranges comparisons, e.g., when switching between window types in a live spectrum estimation application.