1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- //
- // 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: PhaseCodedWaveform.h
- //
- // MATLAB Coder version : 5.3
- // C/C++ source code generated on : 26-Apr-2023 23:54:03
- //
- #ifndef PHASECODEDWAVEFORM203_H
- #define PHASECODEDWAVEFORM203_H
- // Include Files
- #include "../rtwtypes.h"
- #include <cstddef>
- #include <cstdlib>
- // Type Definitions
- namespace coder {
- namespace phased {
- class PhaseCodedWaveform203 {
- public:
- void matlabCodegenDestructor();
- static void getMatchingWaveform(creal_T s[10000]);
- ~PhaseCodedWaveform203();
- PhaseCodedWaveform203();
- boolean_T matlabCodegenIsDeleted;
- int isInitialized;
- boolean_T isSetupComplete;
- boolean_T TunablePropsChanged;
- double pOutputStartPulseIndex;
- double pOutputPulseInterval[2];
- };
- } // namespace phased
- } // namespace coder
- #endif
- //
- // File trailer for PhaseCodedWaveform.h
- //
- // [EOF]
- //
|