Prepare new maemo release
[maemo-rb.git] / apps / plugins / fft / const.h
blob865f4b0f7f7f6586fba7ed1e267c6ec34690af78
1 extern const int16_t hamming_8192[8192];
2 extern const int16_t hamming_4096[4096];
3 extern const int16_t hamming_2048[2048];
4 extern const int16_t hamming_1024[1024];
5 extern const int16_t hamming_512[512];
6 extern const int16_t hann_8192[8192];
7 extern const int16_t hann_4096[4096];
8 extern const int16_t hann_2048[2048];
9 extern const int16_t hann_1024[1024];
10 extern const int16_t hann_512[512];