From 3b92f270421c1ca1b50bb6291dd07e3de958df19 Mon Sep 17 00:00:00 2001 From: Rafat Hussain Date: Sun, 29 May 2016 06:18:36 +0530 Subject: [PATCH] Commit : README modified --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 844ec85..0b30412 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ wavelib ======= -C Implementation of Wavelet Transform (DWT,SWT and MODWT) and Packet Transform ( Full Tree Decomposition and Best Basis DWPT). +C Implementation of Discrete Wavelet Transform (DWT,SWT and MODWT), Continuous Wavelet transform (CWT) and Discrete Packet Transform ( Full Tree Decomposition and Best Basis DWPT). Discrete Wavelet Transform Methods Implemented @@ -17,6 +17,8 @@ WTREE A Fully Decimated Wavelet Tree Decomposition. This is a highly redundant t DWPT/IDWPT Is a derivative of WTREE method which retains coefficients based on entropy methods. This is a non-redundant transform and output length is of the same order as the input. +CWT/ICWT C translation ( with some modifications) of Continuous Wavelet Transform Software provided by C. Torrence and G. Compo, and is available at URL: http://atoc.colorado.edu/research/wavelets/'. A generalized Inverse Transform with approximate reconstruction is also added. + Documentation Available at - https://github.com/rafat/wavelib/wiki Live Demo (Emscripten) - http://rafat.github.io/wavelib/