Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fft: update window python enums to fft.window.* | Josh Morman | 2020-12-17 | 1 | -1/+1 |
| | | | | Signed-off-by: Josh Morman <jmorman@perspectalabs.com> | ||||
* | qa: run autopep8 formatting on qa python files | mormj | 2020-10-30 | 1 | -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 windows | Martin Braun | 2020-08-14 | 1 | -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. |