increased stft window to 2048

This commit is contained in:
Ahmet Inan 2015-01-09 22:09:35 +01:00
parent 3c9d5b7da0
commit cb489f426d
2 changed files with 2051 additions and 1027 deletions

File diff suppressed because it is too large Load diff

View file

@ -25,7 +25,7 @@ double gauss(double n, double N, double o)
int main() int main()
{ {
const int N = 1024; const int N = 2048;
const double o = 0.2; const double o = 0.2;
printf("/* code generated by 'utils/stft.c' */\n"); printf("/* code generated by 'utils/stft.c' */\n");
printf("static const int stft_N = %d;\n", N); printf("static const int stft_N = %d;\n", N);