commit : SWT and MODWT added. More tests.

This commit is contained in:
Rafat Hussain
2017-08-14 17:09:12 +05:30
parent 22145f26fd
commit 87c0e462dc
2 changed files with 36 additions and 9 deletions

View File

@@ -12,7 +12,7 @@ int main() {
double temp[2400];
char *wname = "sym8";
char *method = "dwt";
char *method = "swt";
char *ext = "sym";
char *thresh = "soft";
@@ -31,7 +31,7 @@ int main() {
fclose(ifp);
N = i;
J = 7;
J = 6;
inp = (double*)malloc(sizeof(double)* N);
oup = (double*)malloc(sizeof(double)* N);