-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathdevelopment.html
More file actions
57 lines (48 loc) · 2.3 KB
/
development.html
File metadata and controls
57 lines (48 loc) · 2.3 KB
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
<!DOCTYPE html>
<html lang="en">
<head class="include" file="./include/header.html">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta NAME="keywords" CONTENT="gabor, wavelets, filterbank, signal processing, matlab,
octave"/>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap-theme.min.css">
<link rel="stylesheet" href="include/style.css" type="text/css">
<link rel="stylesheet" href="include/highlight.css" type="text/css">
<title>The Large Time-Frequency Analysis Toolbox - Skeleton page</title>
</head>
<!-- body must stay hidden until all include parts are loaded -->
<body style="display:none;">
<div class="container">
<!-- Include main navigation -->
<div class="masthead include" file="./include/mainnav.html"> </div>
<!-- main page -->
<div class="row">
<div class="col-md-12">
<H1>Developing LTFAT</H1>
<H2>Github</H2>
<p>The development sources, issue tracker etc. of LTFAT are all hosted at <a
href="http://github.com/ltfat/ltfat">Github</a>.</p>
<H2>Sourceforge</H2>
<p>In the past, LTFAT was hosted at <a
href="http://sourceforge.net/projects/ltfat">Sourceforge</a>.
</p>
<h2>Documentation</h2>
<p>The design ideas of LTFAT is described in
the <a href="notes/ltfatnote014.pdf">design document</a>. This
explains the reasoning behind the choices made in the development of
the toolbox, variable naming etc.</p>
<p>All online help on LTFAT is generated from the function headers in the
Matlab functions, using the mat2doc documentation system. The
formatting and layout of the function headers and mat2doc in general
is described in the <a href="notes/ltfatnote023.pdf">mat2doc documentation</a>.</p>
</div>
</div><!--</row>-->
<!-- main page -->
<div class="include" file="./include/footer.html"></div>
</div> <!-- </container>--!>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script src="js/ltfat.js" type="text/javascript"></script>
</body>
</html>