FMCWWaveform401.h 806 B

123456789101112131415161718192021222324252627282930313233343536373839
  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: FMCWWaveform401.h
  6. //
  7. // MATLAB Coder version : 5.3
  8. // C/C++ source code generated on : 27-Apr-2023 00:06:45
  9. //
  10. #ifndef FMCWWaveform401_H
  11. #define FMCWWaveform401_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 FMCWWaveform401 {
  20. public:
  21. void setupImpl();
  22. int isInitialized;
  23. creal_T pSamples[180000];
  24. double pOutputStartSweepIndex;
  25. double pOutputSweepInterval[2];
  26. };
  27. } // namespace phased
  28. } // namespace coder
  29. #endif
  30. //
  31. // File trailer for FMCWWaveform401.h
  32. //
  33. // [EOF]
  34. //