-
Notifications
You must be signed in to change notification settings - Fork 0
/
asp.html
85 lines (83 loc) · 5.07 KB
/
asp.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
78
79
80
81
82
83
84
85
<!DOCTYPE html>
<html lang="en">
<!---------------------------------Head---------------------------------------->
<head>
<!---- Global site tag (gtag.js) - Google Analytics ----->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-179499669-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-179499669-1');
</script>
<title>Joydip Roy-Blog</title>
<link rel="canonical" href="https://joydipdns.github.io/blog.html">
<link rel="shortcut icon" type="image/png" href="JRfavicon.png">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!------- Custom CSS ------->
<link rel="stylesheet" href="main.css">
</head>
<!---------------------------------Body---------------------------------------->
<body>
<!--------------------Header----------------------->
<div class="header">
<h1>Joydip Roy</h1>
</div>
<!--------------------Navbar----------------------->
<div class="navbar">
<a href="https://joydipdns.github.io/">Home</a>
<a href="JOYDIP CV V2.0.pdf" target="">Resume</a>
<a href="https://joydipdns.github.io/blog.html" class="active">Blog</a>
<a href="https://joydipdns.github.io/dailyQuotes.html">Quotes</a>
<!--<a href="https://joydipdns.github.io/misc.html">Misc</a>-->
</div>
<!--------------------ContentRow------------------->
<div class="row">
<!-------------ContentRow_Side------------>
<div class="side">
<h2>About Me</h2>
<img id="pic" src="JRfavicon.png" alt="image not available" height="160" width="160">
<p>Hi, I am Joydip. I am an Electrical Engineer graduate and I am currently pursuing MS in Electrical Engineering from <a href="http://www.iitkgp.ac.in/" style="color:#A22;" target="_blank">Indian Institute of Technology</a>, Kharagpur, India</p>
<br>
<br>
</div>
<!-------------ContentRow_Main------------>
<div class="main">
<h2>ASP Resources (source: <a href="http://www.facweb.iitkgp.ac.in/~ashismaity/Analog_Signal_Processing_Autumn_2020.html">IIT Kgp ASP course by Prof. Ashis Maity</a>)</h2>
<ul>
<li>
<h3>Books</h2>
<p>
<a href="https://joydipdns.github.io/1. Linear Integrated Circuit by D. Roy Choudhury & Shail B. Jain.pdf">1. Linear Integrated Circuit by D. Roy Choudhury & Shail B. Jain</a><br>
<a href="#">2. Analog Integrated Circuit Design, (Second Edition) by Tony Chan Carusone, David Johns, Kenneth Martin, Wiley</a><br>
<a href="https://joydipdns.github.io/3. Sergio Franco_Design With Operational Amplifiers And Analog Integrated Circuits 3rd Ed.pdf">3. Sergio Franco_Design With Operational Amplifiers And Analog Integrated Circuits 3rd Ed</a><br>
<a href="https://joydipdns.github.io/4. Analog Filter Design by Rolf Schaumann, Haiqiao Xiao, Mac Van Valkenburg, (Second Indian Edition), Oxford University Press.pdf">4. Analog Filter Design by Rolf Schaumann, Haiqiao Xiao, Mac Van Valkenburg, (Second Indian Edition), Oxford University Press</a><br>
<a href="https://joydipdns.github.io/5. Behzaad Razavi- Fundamentals of Microelectronics-Wiley (2006).pdf">5. Behzaad Razavi- Fundamentals of Microelectronics-Wiley (2006)</a><br>
<a href="#">6. Sedra Smith_Microelectronic Circuits 6th Ed</a><br>
<a href="https://joydipdns.github.io/7. CMOS Analog Circuit Design by Allen and Holberg.pdf">7. CMOS Analog Circuit Design by Allen and Holberg</a><br>
<a href="https://joydipdns.github.io/8. Behzaad Razavi- Design of Analog CMOS Integrated Circuits.pdf">8. Behzaad Razavi- Design of Analog CMOS Integrated Circuits</a><br>
<a href="https://joydipdns.github.io/Boylestad_Electronic Devices and Circuit Theory 11th Ed - .pdf">9. Boylestad_Electronic Devices and Circuit Theory 11th Ed - </a><br>
</li>
<li>
<h3>Slides and Tutorial</h2>
<p>
<a href="https://joydipdns.github.io/Module1-Lecture-Slides.pdf">Module1-Lecture-Slides</a><br>
<a href="https://joydipdns.github.io/Module1-Tutorial1.pdf">Module1-Tutorial1</a><br>
<a href="https://joydipdns.github.io/Module2-Lecture-Slides.pdf">Module2-Lecture-Slides</a><br>
<a href="https://joydipdns.github.io/Module2-Tutorial2.pdf">Module2-Tutorial2</a><br>
<a href="https://joydipdns.github.io/Module3-Lecture-Slides.pdf">Module3-Lecture-Slides</a><br>
<a href="https://joydipdns.github.io/Module3-Tutorial3.pdf">Module3-Tutorial3</a><br>
<a href="https://joydipdns.github.io/Module4-Lecture-Slides.pdf">Module4-Lecture-Slides</a><br>
<a href="https://joydipdns.github.io/Module4-Tutorial4.pdf">Module4-Tutorial4</a><br>
<a href="https://joydipdns.github.io/Module5-Lecture-Slides.pdf">Module5-Lecture-Slides</a><br>
</li>
</ul>
</div>
</div>
<!--------------------Footer----------------------->
<div class="footer">
<h4>email: joydipdns@gmail.com</h4>
</div>
</body>
</html>