123456789101112131415161718192021222324252627282930313233343536373839 |
- //
- // 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: FMCWWaveform401.h
- //
- // MATLAB Coder version : 5.3
- // C/C++ source code generated on : 27-Apr-2023 00:06:45
- //
- #ifndef FMCWWaveform401_H
- #define FMCWWaveform401_H
- // Include Files
- #include "../rtwtypes.h"
- #include <cstddef>
- #include <cstdlib>
- // Type Definitions
- namespace coder {
- namespace phased {
- class FMCWWaveform401 {
- public:
- void setupImpl();
- int isInitialized;
- creal_T pSamples[180000];
- double pOutputStartSweepIndex;
- double pOutputSweepInterval[2];
- };
- } // namespace phased
- } // namespace coder
- #endif
- //
- // File trailer for FMCWWaveform401.h
- //
- // [EOF]
- //
|