Ardour  8.7-14-g57a6773833
Window.h File Reference
#include <cmath>
#include <iostream>
#include <map>
#include <vector>
Include dependency graph for Window.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Window< T >
 

Enumerations

enum  WindowType {
  RectangularWindow , BartlettWindow , HammingWindow , HanningWindow ,
  BlackmanWindow , BlackmanHarrisWindow , FirstWindow = RectangularWindow , LastWindow = BlackmanHarrisWindow
}
 

Enumeration Type Documentation

◆ WindowType

enum WindowType
Enumerator
RectangularWindow 
BartlettWindow 
HammingWindow 
HanningWindow 
BlackmanWindow 
BlackmanHarrisWindow 
FirstWindow 
LastWindow 

Definition at line 23 of file Window.h.