commit : test->denoisetest for auxiliary

This commit is contained in:
Rafat Hussain
2017-08-22 14:42:57 +05:30
parent 1bde2f9824
commit 59bd91d4fa
7 changed files with 155 additions and 114 deletions

View File

@@ -4,12 +4,8 @@ Copyright (c) 2017, Rafat Hussain
#ifndef DENOISE_H_
#define DENOISE_H_
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <float.h>
#include <math.h>
#include "../header/wavelib.h"
#include "waux.h"
#ifdef __cplusplus
extern "C" {
@@ -20,8 +16,6 @@ void visushrink(double *signal,int N,int J,char *wname,char *method,char *ext,ch
void sureshrink(double *signal,int N,int J,char *wname,char *method,char *ext,char *thresh,double *denoised);
double mad(double *x, int N);
#ifdef __cplusplus
}