6.301 Solid-State Circuits
Fall 2009
image restricted to class participants
Instructor: Hae-Seung Lee
TAs: Albert Chang, Douglas J Adams
Lecture: TR1-2.30 (36-156)
Information:
Announcements
Practice Final Exam Solution
Dear Class,
All the practice final exam solutions are realeased online now. Please let us know if you have any question.
Good luck on your exam!
All the practice final exam solutions are realeased online now. Please let us know if you have any question.
Good luck on your exam!
Announced on 10 December 2009 7:58 p.m. by Albert Chang
Review Session
I will be holding an informal review session on Thursday from
3 to 5 in 38-500.
Announced on 08 December 2009 2:49 p.m. by Douglas J Adams
Problem Set 6
For Problems 2 and 3 of Problem Set 6, use Bode plot instead
of Nyquist diagram. Use asymtotes (straight lines) for magnitude.
For phase, analytically calculate phases at 1MHz and 4MHz, and
linearly interpolate (on Bode plot) in between.
Announced on 17 November 2009 8:49 a.m. by Hae-Seung Lee
Signups
My Signups for Lab 2 are online in the forum.
Doug
Doug
Announced on 04 November 2009 9:30 p.m. by Douglas J Adams
Spice Model
When modeling the transistors in spice, you can use the 2n3904
built in to LTspice, or if you want to be more precise, you can add
your own model.
The syntax is:
The syntax is:
Model statement:
.MODEL BJT_modName NPN (BF=val
IS=val VAF=val)
in which BF is the common emitter current gain ß, IS is the
saturation current and VAF is the Early voltage. If no values are
specified, the default values are assumed (ß=100; IS=1E-16A, and
VAF=[infinite]). Other parameters can be specified including the
junction capacitances CJE (0pF) and CJC (0pF), the transit times TT
(0sec) and TR (0sec), the base RB (0 Ohm), emitter RE (0 Ohm) and
collector resistances RC (0 Ohm). For a complete list of the
parameters please refer to one of the references. As an example,
the model parameters for the 2N2222A NPN transistor is given
below:
.model Q2N2222A NPN (IS=14.34F
XTI=3 EG=1.11 VAF= 74.03 BF=255.9 NE=1.307 ISE=14.34F IKF=.2847
XTB=1.5 BR=6.092 NC=2 ISC=0 IKR=0 RC=1 CJC=7.306P MJC=.3416 VJC=.75
FC=.5 CJE=22.01P MJE=.377 VJE=.75 TR=46.91N TF=411.1P ITF=.6
VTF=1.7 XTF=3 RB=10)
Notice that the continuation sign + should be added at the
beginning of a new line. A circuit example with a npn transistor
can be found under the section
Examples
Announced on 28 October 2009 8:35 p.m. by Douglas J Adams