1234567891011121314151617181920212223242526272829 |
- //
- // 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: RadarSignalGenerator201.h
- //
- // MATLAB Coder version : 5.3
- // C/C++ source code generated on : 26-Apr-2023 23:47:33
- //
- #ifndef RADARSIGNALGENERATOR201_H
- #define RADARSIGNALGENERATOR201_H
- // Include Files
- #include "../rtwtypes.h"
- #include "../coder_array.h"
- #include <cstddef>
- #include <cstdlib>
- // Function Declarations
- extern void RadarSignalGenerator201(coder::array<double, 1U> &sig, double *fs,
- double PRF[3], double *len);
- #endif
- //
- // File trailer for RadarSignalGenerator201.h
- //
- // [EOF]
- //
|