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