-
Notifications
You must be signed in to change notification settings - Fork 21
/
welcome.html
80 lines (72 loc) · 5.38 KB
/
welcome.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Welcome To SigLib DSP Library</title></head><body bgcolor="#ffffff">
<div align="left">
<table border="0">
<tbody><tr>
<td align="center"><a href="https://www.numerix-dsp.com" target="_blank"><img src="WebResources/NumerixLogoSM.JPG" alt="Numerix Web Site" border="0" height="100" width="105"></a></td>
<td align="center"> </td>
<td align="center"><h3><font color="#0000ff" face="Arial">Welcome to the<br>
SigLib</font><font color="#0000ff" face="Arial" size="1"><sup><sup><strong>TM</strong></sup></sup></font><font color="#0000ff" face="Arial"> DSP Library</font></h3>
</td>
<td align="center"> </td>
<td align="center"><a href="https://www.numerix-dsp.com/siglib.html" target="_blank"><img src="WebResources/siglib.gif" alt="SigLib DSP Library Information" border="0" height="49" width="125"></a></td>
</tr>
</tbody></table>
</div>
<hr>
<table border="0" cellpadding="5">
<tbody><tr>
<td valign="top"><h3><font color="#0000ff" face="Arial" size="3">SigLib Documentation</font></h3>
<p><a href="docs/FirstTime.html"><font face="Arial" size="2"><strong>First Time Users Please Click Here</strong></font></a></p>
<p><a href="docs/siglib_ref.pdf"><font face="Arial" size="2">SigLib Function Reference Manual</font></a></p>
<p><a href="docs/siglib_users.pdf"><font face="Arial" size="2">SigLib User's Guide</font></a><font face="Arial" size="1"><em> -
Includes Quick Start Guide. Please read this manual before using SigLib.</em></font></p>
<p><a href="docs/readme.txt"><font face="Arial" size="2">SigLib Release Notes</font></a></p>
<p><a href="docs/history.txt"><font face="Arial" size="2">SigLib Update History</font></a></p>
<p><a href="AppNotes%5Cindex.html"><font face="Arial" size="2">Applications Notes</font></a></p>
</td>
<td> </td>
<td nowrap="nowrap" valign="top"><h3><font color="#0000ff" face="Arial" size="3">SigLib Directory Structure</font></h3>
<p><a href="src/index.html"><font face="Arial" size="2">Source Files</font></a><font face="Arial" size="2"><br>
</font><a href="include/index.html"><font face="Arial" size="2">Include Files</font></a><font face="Arial" size="2"><br>
</font><a href="lib"><font face="Arial" size="2">Librar Files</font></a><font face="Arial" size="2"><br>
</font><a href="Examples/index.html"><font face="Arial" size="2">Example Programs</font></a></p>
<p><font face="Arial" size="2"><strong>Utilities And Samples</strong><br>
</font><a href="utils"><font face="Arial" size="2">Utilities Directory</font></a><font face="Arial" size="2"><br>
</font><a href="AudioFiles"><font face="Arial" size="2">Sampled Audio And Speech Files</font></a></p>
</font><a href="Python_utils"><font face="Arial" size="2">Python Utility Files</font></a></p>
</td>
<td> </td>
<td valign="top"><h3><font color="#0000ff" face="Arial" size="3">Applications</font></h3>
<p><a href="Applications/DigitalFilterPlus/" target="_blank"><font face="Arial" size="2">Digital Filter +</font></a><br>
<a href="Applications/SystemAnalyzer/" target="_blank"><font face="Arial" size="2">System Analyzer</font></a></p>
</td>
<td> </td>
<td valign="top"><h3><font color="#0000ff" face="Arial" size="3"><em>Numerix' Web Site</em></font></h3>
<p><a href="https://www.numerix-dsp.com" target="_blank"><font face="Arial" size="2">Home Page</font></a></p>
<p><a href="https://www.numerix-dsp.com/siglib/siglib_introduction.html" target="_blank"><font face="Arial" size="2">SigLib Tutorial Video</font></a></p>
<p><a href="https://www.numerix-dsp.com/siglib/" target="_blank"><font face="Arial" size="2">SigLib Product Information</font></a></p>
</td>
</tr>
</tbody></table>
SigLib is free for educational and personal use, all other use cases require a developer's license,
which is available from: <a href="https://numerix-dsp.com" target="_blank"><font face="Arial" size="2">Delta Numerix</font></a>.
<p><a href="./license.html" target="_blank"><font face="Arial" size="2">SigLib Licensing Details</font></a></p>
<hr>
<table border="0" cellspacing="5">
<tbody><tr>
<td nowrap="nowrap" valign="top"><a name="contact"></a><font color="#0000ff" face="Arial" size="3"><strong>For further
information, please contact:</strong></font><font color="#0000ff" face="Arial" size="2"><strong><br>
</strong></font><a href="mailto:[email protected]"><font face="Arial" size="2"><img src="WebResources/email.gif" alt="Email Numerix" border="0" height="32" width="32"></font></a><font face="Arial" size="2"> Email: </font><a href="mailto:[email protected]"><font face="Arial" size="2">[email protected] </font></a></td>
<td> </td>
<td> </td>
<td valign="top"><br>
</td></tr></tbody></table><p>
<font face="Arial" size="1">Copyright © 2023, Delta Numerix All rights reserved.<br>
SigLib and Digital Filter Plus are trademarks of Delta Numerix All
other trademarks acknowledged.<br>
Delta Numerix are continuously increasing the functionality of SigLib
and reserve the right to alter the product at any time.</font></p>
</body></html>