// // Academic License - for use in teaching, academic research, and meeting // course requirements at degree granting institutions only. Not for // government, commercial, or other organizational use. // File: RectangularWaveform.h // // MATLAB Coder version : 5.3 // C/C++ source code generated on : 26-Apr-2023 23:41:22 // #ifndef RECTANGULARWAVEFORM103_H #define RECTANGULARWAVEFORM103_H // Include Files #include "../rtwtypes.h" #include #include // Type Definitions namespace coder { namespace phased { class RectangularWaveform103 { public: void matlabCodegenDestructor(); static void getMatchingWaveform(creal_T s[10000]); ~RectangularWaveform103(); RectangularWaveform103(); boolean_T matlabCodegenIsDeleted; int isInitialized; boolean_T isSetupComplete; double pOutputStartPulseIndex; double pOutputPulseInterval[2]; }; } // namespace phased } // namespace coder #endif // // File trailer for RectangularWaveform.h // // [EOF] //