Codebase list httping / debian/2.5-1 fft.h
debian/2.5-1

Tree @debian/2.5-1 (Download .tar.gz)

fft.h @debian/2.5-1raw · 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);