commit : wrcoeftest added

This commit is contained in:
Rafat Hussain
2017-08-24 18:14:49 +05:30
parent e35df26b18
commit de4b96e123
3 changed files with 11 additions and 3 deletions

View File

@@ -32,6 +32,9 @@ void getDWTAppx(wt_object wt, double *appx,int N);
void getDWTDetail(wt_object wt, double *detail, int N, int level);
void getDWTRecCoeff(double *coeff,int *length,char *ctype,char *ext, int level, int J,double *lpr,
double *hpr,int lf,int siglength,double *reccoeff);
#ifdef __cplusplus
}