123456789101112131415161718192021222324252627 |
- //
- // File: fun6.h
- //
- // MATLAB Coder version : 5.2
- // C/C++ source code generated on : 04-Mar-2023 17:31:12
- //
- #ifndef FUN6_H
- #define FUN6_H
- // Include Files
- #include "rtwtypes.h"
- #include "coder_array.h"
- #include <cstddef>
- #include <cstdlib>
- // Function Declarations
- extern void Slice_forward_interference(const coder::array<double, 1U> &pulse_sig, int tgt_idx,
- double fs, double forward_time_length, double forward_times,
- coder::array<double, 2U> &rxsig_noise);
- #endif
- //
- // File trailer for fun6.h
- //
- // [EOF]
- //
|