mirror of
https://github.com/simon987/wavelib.git
synced 2025-04-18 17:56:45 +00:00
Commit : README modified
This commit is contained in:
parent
69bf4dc0b0
commit
3b92f27042
@ -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/
|
||||
|
Loading…
x
Reference in New Issue
Block a user