fun2.h 565 B

123456789101112131415161718192021222324252627
  1. //
  2. // File: false_speed.h
  3. //
  4. // MATLAB Coder version : 5.2
  5. // C/C++ source code generated on : 02-Mar-2023 09:38:59
  6. //
  7. #ifndef FALSE_SPEED_H
  8. #define FALSE_SPEED_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_speed(double fd, double fo, double ts, double tau, double Tr,
  16. double k, double t_r, double V, double N,
  17. coder::array<double, 2U> &S);
  18. #endif
  19. //
  20. // File trailer for false_speed.h
  21. //
  22. // [EOF]
  23. //