123456789101112131415161718192021222324252627282930313233343536 |
- //
- // 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: AbstractLinearFMWaveform.h
- //
- // MATLAB Coder version : 5.3
- // C/C++ source code generated on : 27-Apr-2023 00:24:12
- //
- #ifndef ABSTRACTLINEARFMWAVEFORM_H
- #define ABSTRACTLINEARFMWAVEFORM_H
- // Include Files
- #include "../rtwtypes.h"
- #include "../coder_array.h"
- #include <cstddef>
- #include <cstdlib>
- // Type Definitions
- namespace coder {
- namespace phased {
- class AbstractLinearFMWaveform301 {
- public:
- static void getMatchingWaveform(::coder::array<creal_T, 1U> &wav);
- };
- } // namespace phased
- } // namespace coder
- #endif
- //
- // File trailer for AbstractLinearFMWaveform.h
- //
- // [EOF]
- //
|