1234567891011121314151617181920212223242526 |
- //
- // File: AMJamming_H.h
- //
- // MATLAB Coder version : 5.2
- // C/C++ source code generated on : 09-Mar-2023 16:57:20
- //
- #ifndef NOISE_AM_INTERFERENCE_H
- #define NOISE_AM_INTERFERENCE_H
- // Include Files
- #include "rtwtypes.h"
- #include "coder_array.h"
- #include <cstddef>
- #include <cstdlib>
- // Function Declarations
- extern void AMJamming_H(double N, double f_s, double B_n, double f_0,
- double m_A, coder::array<double, 2U> &s);
- #endif
- //
- // File trailer for AMJamming_H.h
- //
- // [EOF]
- //
|