AbstractPhaseCodedWaveform201.h 787 B

1234567891011121314151617181920212223242526272829303132333435
  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: AbstractPhaseCodedWaveform.h
  6. //
  7. // MATLAB Coder version : 5.3
  8. // C/C++ source code generated on : 26-Apr-2023 23:47:33
  9. //
  10. #ifndef ABSTRACTPHASECODEDWAVEFORM201_H
  11. #define ABSTRACTPHASECODEDWAVEFORM201_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 AbstractPhaseCodedWaveform201 {
  20. public:
  21. static void getMatchingWaveform(creal_T s[20000]);
  22. };
  23. } // namespace phased
  24. } // namespace coder
  25. #endif
  26. //
  27. // File trailer for AbstractPhaseCodedWaveform.h
  28. //
  29. // [EOF]
  30. //