fun6.h 567 B

123456789101112131415161718192021222324252627
  1. //
  2. // File: fun6.h
  3. //
  4. // MATLAB Coder version : 5.2
  5. // C/C++ source code generated on : 04-Mar-2023 17:31:12
  6. //
  7. #ifndef FUN6_H
  8. #define FUN6_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 Slice_forward_interference(const coder::array<double, 1U> &pulse_sig, int tgt_idx,
  16. double fs, double forward_time_length, double forward_times,
  17. coder::array<double, 2U> &rxsig_noise);
  18. #endif
  19. //
  20. // File trailer for fun6.h
  21. //
  22. // [EOF]
  23. //