RadarSignalGenerator.h 661 B

123456789101112131415161718192021222324252627
  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: RadarSignalGenerator.h
  6. //
  7. // MATLAB Coder version : 5.3
  8. // C/C++ source code generated on : 25-Apr-2023 21:10:09
  9. //
  10. #ifndef RADARSIGNALGENERATOR_H
  11. #define RADARSIGNALGENERATOR_H
  12. // Include Files
  13. #include "../rtwtypes.h"
  14. #include <cstddef>
  15. #include <cstdlib>
  16. // Function Declarations
  17. extern void RadarSignalGenerator001(double sig[400000], double *fs, double *PRF);
  18. #endif
  19. //
  20. // File trailer for RadarSignalGenerator.h
  21. //
  22. // [EOF]
  23. //