12345678910111213141516171819202122232425 |
- //
- // File: noise_am_interference_data.h
- //
- // MATLAB Coder version : 5.2
- // C/C++ source code generated on : 09-Mar-2023 16:57:20
- //
- #ifndef NOISE_AM_INTERFERENCE_DATA_H
- #define NOISE_AM_INTERFERENCE_DATA_H
- // Include Files
- #include "rtwtypes.h"
- #include <cstddef>
- #include <cstdlib>
- // Variable Declarations
- extern unsigned int stateL_8[625];
- extern boolean_T isInitialized_noise_am_interference;
- #endif
- //
- // File trailer for noise_am_interference_data.h
- //
- // [EOF]
- //
|