// // File: fun8_3_FFTImplementationCallback.h // // MATLAB Coder version : 5.2 // C/C++ source code generated on : 10-Mar-2023 15:16:29 // #ifndef FFTIMPLEMENTATIONCALLBACK_H #define FFTIMPLEMENTATIONCALLBACK_H // Include Files #include "rtwtypes.h" #include "coder_array.h" #include #include // Type Definitions namespace coder { namespace internal { namespace fft { class fun8_3_FFTImplementationCallback { public: static void r2br_r2dit_trig_impl(const ::coder::array &x, int unsigned_nRows, const ::coder::array &costab, const ::coder::array &sintab, ::coder::array &y); }; } // namespace fft } // namespace internal } // namespace coder #endif // // File trailer for fun8_3_FFTImplementationCallback.h // // [EOF] //