Skip to content

Instantly share code, notes, and snippets.

@zjm1060
Created January 16, 2019 02:32
Show Gist options
  • Save zjm1060/a9ecfefdc770d79bb445002cd419f788 to your computer and use it in GitHub Desktop.
Save zjm1060/a9ecfefdc770d79bb445002cd419f788 to your computer and use it in GitHub Desktop.
#ifndef ___MIXFFT_H
#define ___MIXFFT_H
#ifdef __cplusplus
extern "C" {
#endif
void fft(long n,float *xRe,float *xIm,float *yRe,float *yIm);
#ifdef __cplusplus
} // extern "C"
#endif
#endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment