mirror of
https://github.com/xdsopl/robot36.git
synced 2025-12-06 07:12:07 +01:00
increased stft window to 2048
This commit is contained in:
parent
3c9d5b7da0
commit
cb489f426d
File diff suppressed because it is too large
Load diff
|
|
@ -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);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue