fun8_3_jamming_H.h 488 B

1234567891011121314151617181920212223242526
  1. //
  2. // File: jamming_H.h
  3. //
  4. // MATLAB Coder version : 5.2
  5. // C/C++ source code generated on : 10-Mar-2023 15:16:29
  6. //
  7. #ifndef JAMMING_H_H
  8. #define JAMMING_H_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 jamming_H(double N, double f_s, double A, double B_n, double f_0,
  16. coder::array<creal_T, 2U> &s);
  17. #endif
  18. //
  19. // File trailer for jamming_H.h
  20. //
  21. // [EOF]
  22. //