-
Notifications
You must be signed in to change notification settings - Fork 4
/
AdditionalResources.html
65 lines (56 loc) · 3.26 KB
/
AdditionalResources.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta name="generator" content="jemdoc, see http://jemdoc.jaboc.net/" />
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<link rel="stylesheet" href="jemdoc.css" type="text/css" />
<title>Complex Networks: A Networking and Signal Processing Perspective - Additional Resources</title>
</head>
<body>
<table summary="Table for page layout." id="tlayout">
<tr valign="top">
<td id="layout-menu">
<div class="menu-item"><a href="home.html">Home</a></div>
<div class="menu-item"><a href="BookContents.html">Contents</a></div>
<div class="menu-item"><a href="Courses.html">Courses</a></div>
<div class="menu-item"><a href="BookChaptersPresentations.html">Presentations</a></div>
<div class="menu-item"><a href="AdditionalResources.html">Resources</a></div>
<div class="menu-item"><a href="Acknowledgments.html">Acknowledgments</a></div>
<div class="menu-item"><a href="ContactUs.html">Contact Us</a></div>
</td>
<td id="layout-content">
<font size="10" style="color:#527bbd"><b>Complex Networks</b></font></br>
<h1 style="margin-top: -10px">A Networking and Signal Processing Perspective</h1>
<details>
<summary><font size="4" style="color:#527bbd"><b><u>Important Softwares</u></b></font></br></summary>
<p style="text-align:justify;"> To run the codes of Chapter 8 and onwards, you need to install the following softwares: GSPBox (<a href="https://epfl-lts2.github.io/gspbox-html/" target="_blank">https://epfl-lts2.github.io/gspbox-html/</a>) and
MatlabBGL (<a href="https://www.mathworks.com/matlabcentral/fileexchange/10922-matlabbgl" target="_blank">https://www.mathworks.com/matlabcentral/fileexchange/10922-matlabbgl</a>) </p>
</details>
<p> </p>
<details>
<summary><font size="4" style="color:#527bbd"><b><u>Chapter 8</u></b></font></br></summary>
<p> </p>
<ul><li><p> <b><a href="Codes/Installing_GSPBox.txt" target="_blank">Installing GSPBox</a></b> <a href="Codes/Installing_GSPBox.m">(Download)</a> </p> </li></ul>
<ul><li><p> <b><a href="Codes/plot_signal_spectrum.txt" target="_blank">Plotting a graph signal and its spectrum</a></b> <a href="Codes/plot_signal_spectrum.m">(Download)</a> </p> </li></ul>
<ul><li><p> <b><a href="Codes/filters.txt" target="_blank">Filtering a graph signal</a></b> <a href="Codes/filters.m">(Download)</a> </p> </li></ul>
</details>
<p> </p>
<details>
<summary><font size="4" style="color:#527bbd"><b><u>Chapter 9</u></b></font></br></summary>
<p> </p>
<ul><li><p> <b><a href="Codes/gft_weight_matrix.txt" target="_blank">Weight matrix based GFT</a></b> <a href="Codes/gft_weight_matrix.m">(Download)</a> </p> </li></ul>
<ul><li><p> <b><a href="Codes/gft_directed_Laplacian.txt" target="_blank">Directed Laplacian based GFT </a></b> <a href="Codes/gft_directed_Laplacian.m">(Download)</a> </p> </li></ul>
</details>
<p> </p>
<details>
<summary><font size="4" style="color:#527bbd"><b><u>Chapter 10</u></b></font></br></summary>
<p> </p>
<ul><li><p> SGWT </p> </li></ul>
</details>
<p> </p>
<div id="footer">
<p>Copyright © by B. S. Manoj, Abhishek Chakraborty, and Rahul singh - All rights reserved. </a></span></p>
</div>
</body>
</html>