mirror of
https://github.com/simon987/wavelib.git
synced 2025-04-21 02:56:46 +00:00
28 lines
1.4 KiB
HTML
28 lines
1.4 KiB
HTML
<div data-ng-controller="TabsController">
|
|
<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. 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>
|
|
</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>
|