File: gjbf.h1 /* 2 * gjbf.h 3 * 4 * Code generation for function 'gjbf' 5 * 6 */ 7 8 #ifndef GJBF_H 9 #define GJBF_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 gjbf(gjbfStackData *SD, const emlrtStack *sp, const real_T x[14112], 26 real_T fs, const real_T spos[3], const real_T mpos[48], real_T 27 c, real_T p, real_T q, real_T mu, real_T order, real_T beta, 28 const real_T phi[320], const real_T psi[320], real_T K, const 29 emxArray_real_T *xPrev, const real_T bp_data[], const int32_T 30 bp_size[1], const emxArray_real_T *zp, const real_T bw1[320], 31 const real_T mw1[320], real_T snrThresh, real_T snrRate, const 32 real_T snr1[16], real_T iw, real_T y_data[], int32_T y_size[1], 33 emxArray_real_T *bmw, emxArray_real_T *mcWall, real_T snrAll 34 [14112], real_T b_data[], int32_T b_size[1], real_T z[14112], 35 real_T mcAdapt[14112]); 36 37 #endif 38 39 /* End of code generation (gjbf.h) */ 40 |