RectangularWaveform102.h 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. //
  2. // Academic License - for use in teaching, academic research, and meeting
  3. // course requirements at degree granting institutions only. Not for
  4. // government, commercial, or other organizational use.
  5. // File: RectangularWaveform.h
  6. //
  7. // MATLAB Coder version : 5.3
  8. // C/C++ source code generated on : 26-Apr-2023 23:37:46
  9. //
  10. #ifndef RECTANGULARWAVEFORM102_H
  11. #define RECTANGULARWAVEFORM102_H
  12. // Include Files
  13. #include "../rtwtypes.h"
  14. #include <cstddef>
  15. #include <cstdlib>
  16. // Type Definitions
  17. namespace coder {
  18. namespace phased {
  19. class RectangularWaveform102 {
  20. public:
  21. void step(creal_T varargout_1[60000]);
  22. void matlabCodegenDestructor();
  23. ~RectangularWaveform102();
  24. RectangularWaveform102();
  25. protected:
  26. static void getMatchingWaveform(creal_T s[20000]);
  27. public:
  28. boolean_T matlabCodegenIsDeleted;
  29. int isInitialized;
  30. protected:
  31. double pOutputStartPulseIndex;
  32. double pOutputPulseInterval[2];
  33. private:
  34. boolean_T isSetupComplete;
  35. };
  36. } // namespace phased
  37. } // namespace coder
  38. #endif
  39. //
  40. // File trailer for RectangularWaveform.h
  41. //
  42. // [EOF]
  43. //