-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
32 lines (26 loc) · 815 Bytes
/
Copy pathindex.html
File metadata and controls
32 lines (26 loc) · 815 Bytes
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
<!DOCTYPE html>
<html lang=en>
<head>
<meta charset="utf-8"/>
<link rel='stylesheet' href='main.css'></link>
<title>SDR</title>
</head>
<body>
<h1>Studying Software Defined Radio (SDR)</h1>
<h2>Content</h2>
<ul>
<li><a href="signal_dimensions.html">Signal Dimensions</a></li>
<li><a href="IQ_variables.html">IQ variables</a></li>
<li><a href="complexIQ_variables.html">Complex IQ variables</a></li>
</ul>
<h3>External References</h3>
<ul>
<li><a href="https://www.mathjax.org/">MathJax</a>
</li>
<li><a
href="https://math.meta.stackexchange.com/questions/5020/mathjax-basic-tutorial-and-quick-reference">MathJax
basic tutorial and quick reference</a>
</li>
</ul>
</body>
</html>