Edinburgh Speech Tools  2.1-release
EST_Window.h File Reference
#include "EST_TBuffer.h"
#include "EST_Wave.h"
Include dependency graph for EST_Window.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  EST_Window
 The EST_Window class provides functions for the creation and use of signal processing windows. More...
 

Typedefs

typedef void EST_WindowFunc(int size, EST_TBuffer< float > &r_window, int window_centre)
 Function which creates a window. More...