Enable crinkler

This commit is contained in:
2025-07-15 00:32:15 +03:00
parent 96de65cde0
commit 3fcd960c9c
5 changed files with 8 additions and 10 deletions

View File

@ -2,11 +2,6 @@
#include <stdlib.h>
#include <math.h>
#ifndef M_PI
#define M_PI 3.14159265358979323846
#endif
#define FFT_SIZE 4096
void init_hamming_window();
void compute_fft(float* time_data, float* freq_out);