// // 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: LinearFMWaveform302.h // // MATLAB Coder version : 5.3 // C/C++ source code generated on : 26-Apr-2023 23:59:19 // #ifndef LinearFMWaveform302_H #define LinearFMWaveform302_H // Include Files #include "../rtwtypes.h" #include #include // Type Definitions namespace coder { namespace phased { class LinearFMWaveform302 { public: void step(creal_T varargout_1[60000]); void matlabCodegenDestructor(); ~LinearFMWaveform302(); LinearFMWaveform302(); protected: static void getMatchingWaveform(creal_T wav[20000]); public: boolean_T matlabCodegenIsDeleted; int isInitialized; protected: double pOutputStartPulseIndex; double pOutputPulseInterval[2]; private: boolean_T isSetupComplete; }; } // namespace phased } // namespace coder #endif // // File trailer for LinearFMWaveform302.h // // [EOF] //