mirror of
https://github.com/simon987/wavelib.git
synced 2025-12-15 03:49:03 +00:00
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