123456789101112131415161718192021222324252627282930313233343536373839 |
- //
- // File: fun8_2_FFTImplementationCallback.h
- //
- // MATLAB Coder version : 5.2
- // C/C++ source code generated on : 10-Mar-2023 11:08:29
- //
- #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 fun8_2_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 fun8_2_FFTImplementationCallback.h
- //
- // [EOF]
- //
|