123456789101112131415161718192021222324252627282930313233343536373839 |
- //
- // File: fun7_FFTImplementationCallback.h
- //
- // MATLAB Coder version : 5.2
- // C/C++ source code generated on : 04-Mar-2023 17:44:30
- //
- #ifndef FFTIMPLEMENTATIONCALLBACK_H
- #define FFTIMPLEMENTATIONCALLBACK_H
- // Include Files
- #include "rtwtypes.h"
- #include "coder_array.h"
- #include <cstddef>
- #include <cstdlib>
- // Type Definitions
- namespace coder {
- namespace internal {
- namespace fft {
- class fun7_FFTImplementationCallback {
- public:
- static void r2br_r2dit_trig_impl(const ::coder::array<creal_T, 1U> &x,
- int unsigned_nRows,
- const ::coder::array<double, 2U> &costab,
- const ::coder::array<double, 2U> &sintab,
- ::coder::array<creal_T, 1U> &y);
- };
- } // namespace fft
- } // namespace internal
- } // namespace coder
- #endif
- //
- // File trailer for fun7_FFTImplementationCallback.h
- //
- // [EOF]
- //
|