Commit : README modified

This commit is contained in:
Rafat Hussain 2016-05-29 06:18:36 +05:30
parent 69bf4dc0b0
commit 3b92f27042

View File

@ -1,7 +1,7 @@
wavelib 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 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. 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 Documentation Available at - https://github.com/rafat/wavelib/wiki
Live Demo (Emscripten) - http://rafat.github.io/wavelib/ Live Demo (Emscripten) - http://rafat.github.io/wavelib/