Codebase list httping / upstream/2.5+git20181030.db0134a fft.h
upstream/2.5+git20181030.db0134a

Tree @upstream/2.5+git20181030.db0134a (Download .tar.gz)

fft.h @upstream/2.5+git20181030.db0134araw · history · blame

1
2
3
4
void fft_init(int sample_rate_in);
void fft_free(void);
void fft_do(double *in, double *output_mag, double *output_phase);
void fft_stop(void);