Lect 01 Intro PDF
Lect 01 Intro PDF
Gu-Yeon Wei
Division of Engineering and Applied Sciences
Harvard University
[email protected]
Wei 1
Course Objectives
Due to time constraints, we will only briefly look at digital MOS circuits
during the last week of the course. Digital CMOS circuits and VLSI
design issues are covered more extensively in CS148.
Analysis and Design of Analog Integrated Circuits, Gray et al, Wiley, 2001.
Device Electronics for Integrated Circuits, Muller and Kamins, Wiley, 1986.
Design with Operational Amplifiers and Analog Integrated Circuits, Franco, McGraw
Hill, 2002.
Lectures
Tues and Thurs 10 11:30AM in Cruft 318
Lecture notes will be handed out in class and will be available on
the course web page (www.deas.harvard.edu/courses/es154)
Homework
Assigned on Thurs and due the following Thurs in class No late
homework unless arranged one class period in advance
Lab
Maxwell Dworkin B129 (in the basement)
There will be four laboratory assignments throughout the semester.
You may be required to complete pre-lab assignments prior to
going into lab.
Lab write-ups due with homework assignments on Thurs
Exams
In-class midterm (tentative date Nov. 5)
Final exam (date TBA)
ASK QUESTIONS!!!
I will make an effort to periodically stop and see if everyone
understands the lecture material. However, you should stop
me at any time if you have any questions.
If you are confused about something, chances are so is
someone else.
OFFICE HOURS
You are also encouraged to stop by our office hours. Or, if
you are around on the 3rd floor of MD and you see my door
open, stop by and say hello. My office is MD333.
Take advantage of office hours. Its a resource that too
many students seem to neglect.
Gu-Yeon Wei
Division of Engineering and Applied Sciences
Harvard University
[email protected]
Wei 10
Overview
Reading
S&S: Chapter 1, Appendix E
Supplemental Reading
Lee: Chapter 1 A nonlinear history of radio
Nilsson: Chapters 1-4 (basic circuit analysis)
Background
This lecture is intended to give you a brief overview of what you can expect
to learn from this course. There are additional interesting tidbits of historical
trivia sprinkled into the lecture for fun. At the end, we review basic circuit
theory that you shouldve all seen before in a physics course or ES50. If not,
do the Nilsson reading above. It should be pretty straight forward if you have
seen the material before.
Abacus
Building electronics:
Started with tubes, then miniature
tubes
Transistors, then miniature
transistors
Bardeen, Brattain, and Shockley
invent the first germanium point-
contact transistor at Bell Labs in
1947 (they received a Nobel prize
for this discovery).
Built an amplifier
Components were getting cheaper,
more reliable but:
There is a minimum cost of a
component (storage, handling )
Total system cost was proportional
to complexity
The IC industry has been able to continue to reduce the size of transistors and
increase the number of devices that can be integrated onto a single device
3mm
Itanium 2
2002
1-GHz
130-W
0.18-um
4mm
221M
transistors
421-mm2
(~20 x 21 mm)
We will rely on two sets of tools to help us design and verify our
circuits.
Circuit Simulations
HSPICE an analog circuit simulator
SUE Schematic User Environment is a graphical tool for
drawing circuits and then creating a netlist from HSPICE
MATLAB
Mathematical tool for frequency response analysis and
create pretty graphs
Some basic circuit elements (and their symbols) that we will be using
extensively in the class
i i i
v = constant
i=
v R v C v L
i = constant
v=
v=iR i = C dv/dt v = L di/dt
Kirchhoffs Current Law (KCL): The algebraic sum of all of the currents
at a node in a circuit equals zero.
Kirchhoffs Voltage Law (KVL): The algebraic sum of all of the voltages
around any closed path in a circuit equals zero.
R1 i1
is i2 KVL: vs - v1 - v2 = 0
v1
vs v2 R2
KCL: is - i1 = 0
i1 + i2 = 0
V0 + iERE - i2R2 = 0
i2 R2 iE RE
-i1R1 + VCC - i2R2 = 0
R1 R2 R3
is is
v R4 v Req_series
R7 R6 R5 k
Req _ series = Ri = R1 + R2 + R3 + + Rk
i =1
is is
v R1 R2 R3 Req_parallel
k
1 1 1 1 1 1
= = + + + +
Req _ parallel i =1 Ri R1 R2 R3 Rk
i1 i2
R1R2
v = i1R1 = i 2R2 = i s
is R1 v R2
R1 + R2
i
R1 v s = iR1 + iR2
vs R2
v o = iR2 = v s
R2 vo
R1 + R2
d'Arsonval d'Arsonval
Ammeter RA Voltmeter
movement movement
terminals terminals
d'Arsonval
movement
Rb
Runknown
R1 R2
imeter
V
R3 Runkown
v vs v = vs
Rs
i vs i = vs / Rs
Rs
vs is Rp
But, if I gave you two black boxes and said one is a Thevenin and one
is Norton, how could you tell them apart?
2
v
RT = RL pmax = T
4RL
Wei ES 154 - Lecture 1 37
Superposition
Technique:
short circuit voltage sources and open circuit current sources
calculate for one source at a time and then sum
R1 = 8
vs = 3 V i2 = ? R2 = 4 is = 2 A
Find i2 using superposition
R1 = 8 vs 3
i2 ' = = = 0.25
R1 + R2 8 + 4
vs = 3 V i2' R2 = 4
i s R2 24
i2 ' ' = = = 0.667
R1 + R2 8 + 4
R1 = 8
i 2 = i 2 '+i 2 ' '
i2'' R2 = 4 is = 2 A
There is a set of web pages (from 2001 ES154) that provides additional
information on the basics.
Reading
S&S: Appendix E
Supplemental reading
Nilsson: Chapters 6-13