fun10_multifx.h 769 B

123456789101112131415161718192021222324252627282930
  1. //
  2. // Academic License - for use in teaching, academic research, and meeting
  3. // course requirements at degree granting institutions only. Not for
  4. // government, commercial, or other organizational use.
  5. // File: multifx.h
  6. //
  7. // MATLAB Coder version : 5.3
  8. // C/C++ source code generated on : 27-Mar-2023 15:34:32
  9. //
  10. #ifndef MULTIFX_H
  11. #define MULTIFX_H
  12. // Include Files
  13. #include "rtwtypes.h"
  14. #include "coder_array.h"
  15. #include <cstddef>
  16. #include <cstdlib>
  17. // Function Declarations
  18. extern void multifx(const coder::array<double, 2U> &RadarCart,
  19. const coder::array<double, 2U> &ZCPlatCart, double N_data[],
  20. int N_size[2], double edges_data[], int edges_size[2]);
  21. #endif
  22. //
  23. // File trailer for multifx.h
  24. //
  25. // [EOF]
  26. //