@ -0,0 +1,8 @@
#include <math.h>
#include <complex.h>
#include <stdint.h>
#include <stdlib.h>
complex float* fft(complex float* p, uint32_t N);
complex float* ifft(complex float* p, uint32_t N);
The note is not visible to the blocked user.