fun1_false_target_distance.h 967 B

1234567891011121314151617181920212223242526272829303132
  1. //
  2. // File: false_target_distance.h
  3. //
  4. // MATLAB Coder version : 5.2
  5. // C/C++ source code generated on : 11-Mar-2023 10:38:07
  6. //
  7. #ifndef FALSE_TARGET_DISTANCE_H
  8. #define FALSE_TARGET_DISTANCE_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 false_target_distance(double fd, double N, double ts, double Tr,
  16. double t_r, double tau, double fo, double k,
  17. double A, double dlt_t, double R, double fs,
  18. coder::array<double, 2U> &S,
  19. coder::array<double, 2U> &S1,
  20. coder::array<double, 2U> &SS,
  21. coder::array<double, 2U> &S_disturb,
  22. coder::array<double, 2U> &S3);
  23. #endif
  24. //
  25. // File trailer for false_target_distance.h
  26. //
  27. // [EOF]
  28. //