|
qm-dsp 1.8
|
#include <cmath>#include <iostream>#include <map>#include <vector>

Go to the source code of this file.
Classes | |
| class | Window< T > |
| Various shaped windows for sample frame conditioning, including cosine windows (Hann etc) and triangular and rectangular windows. More... | |
Enumerations | |
| enum | WindowType { RectangularWindow , BartlettWindow , HammingWindow , HanningWindow , BlackmanWindow , BlackmanHarrisWindow , FirstWindow = RectangularWindow , LastWindow = BlackmanHarrisWindow } |
| enum WindowType |