commit : sureshrink error correction
This commit is contained in:
@@ -11,7 +11,9 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
|
||||
void visushrink(double *signal,int N,char *wname,char *method,char *ext,char *thresh,double *denoised);
|
||||
void visushrink(double *signal,int N,int J,char *wname,char *method,char *ext,char *thresh,double *denoised);
|
||||
|
||||
void sureshrink(double *signal,int N,int J,char *wname,char *method,char *ext,char *thresh,double *denoised);
|
||||
|
||||
double mad(double *x, int N);
|
||||
|
||||
|
Reference in New Issue
Block a user