Wavelib is a web implementation of C/C++ 1D Wavelet Transform codebase using Emscripten and javascript.


Requirements : HTML5 compliant modern web browser with javascript enabled. This webapp uses asm.js and angularjs that are not compatible with older browsers.


Inputs : You can enter the data vector using either the file input interface or data input interface. In either case, the input is just a one dimensional data vector consisting only of numbers and only including common separators like commas or spaces.


C/C++ Codebase is available at my github page