robot36/window.h

13 lines
237 B
C
Raw Normal View History

2011-09-08 13:44:43 +02:00
#ifndef WINDOW_H
#define WINDOW_H
float sinc(float);
float hann(float, float, float);
float hamming(float, float, float);
float lanczos(float, float, float);
float gauss(float, float, float);
float kaiser(float, float, float);
2011-09-08 13:44:43 +02:00
#endif