123456789101112131415161718192021222324252627282930 |
- //
- // Academic License - for use in teaching, academic research, and meeting
- // course requirements at degree granting institutions only. Not for
- // government, commercial, or other organizational use.
- // File: multifx.h
- //
- // MATLAB Coder version : 5.3
- // C/C++ source code generated on : 27-Mar-2023 15:34:32
- //
- #ifndef MULTIFX_H
- #define MULTIFX_H
- // Include Files
- #include "rtwtypes.h"
- #include "coder_array.h"
- #include <cstddef>
- #include <cstdlib>
- // Function Declarations
- extern void multifx(const coder::array<double, 2U> &RadarCart,
- const coder::array<double, 2U> &ZCPlatCart, double N_data[],
- int N_size[2], double edges_data[], int edges_size[2]);
- #endif
- //
- // File trailer for multifx.h
- //
- // [EOF]
- //
|