mirror of
https://github.com/simon987/wavelib.git
synced 2025-12-15 03:49:03 +00:00
Commit : async added
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
<div data-ng-controller="TabsController">
|
||||
<tabset justified="true">
|
||||
<tabset justified="true" type="pills">
|
||||
<tab heading="About">
|
||||
<br/>
|
||||
<p>Wavelib is a web implementation of C/C++ 1D Wavelet Transform codebase using Emscripten and javascript.</p>
|
||||
<br/>
|
||||
<p><b>Requirements</b> : HTML5 compliant modern web browser with javascript enabled. This webapp uses asm.js and angularjs that are not compatible with
|
||||
older browsers.</p>
|
||||
older browsers. Internet Explorer >= 10.0</p>
|
||||
<br/>
|
||||
<p><b>Inputs</b> : 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. </p>
|
||||
|
||||
Reference in New Issue
Block a user