summaryrefslogtreecommitdiff
path: root/apps/plugins/fft/const.h
blob: 865f4b0f7f7f6586fba7ed1e267c6ec34690af78 (plain)
1
2
3
4
5
6
7
8
9
10
11
extern const int16_t hamming_8192[8192];
extern const int16_t hamming_4096[4096];
extern const int16_t hamming_2048[2048];
extern const int16_t hamming_1024[1024];
extern const int16_t hamming_512[512];
extern const int16_t hann_8192[8192];
extern const int16_t hann_4096[4096];
extern const int16_t hann_2048[2048];
extern const int16_t hann_1024[1024];
extern const int16_t hann_512[512];