LinearFMWaveform.h 1.0 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: LinearFMWaveform.h
  6. //
  7. // MATLAB Coder version : 5.3
  8. // C/C++ source code generated on : 25-Apr-2023 21:10:09
  9. //
  10. #ifndef LINEARFMWAVEFORM_H
  11. #define LINEARFMWAVEFORM_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 LinearFMWaveform {
  20. public:
  21. void step(creal_T varargout_1[80000]);
  22. void matlabCodegenDestructor();
  23. ~LinearFMWaveform();
  24. LinearFMWaveform();
  25. protected:
  26. static void getMatchingWaveform(creal_T wav[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 LinearFMWaveform.h
  41. //
  42. // [EOF]
  43. //