LinearFMWaveform303.h 983 B

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