-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnotes.html
More file actions
26 lines (23 loc) · 708 Bytes
/
notes.html
File metadata and controls
26 lines (23 loc) · 708 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Notes</title>
</head>
<body>
<h1>Resources</h1>
<h3>
There are some notes and videos to study Radio Astronomy.
</h3>
<h2>Notes</h2>
<ul>
<li>Fourier Transfrom    <a href="NOTES_PDF/Fourier.pdf">FT</a></li>
<li>Radio Astronomy    <a href="https://web.njit.edu/~gary/728/"> RA</a></li>
</ul>
<h2>Videos</h2>
<ul>
<li>Fourier Analysis    <a href="https://www.youtube.com/playlist?list=PLMrJAkhIeNNT_Xh3Oy0Y4LTj0Oxo8GqsC">FA</a></li>
</ul>
</body>
</html>