fun1_fft.h 433 B

12345678910111213141516171819202122232425262728
  1. //
  2. // File: fft.h
  3. //
  4. // MATLAB Coder version : 5.2
  5. // C/C++ source code generated on : 11-Mar-2023 10:38:07
  6. //
  7. #ifndef FFT_H
  8. #define FFT_H
  9. // Include Files
  10. #include "rtwtypes.h"
  11. #include "coder_array.h"
  12. #include <cstddef>
  13. #include <cstdlib>
  14. // Function Declarations
  15. namespace coder {
  16. void fft(const ::coder::array<double, 2U> &x, ::coder::array<creal_T, 2U> &y);
  17. }
  18. #endif
  19. //
  20. // File trailer for fft.h
  21. //
  22. // [EOF]
  23. //