// // 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: LinearFMWaveform303.h // // MATLAB Coder version : 5.3 // C/C++ source code generated on : 27-Apr-2023 00:02:16 // #ifndef LinearFMWaveform303_H #define LinearFMWaveform303_H // Include Files #include "../rtwtypes.h" #include #include // Type Definitions namespace coder { namespace phased { class LinearFMWaveform303 { public: void matlabCodegenDestructor(); static void getMatchingWaveform(creal_T wav[10000]); ~LinearFMWaveform303(); LinearFMWaveform303(); boolean_T matlabCodegenIsDeleted; int isInitialized; boolean_T isSetupComplete; double pOutputStartPulseIndex; double pOutputPulseInterval[2]; }; } // namespace phased } // namespace coder #endif // // File trailer for LinearFMWaveform303.h // // [EOF] //