#pragma once #include #include #define FFT_SIZE 2048 void init_hamming_window(); void compute_fft(float* time_data, float* freq_out);