123456789101112131415161718192021222324252627 |
- //
- // Academic License - for use in teaching, academic research, and meeting
- // course requirements at degree granting institutions only. Not for
- // government, commercial, or other organizational use.
- // File: RadarSignalGenerator.h
- //
- // MATLAB Coder version : 5.3
- // C/C++ source code generated on : 25-Apr-2023 21:10:09
- //
- #ifndef RADARSIGNALGENERATOR_H
- #define RADARSIGNALGENERATOR_H
- // Include Files
- #include "../rtwtypes.h"
- #include <cstddef>
- #include <cstdlib>
- // Function Declarations
- extern void RadarSignalGenerator001(double sig[400000], double *fs, double *PRF);
- #endif
- //
- // File trailer for RadarSignalGenerator.h
- //
- // [EOF]
- //
|