-
Notifications
You must be signed in to change notification settings - Fork 0
/
start.html
77 lines (72 loc) · 3.69 KB
/
start.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
<!DOCTYPE html>
<html lang="en">
<head class="include" file="include/header.html">
<link rel="stylesheet" href="include/bootstrap.min.css">
<link rel="stylesheet" href="include/bootstrap-theme.min.css">
<link rel="stylesheet" href="include/bootstrap-select.min.css">
<link rel="stylesheet" href="include/style.css" type="text/css">
<link rel="stylesheet" href="include/highlight.css" type="text/css">
<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="reproducible, research, platform, rrp, rr, reproducible research, reproducible research platform, matlab, code, mat2doc, science, knowledge"/>
<title>The Graph Signal Processing Toolbox</title>
</head>
<!-- body must stay hidden until all include parts are loaded -->
<body style="display:none;">
<!-- Wrap the content into responsive container -->
<div class="container">
<!-- Include main navigation -->
<div class="masthead include" file="include/mainnav.html"></div>
<div class="row-fluid">
<h1>List of the different codes:</h1>
<p>On this page, a full list of all different packages is available. They are roughly sorted by topic. In each package, you'll find
<ul>
<li>the documented code to reproduce all the figures of the paper,</li>
<li>the original paper/article,</li>
<li>and sometime a PDF with the results of the experiments.</li>
</ul>
<b>The layout may not be optimal since everything is generated automatically. Sorry for the inconvenience.</b>
</p>
<hr>
<h2>Sectral graph theory </h2>
<ul>
<li><a href="stationarity/">Stationarity on graphs</a> </li>
<li><a href="uncertainty/">Global and Local Uncertainty Principles for Signals on Graphs</a> </li>
<li><a href="archive/RR_lanczos.zip">Accelerated filtering on graphs using Lanczos method</a> </li>
</ul>
<hr>
<h2>Time frequency analysis / audio signal processing</h2>
<ul>
<li><a href="audio_inpainting/">Audio inpainting with similarity graphs</a></li>
<li><a href="gdwuco/">Designing Gabor dual windows using convex optimization</a></li>
<li><a href="fgla/">A fast Griffin Lim algorithm</a></li>
</ul>
<hr>
<h2>Compress sensing </h2>
<ul>
<li><a href="image_source_separation/">Image source separation</a> </li>
</ul>
<hr>
<h2>Unpublished work</h2>
<ul>
<li><a href="lrtv_hsi/">Low rank TV on hyper spectral image</a> </li>
<li><a href="srfsp/">Super-resolution for spectrometry</a> </li>
</ul>
<hr>
<h2>Other code: not respecting the aforementioned conventions :-(</h2>
<ul>
<li><a href="archive/code_thesis.zip">Graph-based structures in Data Science: Fundamental limits and applications to Machine Learning</a> (Code to reproduce all the figures of my thesis)</li>
<li><a href="archive/a_time_vertex_signal_processing_framework.zip">A Time-Vertex Signal Processing Framework</a> (Code to reproduce all the figures)</li>
<li><a href="archive/RPCAG_FRPCAG.zip">Fast Robust PCA on Graphs</a> (Code to reproduce all the figures)</li>
</ul>
</div><!--</row-fluid>-->
<!-- footer -->
<div class="include" file="include/footer.html"></div>
</div><!--</container>-->
<!-- These two have to be here to dynamically load the included parts -->
<script src="include/jquery.min.js"></script>
<script src="include/bootstrap-select.min.js"></script>
<script src="include/rrp.js" type="text/javascript"></script>
</body>
</html>