1234567891011121314151617181920212223242526272829303132333435 |
- //
- // 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: AbstractPhaseCodedWaveform.h
- //
- // MATLAB Coder version : 5.3
- // C/C++ source code generated on : 26-Apr-2023 23:47:33
- //
- #ifndef ABSTRACTPHASECODEDWAVEFORM201_H
- #define ABSTRACTPHASECODEDWAVEFORM201_H
- // Include Files
- #include "../rtwtypes.h"
- #include <cstddef>
- #include <cstdlib>
- // Type Definitions
- namespace coder {
- namespace phased {
- class AbstractPhaseCodedWaveform201 {
- public:
- static void getMatchingWaveform(creal_T s[20000]);
- };
- } // namespace phased
- } // namespace coder
- #endif
- //
- // File trailer for AbstractPhaseCodedWaveform.h
- //
- // [EOF]
- //
|