RadarSignalGenerator403.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: RadarSignalGenerator403.h
  6. //
  7. // MATLAB Coder version : 5.3
  8. // C/C++ source code generated on : 27-Apr-2023 00:13:52
  9. //
  10. #ifndef RADARSIGNALGENERATOR403_H
  11. #define RADARSIGNALGENERATOR403_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 RadarSignalGenerator403(coder::array<double, 1U> &sig, double *fs,
  19. double *PRF, double *len);
  20. #endif
  21. //
  22. // File trailer for RadarSignalGenerator403.h
  23. //
  24. // [EOF]
  25. //