AbstractLinearFMWaveform301.h 815 B

123456789101112131415161718192021222324252627282930313233343536
  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: AbstractLinearFMWaveform.h
  6. //
  7. // MATLAB Coder version : 5.3
  8. // C/C++ source code generated on : 27-Apr-2023 00:24:12
  9. //
  10. #ifndef ABSTRACTLINEARFMWAVEFORM_H
  11. #define ABSTRACTLINEARFMWAVEFORM_H
  12. // Include Files
  13. #include "../rtwtypes.h"
  14. #include "../coder_array.h"
  15. #include <cstddef>
  16. #include <cstdlib>
  17. // Type Definitions
  18. namespace coder {
  19. namespace phased {
  20. class AbstractLinearFMWaveform301 {
  21. public:
  22. static void getMatchingWaveform(::coder::array<creal_T, 1U> &wav);
  23. };
  24. } // namespace phased
  25. } // namespace coder
  26. #endif
  27. //
  28. // File trailer for AbstractLinearFMWaveform.h
  29. //
  30. // [EOF]
  31. //