PURPOSE:
The objective of this experiment is to learn to use the PSpice circuit simulator to study the transient and steady state AC behavior of circuits. The fundamentals of PSpice were covered in an earlier experiment. The emphasis in this experiment is on the time and frequency domain properties of circuits containing energy storage elements.
EQUIPMENT:
SPICE has been ported to personal microcomputers. PSpice is the PC version used at TU. It is marketed by OrCAD. SPICE is discussed in several textbooks with examples and appendices. CLICK HERE to download the free student version of PSpice used for this class.
GENERAL THEORY:
The general concept of simulating a circuit using PSpice is described in Experiment #4 Introduction to PSpice. DC or time invariant analysis of circuits is emphasized in the introductory exercises where transfer curves of output verses input or solutions at a fixed source value are obtained. There are two other modes of analysis for SPICE circuit simulation:
TRAN = transient or time domain analysis where the output is a waveform as a function of time.
AC = steady state AC or frequency domain analysis where the output is phasor values as a function of frequency.
TIME DOMAIN ANALYSIS:
The transient analysis requires at least two parameters: tstep and tstop. The total time duration for the analysis is specified by tstop. This value should be 5-6 times the RC time constant for todays lab. Tstep should be a small fraction of a time constant to ensure enogh details, but large enough to prevent generating excessive data values. The PROBE graphical output is highly recommended for displaying the waveform output of transient analyses. The waveform type and parameters of time varying sources must also be specified.
FREQUENCY DOMAIN ANALYSIS:
The frequency domain analysis requires four arguments. The sweep type parameter can be linear with equally spaced frequency points or logarithmic. There are two logarithmic options; octaves (factors of 2) or decades (factors of ten). The parameter points specifies the total number of points for a linear sweep, or the number of points per octave or decade for a logarithmic sweep. The last needed values are the starting and ending frequencies. The PROBE graphical output is very useful for viewing frequency sweep results
PROCEDURE: