RadarSignalGenerator203.h 761 B

1234567891011121314151617181920212223242526272829
  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: RadarSignalGenerator203.h
  6. //
  7. // MATLAB Coder version : 5.3
  8. // C/C++ source code generated on : 26-Apr-2023 23:54:03
  9. //
  10. #ifndef RADARSIGNALGENERATOR203_H
  11. #define RADARSIGNALGENERATOR203_H
  12. // Include Files
  13. #include "../rtwtypes.h"
  14. #include "../coder_array.h"
  15. #include <cstddef>
  16. #include <cstdlib>
  17. // Function Declarations
  18. extern void RadarSignalGenerator203(coder::array<double, 1U> &sig, double *fs,
  19. double *PRF, double *len);
  20. #endif
  21. //
  22. // File trailer for RadarSignalGenerator203.h
  23. //
  24. // [EOF]
  25. //