summaryrefslogtreecommitdiff
path: root/gr-fft/python/fft/qa_window.py
Commit message (Collapse)AuthorAgeFilesLines
* 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.