// // File: fftshift.h // // MATLAB Coder version : 5.2 // C/C++ source code generated on : 11-Mar-2023 10:38:07 // #ifndef FFTSHIFT_H #define FFTSHIFT_H // Include Files #include "rtwtypes.h" #include "coder_array.h" #include #include // Function Declarations namespace coder { void fftshift(::coder::array &x); } #endif // // File trailer for fftshift.h // // [EOF] //