mirror of
https://github.com/simon987/wavelib.git
synced 2025-12-14 11:39:01 +00:00
Commit : Tentative Release commit
This commit is contained in:
27
about.html
Normal file
27
about.html
Normal file
@@ -0,0 +1,27 @@
|
||||
<div data-ng-controller="TabsController">
|
||||
<tabset justified="true">
|
||||
<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>
|
||||
<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>
|
||||
</tab>
|
||||
<tab heading="Code">
|
||||
<br/>
|
||||
<p><b>C/C++ Codebase</b> is available at <a href="http://rafat.github.io/#/sites/wavelib/front" target="_blank">my github page</a></a></p>
|
||||
<br/>
|
||||
</tab>
|
||||
<tab heading="Thanks">
|
||||
<br/>
|
||||
<ul>
|
||||
<li><b>Emscripten</b> : <a href="https://kripken.github.io/emscripten-site/" target="_blank">https://kripken.github.io/emscripten-site/</a></li>
|
||||
<li><b>Angularjs</b> : <a href="https://angularjs.org" target="_blank">https://angularjs.org</a></a></li>
|
||||
<li><b>Dygraphs</b> : <a href="http://dygraphs.com/" target="_blank">http://dygraphs.com/</a></a></li>
|
||||
</ul>
|
||||
</tab>
|
||||
</tabset>
|
||||
</div>
|
||||
Reference in New Issue
Block a user