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