5 lines
201 B
C
5 lines
201 B
C
#ifndef __RATE_CO_H__
|
|
#define __RATE_CO_H__
|
|
|
|
__declspec(dllexport) void Rate_co(float **hx_abs, float RATE[36], float maxindex[36], float hx_abs_max[36], int RSR, float RWD, float RWL,float Nt);
|
|
#endif |