File: bmlms.h

    1   /*
    2    * bmlms.h
    3    *
    4    * Code generation for function 'bmlms'
    5    *
    6    */
    7   
    8   #ifndef BMLMS_H
    9   #define BMLMS_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 bmlms(const emlrtStack *sp, const real_T x[14112], const real_T b
   26                     [882], real_T mu, real_T order, real_T beta, const real_T phi
   27                     [320], const real_T psi[320], const real_T bp_data[], const
   28                     int32_T bp_size[1], const real_T bw1[320], real_T snrThresh,
   29                     real_T snrRate, const real_T snr1[16], real_T z[14112],
   30                     emxArray_real_T *bmw, real_T mcAdapt[14112], real_T snrAll
   31                     [14112]);
   32   
   33   #endif
   34   
   35   /* End of code generation (bmlms.h) */
   36