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