PhaseCodedWaveform203.h 1022 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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: PhaseCodedWaveform.h
  6. //
  7. // MATLAB Coder version : 5.3
  8. // C/C++ source code generated on : 26-Apr-2023 23:54:03
  9. //
  10. #ifndef PHASECODEDWAVEFORM203_H
  11. #define PHASECODEDWAVEFORM203_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 PhaseCodedWaveform203 {
  20. public:
  21. void matlabCodegenDestructor();
  22. static void getMatchingWaveform(creal_T s[10000]);
  23. ~PhaseCodedWaveform203();
  24. PhaseCodedWaveform203();
  25. boolean_T matlabCodegenIsDeleted;
  26. int isInitialized;
  27. boolean_T isSetupComplete;
  28. boolean_T TunablePropsChanged;
  29. double pOutputStartPulseIndex;
  30. double pOutputPulseInterval[2];
  31. };
  32. } // namespace phased
  33. } // namespace coder
  34. #endif
  35. //
  36. // File trailer for PhaseCodedWaveform.h
  37. //
  38. // [EOF]
  39. //