FMCWWaveform403.h 836 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  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: FMCWWaveform403.h
  6. //
  7. // MATLAB Coder version : 5.3
  8. // C/C++ source code generated on : 27-Apr-2023 00:13:52
  9. //
  10. #ifndef FMCWWaveform403_H
  11. #define FMCWWaveform403_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 FMCWWaveform403 {
  20. public:
  21. void step(creal_T varargout_1[40000]);
  22. int isInitialized;
  23. private:
  24. creal_T pSamples[40000];
  25. double pOutputStartSweepIndex;
  26. double pOutputSweepInterval[2];
  27. };
  28. } // namespace phased
  29. } // namespace coder
  30. #endif
  31. //
  32. // File trailer for FMCWWaveform403.h
  33. //
  34. // [EOF]
  35. //