12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- //
- // 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: LinearFMWaveform303.h
- //
- // MATLAB Coder version : 5.3
- // C/C++ source code generated on : 27-Apr-2023 00:02:16
- //
- #ifndef LinearFMWaveform303_H
- #define LinearFMWaveform303_H
- // Include Files
- #include "../rtwtypes.h"
- #include <cstddef>
- #include <cstdlib>
- // Type Definitions
- namespace coder {
- namespace phased {
- class LinearFMWaveform303 {
- public:
- void matlabCodegenDestructor();
- static void getMatchingWaveform(creal_T wav[10000]);
- ~LinearFMWaveform303();
- LinearFMWaveform303();
- boolean_T matlabCodegenIsDeleted;
- int isInitialized;
- boolean_T isSetupComplete;
- double pOutputStartPulseIndex;
- double pOutputPulseInterval[2];
- };
- } // namespace phased
- } // namespace coder
- #endif
- //
- // File trailer for LinearFMWaveform303.h
- //
- // [EOF]
- //
|