fun8_AMJamming_H.h 521 B

1234567891011121314151617181920212223242526
  1. //
  2. // File: AMJamming_H.h
  3. //
  4. // MATLAB Coder version : 5.2
  5. // C/C++ source code generated on : 09-Mar-2023 16:57:20
  6. //
  7. #ifndef NOISE_AM_INTERFERENCE_H
  8. #define NOISE_AM_INTERFERENCE_H
  9. // Include Files
  10. #include "rtwtypes.h"
  11. #include "coder_array.h"
  12. #include <cstddef>
  13. #include <cstdlib>
  14. // Function Declarations
  15. extern void AMJamming_H(double N, double f_s, double B_n, double f_0,
  16. double m_A, coder::array<double, 2U> &s);
  17. #endif
  18. //
  19. // File trailer for AMJamming_H.h
  20. //
  21. // [EOF]
  22. //