rafat / wdenoise

Wavelet Denoising.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wdenoise

Wavelet Denoising in ANSI C using empirical bayes thresholding and a host of other thresholding methods.

wdenoise object WDenoise Object, Parameters and Functions
Wdenoise 1D Example using EBayesThresh Example Code 1 : wdenoise (EBayesThresh)
Wdenoise 1D Example using fdrshrink Example Code 2 : wdenoise
Image Denoising Example Code 3 : Image Denoising using EBayesThresh and Visushrink

Full Documentation is available here

Dependencies

Git and CMake

Getting Started

Clone the project.
cd to directory
cmake .
make

Credits

The EbayesThresh software package was originally developed by Bernard W. Silverman and Ludger Evers, with extensions introduced by Kan Xu, Peter Carbonetto and Matthew Stephens in the Department of Statistics at the University of Chicago.

R code is available here

Matlab Version of the code is written by A. ANTONIADIS, M. JENSEN, I. JOHNSTONE & B. W. SILVERMAN.

Matlab code is available here

License

All the codes available in the src folder of this repository are licensed under GNU General Public License 3.0

Full Text of the License is available here

About

Wavelet Denoising.

License:GNU General Public License v3.0


Languages

Language:C 97.2%Language:CMake 2.8%