fun8_3_FFTImplementationCallback.h 952 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. //
  2. // File: fun8_3_FFTImplementationCallback.h
  3. //
  4. // MATLAB Coder version : 5.2
  5. // C/C++ source code generated on : 10-Mar-2023 15:16:29
  6. //
  7. #ifndef FFTIMPLEMENTATIONCALLBACK_H
  8. #define FFTIMPLEMENTATIONCALLBACK_H
  9. // Include Files
  10. #include "rtwtypes.h"
  11. #include "coder_array.h"
  12. #include <cstddef>
  13. #include <cstdlib>
  14. // Type Definitions
  15. namespace coder {
  16. namespace internal {
  17. namespace fft {
  18. class fun8_3_FFTImplementationCallback {
  19. public:
  20. static void r2br_r2dit_trig_impl(const ::coder::array<creal_T, 1U> &x,
  21. int unsigned_nRows,
  22. const ::coder::array<double, 2U> &costab,
  23. const ::coder::array<double, 2U> &sintab,
  24. ::coder::array<creal_T, 1U> &y);
  25. };
  26. } // namespace fft
  27. } // namespace internal
  28. } // namespace coder
  29. #endif
  30. //
  31. // File trailer for fun8_3_FFTImplementationCallback.h
  32. //
  33. // [EOF]
  34. //