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