Commit Graph

14 Commits

Author SHA1 Message Date
Dan Kortschak
676e41577b dsp/window: add Values.TransformTo window functions and example 2021-01-08 19:53:22 +10:30
Dan Kortschak
dda0908b26 dsp/window: use conventional 2dp approximate constants 2020-09-21 20:04:16 +09:30
Dan Kortschak
8d26fba056 dsp/window: move complex sequence weighting onto Values
This simplifies the API and removes the NaN from Inf problem.
2020-09-16 08:39:02 +09:30
Dan Kortschak
8c25d69b14 dsp/window: refactor Gaussian and Tukey windows to be each a single type 2020-09-16 08:39:02 +09:30
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
da72779e7a floats/scalar: new package containing non-vector functions from floats 2020-08-07 07:59:02 +09:30
Egon Elbre
eaed550bdd dsp: make tests parallel 2020-03-16 16:10:59 +02:00
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