fun8_2_ifft.h 451 B

12345678910111213141516171819202122232425262728
  1. //
  2. // File: ifft_8_2.h
  3. //
  4. // MATLAB Coder version : 5.2
  5. // C/C++ source code generated on : 10-Mar-2023 11:08:29
  6. //
  7. #ifndef IFFT_H
  8. #define IFFT_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 ifft_8_2(const ::coder::array<creal_T, 2U> &x, ::coder::array<creal_T, 2U> &y);
  17. }
  18. #endif
  19. //
  20. // File trailer for ifft_8_2.h
  21. //
  22. // [EOF]
  23. //