File: targbm.h1 /* 2 * targbm.h 3 * 4 * Code generation for function 'targbm' 5 * 6 */ 7 8 #ifndef TARGBM_H 9 #define TARGBM_H 10 11 /* Include files */ 12 #include <math.h> 13 #include <stdio.h> 14 #include <stdlib.h> 15 #include <string.h> 16 #include "mwmathutil.h" 17 #include "tmwtypes.h" 18 #include "mex.h" 19 #include "emlrt.h" 20 #include "covrt.h" 21 #include "rtwtypes.h" 22 #include "gjbf_types.h" 23 24 /* Function Declarations */ 25 extern void targbm(const emlrtStack *sp, const real_T bp_data[], const int32_T 26 bp_size[1], const real_T b[882], const real_T x[14112], 27 real_T n, real_T order, const real_T w[320], real_T z[14112], 28 real_T bWin_data[], int32_T bWin_size[1]); 29 30 #endif 31 32 /* End of code generation (targbm.h) */ 33 |