Download 06 lecture #6

Survey
yes no Was this document useful for you?
   Thank you for your participation!

* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project

Document related concepts

Power inverter wikipedia , lookup

Fault tolerance wikipedia , lookup

Rectifier wikipedia , lookup

Buck converter wikipedia , lookup

Islanding wikipedia , lookup

Electromagnetic compatibility wikipedia , lookup

Chirp compression wikipedia , lookup

Immunity-aware programming wikipedia , lookup

Flexible electronics wikipedia , lookup

Tube sound wikipedia , lookup

Electronic engineering wikipedia , lookup

Ringing artifacts wikipedia , lookup

Bode plot wikipedia , lookup

Mains electricity wikipedia , lookup

Nominal impedance wikipedia , lookup

Mechanical filter wikipedia , lookup

Chirp spectrum wikipedia , lookup

Mathematics of radio engineering wikipedia , lookup

Utility frequency wikipedia , lookup

Schmitt trigger wikipedia , lookup

Distributed element filter wikipedia , lookup

Resistive opto-isolator wikipedia , lookup

Audio crossover wikipedia , lookup

Switched-mode power supply wikipedia , lookup

Test probe wikipedia , lookup

Two-port network wikipedia , lookup

Metadyne wikipedia , lookup

Integrated circuit wikipedia , lookup

Heterodyne wikipedia , lookup

Opto-isolator wikipedia , lookup

Zobel network wikipedia , lookup

Wien bridge oscillator wikipedia , lookup

Regenerative circuit wikipedia , lookup

RLC circuit wikipedia , lookup

Transcript
EE 211
Lecture 6
Feb. 24, 2006
Topics
•
•
•
•
Mid term exam
Prelab policy
Pspice Analysis
Frequency Response
Mid-term Exam
•
•
•
•
•
•
Closed book, closed notes
1 hour, in class
Bring calculators
Covers Labs 1-12
Expect at least one question from each lab
Short answer format similar to the
example– expect 25 questions.
Prelab policy
• We will now begin collecting and grading
all prelab materials.
Labs 12-13 Pspice Analysis
• Pspice is a circuit simulator program
• It uses libraries of components to define
circuits and simulate them.
• Probe provides graphical output for the
results
• Pspice includes transient, dc, transfer
function, and other simulations modes
Pspice circuit files
Passive components– R, L and C
The 1st character in a name defines the device type.
The name is followed by the node numbers. The
final number is the value of the component.
CANG2 610 605 1.0ufd
RANG2 605 0 10kohm
*
*field circuit
RF 630 632 0.001 ; field resistance
LPF 633 634 .2546mH
VF 630 0 .002
Independent Sources
V=voltage source
I= current source
Examples of DC, sinusoidal, and pulse voltages.
VF 630 0 .002volts
*
(offset mag
freq td df angle)
VBUSA 200 0 SIN(0
1.414V 60.0 0 0
0)
*
initialval finalval delay risetime falltime pulse width period
IPMECH 0 600 pulse (1.0A
0.0A
0
0.01msec 0.01msec 40msec
100msec)
The Main circuit for a comparator
•The main Program
vi 11 0 sin(0 2 100 0 0)
* op-amp terminals: +in -in +ps -ps out
xOAmp
11 0 14 15 20
Vcc 14 0 dc +12v
Vee 15 0 dc -12v
Rout 20 0 1kohm
LM741/NS
•NOTE---- X indicates a call to a subcircuit
*/////////////////////////////////////////////////////////////////////
* Legal Notice: This material is intended for free software support.
* The file may be copied, and distributed; however, reselling the
* material is illegal
*////////////////////////////////////////////////////////////////////
* For ordering or technical information on these models, contact:
* National Semiconductor's Customer Response Center
*
7:00 A.M.--7:00 P.M. U.S. Central Time
*
(800) 272-9959
* For Applications support, contact the Internet address:
* [email protected]
*//////////////////////////////////////////////////////////
*LM741 OPERATIONAL AMPLIFIER MACRO-MODEL
*//////////////////////////////////////////////////////////
*
* connections:
non-inverting input
*
| inverting input
*
| | positive power supply
*
| | | negative power supply
*
| | | | output
*
| | | | |
*
| | | | |
.SUBCKT LM741/NS 1 2 99 50 28
*
Transient Analysis
*
max step
.tran 0.01ms
.probe
.end
Tend
50ms
print delay
0ms
max print step size
0.01ms
20V
10V
0V
-10V
-20V
0s
V(200)
10ms
V(100)
20ms
30ms
40ms
50ms
Time
60ms
70ms
80ms
Frequency Response- Gain vs. freq.
20V
15V
10V
5V
0V
10Hz
V(200)
30Hz
100Hz
300Hz
Frequency
1.0KHz
3.0KHz
10KHz
Frequency Response- Gain in db
30
20
10
0
10Hz
DB(V(200))
30Hz
100Hz
300Hz
Frequency
1.0KHz
3.0KHz
10KHz
Low pass filter
Cf
Rf
R1
+15V
-
A
Vin
+
-15V
Vout
The feedback circuit impedance
A parallel RC circuit has an impedance of
Z p ( s) 
1
1
 sC p
Rp
Kp

1 s
p
Summary
• We will use Pspice, Labview and the lab
bench to investigate low, high and
bandpass filters.