Restructure: Move fft from common code to 'libfft'
This commit is contained in:
3
src/libfft/fft.h
Normal file
3
src/libfft/fft.h
Normal file
@@ -0,0 +1,3 @@
|
||||
|
||||
void fft_process(int dir, int m, double *x, double *y);
|
||||
|
Reference in New Issue
Block a user