Commit Graph

8 Commits

Author SHA1 Message Date
Dan Kortschak
880b710e3c dsp/window: add Tukey window function and simplify tests 2020-09-16 08:39:02 +09:30
Dan Kortschak
7dc1a8963b Revert "dsp/window: use half offset to exclude flanking zeros"
This reverts efc4dabf2a

The reason for the reversion is confusion caused between different
approaches for window sizing and ease of use.
2020-09-16 05:53:39 +09:30
Brandon Dube
1839007961 dsp/window: revert tukey 2020-09-14 22:56:50 +01:00
Brandon Dube
4df152a50f dsp/window: add Tukey 2020-09-08 21:28:33 +09:30
Dan Kortschak
fd1732d5e6 dsp/window: make Gaussian a type and add a Transform method 2020-02-20 21:36:17 +10:30
Dan Kortschak
c9a7355ed9 dsp/window: add lookup table window functions 2020-02-20 21:36:17 +10:30
Dan Kortschak
efc4dabf2a dsp/window: use half offset to exclude flanking zeros 2020-02-20 19:30:39 +10:30
Andrei Blinnikov
54b6ee192e dsp/window: new package for functions to control spectral leakage of FFT 2020-02-19 09:36:40 +10:30