EXPERIMENT 9 Problem Solving: First-order Transient Circuits

Size: px
Start display at page:

Download "EXPERIMENT 9 Problem Solving: First-order Transient Circuits"

Transcription

1 EXPERIMENT 9 Problem Solving: First-order Transient Circuits I. Introduction In transient analyses, we determine voltages and currents as functions of time. Typically, the time dependence is demonstrated by plotting the waveforms using time as the independent variable. PSPICE can perform this kind of analysis, called a Transient simulation, in which all voltages and currents are determined over a specified time duration. To facilitate plotting, PSPICE uses what is known as the PROBE utility, which will be described later. As an introduction to transient analysis, let us simulate the circuit in Figure 1, plot the voltage v C (t) and the current i(t). Figure 1. The inductor and capacitor parts are called L and C, respectively, and are in the ANALOG library. The switch, called SW_TCLOSE, is in the EVAL library. There is also a SW_TOPEN part that models an opening switch. After placing and wiring the switch along with the other parts, the Schematics circuit appears as that shown in Figure 2. Figure 2. PSPICE schematic To edit the switch s attributes, double-click on the switch symbol and the ATTRIBUTES box in Figure 3 will appear. Deselecting the Include Non-changeable Attributes and Include ELEC 2110 Experiment 9 1 of 9

2 System-defined Attributes fields limits the attribute list to those we can edit and is highly recommended. The attribute tclose is the time at which the switch begins to close, and ttran is the time required to complete the closure. Switch attributes Rclosed and Ropen are the switch s resistance in the closed and open positions, respectively. During simulations, the resistance of the switch changes linearly from Ropen at t = tclose to Rclosed at t = tclose+ttran. When using the SW_TCLOSE and SW_TOPEN parts to simulate ideal switches, care should be taken to ensure that the values for ttran, Rclosed, and Ropen are appropriate for valid simulation results. In this example, we see that the switch and R1 are in series; thus, their resistances add. Using the default values listed in Figure 3, we find that when the switch is closed, the switch resistance, Rclosed, is 0.01 Ω, 100,000 times smaller than that of the resistor. The resulting series-equivalent resistance is essentially that of the resistor. Alternatively, when the switch is open, the switch resistance is 1 MΩ, 1,000 times larger than that of the resistor. Now, the equivalent resistance is much larger than that of the resistor in Figure 1. Figure 3. Switch ATTRIBUTE box Each component within the various Parts libraries in PSPICE has two or more terminals. Within PSPICE, these terminals are called pins and are numbered sequentially starting with pin 1, as shown in Figure 4 for several two-terminal parts. The significance of the pin numbers is their effect on currents plotted using the PROBE utility. PROBE always plots the current entering pin 1 and exiting pin 2. Thus, if the current through an element is to be plotted, the part should be oriented in the Schematics diagram such that the defined current direction enters the part at pin 1. This can be done by using the ROTATE command in the EDIT menu. ROTATE causes the part to spin 90 counterclockwise. In our example, we will plot the current i(t) by plotting the current through the capacitor, I(C1). Therefore, when the Schematics circuit in Figure 2 was created, the capacitor was rotated 270. As a result, pin 1 is at the top of the diagram and the assigned current direction in Figure 1 matches the direction presumed by PROBE. If a component s current direction in PROBE is opposite the desired direction, simply go to the Schematics circuit, rotate the part in question 180, and re-simulate. ELEC 2110 Experiment 9 2 of 9

3 Figure 4. Pin numbers for common PSPICE parts. To set the initial condition of the capacitor voltage, double-click on the capacitor symbol in Figure 2 to open its ATTRIBUTE box, as shown in Figure 5. Click on the IC field and set the value to the desired voltage, 0 V in this example. Setting the initial condition on an inductor current is done in a similar fashion. Be forewarned that the initial condition for a capacitor voltage is positive at pin 1 versus pin 2. Similarly, the initial condition for an inductor s current will flow into pin 1 and out of pin 2. Figure 5. Setting the capacitor initial condition. The simulation duration is selected using SETUP from the ANALYSIS menu. When the SETUP window shown in Figure 6 appears, double-click on the text TRANSIENT and the TRANSIENT window in Figure 7 will appear. The simulation period described by Final time is selected as 6 milliseconds. All simulations start at t=0. The No-Print Delay field sets the time the simulation runs before data collection begins. Print Step is the interval used for printing data to the output file and has no effect on the data used to create PROBE plots. The Detailed Bias Pt. option is useful when simulating circuits containing transistors and diodes, and thus will not be used here. When Skip initial transient solution is enabled, all capacitors and inductors that do not have specific initial condition values in their ATTRIBUTES boxes will use zero initial conditions. ELEC 2110 Experiment 9 3 of 9

4 Sometimes, plots created in PROBE are not smooth. This is caused by an insufficient number of data points. More data points can be requested by entering a Step Ceiling value. A reasonable first guess would be a hundredth of the Final Time. If the resulting PROBE plots are still unsatisfactory, reduce the Step Ceiling further. As soon as the TRANSIENT window is complete, simulate the circuit by selecting Simulate from the Analysis menu. Figure 6. The ANALYSIS SETUP window. Figure 7. The TRANSIENT window. When the PSPICE simulation is finished, the PROBE window shown in Figure 8 will open. If not, select Run Probe from the Analysis menu. In Figure 8, we see three sub-windows: the main display window, the output window, and the simulation status window. The waveforms we choose to plot appear in the main display window. The output window shows messages from ELEC 2110 Experiment 9 4 of 9

5 PSPICE about the success or failure of the simulation. Run-time information about the simulation appears in the simulation status window. Here we will focus on the main display window. To plot the voltage, v C (t), select Add Trace from the Trace menu. The ADD TRACES window is shown in Fig. 9. Note that the options Alias Names and Subcircuit Nodes have been deselected, which greatly simplifies the ADD TRACES window. The capacitor voltage is obtained by clicking on V(Vc) in the left column. The PROBE window should look like that shown in Figure 10. Before adding the current i(t) to the plot, we note that the dc source is 10 V and the resistance is 1 kω, which results in a loop current of a few milliamps. Since the capacitor voltage span is much greater, we will plot the current on a second y axis. From the Plot menu, select Add Y Axis. To add the current to the plot, select Add Trace from the Trace menu, then select I(C1). Figure 11 shows the PROBE plot for v C (t) and i(t). Figure 8. The PROBE window. ELEC 2110 Experiment 9 5 of 9

6 Figure 9. The ADD Traces window. Figure 10. PROBE plot of the capacitor voltage. ELEC 2110 Experiment 9 6 of 9

7 Figure 11. PROBE plot of v C (t) and i(t). Exercises Your report must include ALL circuit diagrams, with all variables clearly labeled, and ALL calculations must be clearly shown. In addition, you will need to capture plots for the various exercises and include them in your lab report. 1) The switch in the circuit below has been opened for a long time and is closed at t = 0. Calculate i 0 (t) for t > 0. Plot i 0 (t) versus time using Matlab and include the plot in your report. Now simulate this circuit using PSPICE and plot i 0 (t) versus time. Include this plot in your report as well. ELEC 2110 Experiment 9 7 of 9

8 2) The switch in the circuit below has been closed for a long time and is opened at t = 0. Calculate i 0 (t) for t > 0. Plot i 0 (t) versus time using Matlab and include the plot in your report. Now simulate this circuit using PSPICE and plot i 0 (t) versus time. Include this plot in your report as well. 3) The switch in the circuit below has been closed for a long time and is opened at t = 0. Calculate v 0 (t) for t > 0. Plot v 0 (t) versus time using Matlab and include the plot in your report. Now simulate this circuit using PSPICE and plot v 0 (t) versus time. Include this plot in your report as well. ELEC 2110 Experiment 9 8 of 9

9 4) The switch in the circuit below has been opened for a long time and is closed at t = 0. Calculate v C (t) for t > 0. Plot v C (t) versus time using Matlab and include the plot in your report. Now simulate this circuit using PSPICE and plot v C (t) versus time. Include this plot in your report as well. ELEC 2110 Experiment 9 9 of 9

Engineering 3821 Fall Pspice TUTORIAL 1. Prepared by: J. Tobin (Class of 2005) B. Jeyasurya E. Gill

Engineering 3821 Fall Pspice TUTORIAL 1. Prepared by: J. Tobin (Class of 2005) B. Jeyasurya E. Gill Engineering 3821 Fall 2003 Pspice TUTORIAL 1 Prepared by: J. Tobin (Class of 2005) B. Jeyasurya E. Gill 2 INTRODUCTION The PSpice program is a member of the SPICE (Simulation Program with Integrated Circuit

More information

Lab 7 PSpice: Time Domain Analysis

Lab 7 PSpice: Time Domain Analysis Lab 7 PSpice: Time Domain Analysis OBJECTIVES 1. Use PSpice Circuit Simulator to simulate circuits containing capacitors and inductors in the time domain. 2. Practice using a switch, and a Pulse & Sinusoidal

More information

ET 304A Laboratory Tutorial-Circuitmaker For Transient and Frequency Analysis

ET 304A Laboratory Tutorial-Circuitmaker For Transient and Frequency Analysis ET 304A Laboratory Tutorial-Circuitmaker For Transient and Frequency Analysis All circuit simulation packages that use the Pspice engine allow users to do complex analysis that were once impossible to

More information

A Brief Handout for Introduction to

A Brief Handout for Introduction to A Brief Handout for Introduction to Electric cal Engineering Course This handout is a compilation of PSPICE, A Brief Primer, Department of Electrical and Systems Engineering, University of Pennsylvania

More information

ECE 2274 Pre-Lab for Experiment # 4 Diode Basics and a Rectifier Completed Prior to Coming to Lab

ECE 2274 Pre-Lab for Experiment # 4 Diode Basics and a Rectifier Completed Prior to Coming to Lab Part I I-V Characteristic Curve ECE 2274 Pre-Lab for Experiment # 4 Diode Basics and a Rectifier Completed Prior to Coming to Lab 1. Construct the circuit shown in figure 4-1. Using a DC Sweep, simulate

More information

Introduction to PSpice

Introduction to PSpice Electric Circuit I Lab Manual 4 Session # 5 Introduction to PSpice 1 PART A INTRODUCTION TO PSPICE Objective: The objective of this experiment is to be familiar with Pspice (learn how to connect circuits,

More information

EXPERIMENT NUMBER 10 TRANSIENT ANALYSIS USING PSPICE

EXPERIMENT NUMBER 10 TRANSIENT ANALYSIS USING PSPICE EXPERIMENT NUMBER 10 TRANSIENT ANALYSIS USING PSPICE Objective: To learn to use a circuit simulator package for plotting the response of a circuit in the time domain. Preliminary: Revise laboratory 8 to

More information

EECE Circuits and Signals: Biomedical Applications. Lab 3. Basic Instruments, Components and Circuits. Introduction to Spice and AC circuits

EECE Circuits and Signals: Biomedical Applications. Lab 3. Basic Instruments, Components and Circuits. Introduction to Spice and AC circuits EECE 2150 - Circuits and Signals: Biomedical Applications Lab 3 Basic Instruments, Components and Circuits. Introduction to Spice and AC circuits Introduction and Preamble: In this lab you will experiment

More information

ECE 201 LAB 6 INTRODUCTION TO SPICE/PSPICE

ECE 201 LAB 6 INTRODUCTION TO SPICE/PSPICE Version 1.1 1 of 33 BEFORE YOU BEGIN PREREQUISITE LABS Resistive Circuits EXPECTED KNOWLEDGE ECE 201 LAB 6 INTRODUCTION TO SPICE/PSPICE Ohm's Law: v = ir Node Voltage and Mesh Current Methods of Circuit

More information

An Introductory Guide to Circuit Simulation using NI Multisim 12

An Introductory Guide to Circuit Simulation using NI Multisim 12 School of Engineering and Technology An Introductory Guide to Circuit Simulation using NI Multisim 12 This booklet belongs to: This document provides a brief overview and introductory tutorial for circuit

More information

ENEE207 Electric Circuits Lab Manual

ENEE207 Electric Circuits Lab Manual ENEE207 Electric Circuits Lab Manual Department of Engineering, Physical & Computer Sciences Montgomery College Version 3 Copyright Lan Xiang (Do not distribute without permission) 1 TABLE OF CONTENTS

More information

ECE 2274 Diode Basics and a Rectifier Completed Prior to Coming to Lab

ECE 2274 Diode Basics and a Rectifier Completed Prior to Coming to Lab ECE 2274 Diode Basics and a Rectifier Completed Prior to Coming to Lab Perlab: Part I I-V Characteristic Curve for the 1. Construct the circuit shown in figure 1. Using a DC Sweep, simulate in LTspice

More information

EEL 5245 POWER ELECTRONICS I Lecture #5: Examples PSPICE Refresher (Dr. Chris Iannelo)

EEL 5245 POWER ELECTRONICS I Lecture #5: Examples PSPICE Refresher (Dr. Chris Iannelo) EEL 5245 POWER ELECTRONICS I Lecture #5: Examples PSPICE Refresher (Dr. Chris Iannelo) Discussion Topics Exercise 2.2 and Problem 2.7 Solutions PSPICE Overview PSPICE Websites www.pspice.com www.orcadpcb.com

More information

University of Pittsburgh

University of Pittsburgh University of Pittsburgh Experiment #5 Lab Report Diode Applications and PSPICE Introduction Submission Date: 10/10/2017 Instructors: Dr. Minhee Yun John Erickson Yanhao Du Submitted By: Nick Haver & Alex

More information

EE 210 Lab Exercise #3 Introduction to PSPICE

EE 210 Lab Exercise #3 Introduction to PSPICE EE 210 Lab Exercise #3 Introduction to PSPICE Appending 4 in your Textbook contains a short tutorial on PSPICE. Additional information, tutorials and a demo version of PSPICE can be found at the manufacturer

More information

Revised: Summer 2010

Revised: Summer 2010 EE 2274 PRE-LAB EXPERIMENT 5 DIODE OR GATE & CLIPPING CIRCUIT COMPLETE PRIOR TO COMING TO LAB Part I: 1. Design a diode, Figure 1 OR gate in which the maximum input current,, Iin is less than 5mA. Show

More information

SIMULATIONS OF LCC RESONANT CIRCUIT POWER ELECTRONICS COLORADO STATE UNIVERSITY. Modified in Spring 2006

SIMULATIONS OF LCC RESONANT CIRCUIT POWER ELECTRONICS COLORADO STATE UNIVERSITY. Modified in Spring 2006 SIMULATIONS OF LCC RESONANT CIRCUIT POWER ELECTRONICS COLORADO STATE UNIVERSITY Modified in Spring 2006 Page 1 of 27 PURPOSE: The purpose of this lab is to simulate the LCC circuit using MATLAB and CAPTURE

More information

Figure 1. Main window (Common Interface Window), CIW opens and from the pull down menus you can start your design. Figure 2.

Figure 1. Main window (Common Interface Window), CIW opens and from the pull down menus you can start your design. Figure 2. Running Cadence Once the Cadence environment has been setup you can start working with Cadence. You can run cadence from your directory by typing Figure 1. Main window (Common Interface Window), CIW opens

More information

Getting Started with Qucs

Getting Started with Qucs Getting Started with Qucs Graham Edge University of Toronto After downloading Qucs, installing it, and running for the first time you should see a window that looks something like this: The large yellow

More information

Week 4: Experiment 24. Using Nodal or Mesh Analysis to Solve AC Circuits with an addition of Equivalent Impedance

Week 4: Experiment 24. Using Nodal or Mesh Analysis to Solve AC Circuits with an addition of Equivalent Impedance Week 4: Experiment 24 Using Nodal or Mesh Analysis to Solve AC Circuits with an addition of Equivalent Impedance Lab Lectures You have two weeks to complete Experiment 27: Complex Power 2/27/2012 (Pre-Lab

More information

TTL LOGIC and RING OSCILLATOR TTL

TTL LOGIC and RING OSCILLATOR TTL ECE 2274 TTL LOGIC and RING OSCILLATOR TTL We will examine two digital logic inverters. The first will have a passive resistor pull-up output stage. The second will have an active transistor and current

More information

Week 9: Series RC Circuit. Experiment 14

Week 9: Series RC Circuit. Experiment 14 Week 9: Series RC Circuit Experiment 14 Circuit to be constructed It is good practice to short the unused pin on the trimpot when using it as a variable resistor Velleman function generator Shunt resistor

More information

University of Michigan EECS 311: Electronic Circuits Fall 2008 LAB 4 SINGLE STAGE AMPLIFIER

University of Michigan EECS 311: Electronic Circuits Fall 2008 LAB 4 SINGLE STAGE AMPLIFIER University of Michigan EECS 311: Electronic Circuits Fall 2008 LAB 4 SINGLE STAGE AMPLIFIER Issued 10/27/2008 Report due in Lecture 11/10/2008 Introduction In this lab you will characterize a 2N3904 NPN

More information

Chapter 12: Electronic Circuit Simulation and Layout Software

Chapter 12: Electronic Circuit Simulation and Layout Software Chapter 12: Electronic Circuit Simulation and Layout Software In this chapter, we introduce the use of analog circuit simulation software and circuit layout software. I. Introduction So far we have designed

More information

Class #8: Experiment Diodes Part I

Class #8: Experiment Diodes Part I Class #8: Experiment Diodes Part I Purpose: The objective of this experiment is to become familiar with the properties and uses of diodes. We used a 1N914 diode in two previous experiments, but now we

More information

Real Analog - Circuits 1 Chapter 11: Lab Projects

Real Analog - Circuits 1 Chapter 11: Lab Projects Real Analog - Circuits 1 Chapter 11: Lab Projects 11.2.1: Signals with Multiple Frequency Components Overview: In this lab project, we will calculate the magnitude response of an electrical circuit and

More information

Lab 4 Rev. 1 Open Lab Due COB Friday April 6, 2018

Lab 4 Rev. 1 Open Lab Due COB Friday April 6, 2018 EE314 Systems Spring Semester 2018 College of Engineering Prof. C.R. Tolle South Dakota School of Mines & Technology Lab 4 Rev. 1 Open Lab Due COB Friday April 6, 2018 In this lab we will setup Matlab

More information

Introduction to Pspice

Introduction to Pspice 1. Objectives Introduction to Pspice The learning objectives for this laboratory are to give the students a brief introduction to using Pspice as a tool to analyze circuits and also to demonstrate the

More information

EE 2274 DIODE OR GATE & CLIPPING CIRCUIT

EE 2274 DIODE OR GATE & CLIPPING CIRCUIT EE 2274 DIODE OR GATE & CLIPPING CIRCUIT Prelab Part I: Wired Diode OR Gate LTspice use 1N4002 1. Design a diode OR gate, Figure 1 in which the maximum current thru R1 I R1 = 9mA assume Vin = 5Vdc. Design

More information

ELEC3106 Electronics. Lab 4: EMI simulations with SPICE. Objective. Material. Simulations

ELEC3106 Electronics. Lab 4: EMI simulations with SPICE. Objective. Material. Simulations ELEC3106 Electronics Lab 4: EMI simulations with SPICE Objective The objective of this laboratory session is to give the students a good understanding of the possibilities a circuit simulator (as SPICE)

More information

OrCAD PSpice - Tutorial. TA: 黃玉龍

OrCAD PSpice - Tutorial. TA: 黃玉龍 OrCAD PSpice - Tutorial TA: 黃玉龍 r9994320@ntu.edu.tw Outline 2 Introduction Preparation Schematic Simulation Conclusion Introduction 3 OrCAD PSpice is developed by Cadence Analog circuit simulation tool

More information

Xcircuit and Spice. February 26, 2007

Xcircuit and Spice. February 26, 2007 Xcircuit and Spice February 26, 2007 This week we are going to start with a new tool, namely Spice. Spice is a circuit simulator. The variant of spice we will use here is called Spice-Opus, and is a combined

More information

Lab Reference Manual. ECEN 326 Electronic Circuits. Texas A&M University Department of Electrical and Computer Engineering

Lab Reference Manual. ECEN 326 Electronic Circuits. Texas A&M University Department of Electrical and Computer Engineering Lab Reference Manual ECEN 326 Electronic Circuits Texas A&M University Department of Electrical and Computer Engineering Contents 1. Circuit Analysis in PSpice 3 1.1 Transient and DC Analysis 3 1.2 Measuring

More information

ECE 310L : LAB 9. Fall 2012 (Hay)

ECE 310L : LAB 9. Fall 2012 (Hay) ECE 310L : LAB 9 PRELAB ASSIGNMENT: Read the lab assignment in its entirety. 1. For the circuit shown in Figure 3, compute a value for R1 that will result in a 1N5230B zener diode current of approximately

More information

RELEASE NOTES SIMETRIX 6.2 O VERVIEW WHAT S NEW GUI DVM SIMETRIX SIMULATOR SIMPLIS SIMULATOR SCRIPT LANGUAGE MODEL LIBRARY

RELEASE NOTES SIMETRIX 6.2 O VERVIEW WHAT S NEW GUI DVM SIMETRIX SIMULATOR SIMPLIS SIMULATOR SCRIPT LANGUAGE MODEL LIBRARY RELEASE NOTES SIMETRIX 6.2 O VERVIEW This document provides details of SIMetrix Version 6.2. WHAT S NEW GUI 1. Model selection by specification. Some types of library model can now be selected from their

More information

Experiment 2: Simulation of DC Resistive Circuits

Experiment 2: Simulation of DC Resistive Circuits Experiment 2: Simulation of DC Resistive Circuits Objectives: Simulate DC Resistive circuits using Orcad PSpice Software. Verify experimental and theoretically calculated results for a given resistive

More information

Lab 4: Analysis of the Stereo Amplifier

Lab 4: Analysis of the Stereo Amplifier ECE 212 Spring 2010 Circuit Analysis II Names: Lab 4: Analysis of the Stereo Amplifier Objectives In this lab exercise you will use the power supply to power the stereo amplifier built in the previous

More information

Real Analog - Circuits 1 Chapter 1: Lab Projects

Real Analog - Circuits 1 Chapter 1: Lab Projects Real Analog - Circuits 1 Chapter 1: Lab Projects 1.2.2: Dependent Sources and MOSFETs Overview: In this lab assignment, a qualitative discussion of dependent sources is presented in the context of MOSFETs

More information

Figure AC circuit to be analyzed.

Figure AC circuit to be analyzed. 7.2(1) MULTISIM DEMO 7.2: INTRODUCTION TO AC ANALYSIS In this section, we ll introduce AC Analysis in Multisim. This is perhaps one of the most useful Analyses that Multisim offers, and we ll use it in

More information

SIMULATIONS WITH THE BUCK-BOOST TOPOLOGY EE562: POWER ELECTRONICS I COLORADO STATE UNIVERSITY. Modified February 2006

SIMULATIONS WITH THE BUCK-BOOST TOPOLOGY EE562: POWER ELECTRONICS I COLORADO STATE UNIVERSITY. Modified February 2006 SIMULATIONS WITH THE BUCK-BOOST TOPOLOGY EE562: POWER ELECTRONICS I COLORADO STATE UNIVERSITY Modified February 2006 Page 1 of 13 PURPOSE: The purpose of this lab is to simulate the Buck-Boost converter

More information

LTSpice Basic Tutorial

LTSpice Basic Tutorial Index: I. Opening LTSpice II. Drawing the circuit A. Making Sure You Have a GND B. Getting the Parts C. Placing the Parts D. Connecting the Circuit E. Changing the Name of the Part F. Changing the Value

More information

Introduction to OrCAD. Simulation Program With Integrated Circuits Emphasis.

Introduction to OrCAD. Simulation Program With Integrated Circuits Emphasis. Islamic University of Gaza Faculty of Engineering Electrical Engineering department Digital Electronics Lab (EELE 3121) Eng. Mohammed S. Jouda Eng. Amani S. abu reyala Experiment 1 Introduction to OrCAD

More information

Curve Tracer Laboratory Assistant Using the Analog Discovery Module as A Curve Tracer

Curve Tracer Laboratory Assistant Using the Analog Discovery Module as A Curve Tracer Curve Tracer Laboratory Assistant Using the Analog Discovery Module as A Curve Tracer The objective of this lab is to become familiar with methods to measure the dc current-voltage (IV) behavior of diodes

More information

University of Michigan EECS 311: Electronic Circuits Fall 2009 LAB 2 NON IDEAL OPAMPS

University of Michigan EECS 311: Electronic Circuits Fall 2009 LAB 2 NON IDEAL OPAMPS University of Michigan EECS 311: Electronic Circuits Fall 2009 LAB 2 NON IDEAL OPAMPS Issued 10/5/2008 Pre Lab Completed 10/12/2008 Lab Due in Lecture 10/21/2008 Introduction In this lab you will characterize

More information

BIO 365L Neurobiology Laboratory. Training Exercise 1: Introduction to the Computer Software: DataPro

BIO 365L Neurobiology Laboratory. Training Exercise 1: Introduction to the Computer Software: DataPro BIO 365L Neurobiology Laboratory Training Exercise 1: Introduction to the Computer Software: DataPro 1. Don t Panic. When you run DataPro, you will see a large number of windows, buttons, and boxes. In

More information

EE 2274 RC and Op Amp Circuit Completed Prior to Coming to Lab. Prelab Part I: RC Circuit

EE 2274 RC and Op Amp Circuit Completed Prior to Coming to Lab. Prelab Part I: RC Circuit EE 2274 RC and Op Amp Circuit Completed Prior to Coming to Lab Prelab Part I: RC Circuit 1. Design a high pass filter (Fig. 1) which has a break point f b = 1 khz at 3dB below the midband level (the -3dB

More information

Integrators, differentiators, and simple filters

Integrators, differentiators, and simple filters BEE 233 Laboratory-4 Integrators, differentiators, and simple filters 1. Objectives Analyze and measure characteristics of circuits built with opamps. Design and test circuits with opamps. Plot gain vs.

More information

Lab 3: Very Brief Introduction to Micro-Cap SPICE

Lab 3: Very Brief Introduction to Micro-Cap SPICE Lab 3: Very Brief Introduction to Micro-Cap SPICE Starting Micro-Cap SPICE Micro-Cap SPICE is available on CoE machines under the Spectrum Software menu: Programs Spectrum Software Micro-Cap 10 Evaluation

More information

SIMULATION OF A SERIES RESONANT CIRCUIT ECE562: Power Electronics I COLORADO STATE UNIVERSITY. Modified in Fall 2011

SIMULATION OF A SERIES RESONANT CIRCUIT ECE562: Power Electronics I COLORADO STATE UNIVERSITY. Modified in Fall 2011 SIMULATION OF A SERIES RESONANT CIRCUIT ECE562: Power Electronics I COLORADO STATE UNIVERSITY Modified in Fall 2011 ECE 562 Series Resonant Circuit (NL5 Simulation) Page 1 PURPOSE: The purpose of this

More information

Using LTSPICE to Analyze Circuits

Using LTSPICE to Analyze Circuits Using LTSPICE to Analyze Circuits Overview: LTSPICE is circuit simulation software that automatically constructs circuit equations using circuit element models (built in or downloadable). In its modern

More information

SIMULATIONS WITH THE BOOST TOPOLOGY EE562: POWER ELECTRONICS I COLORADO STATE UNIVERSITY. Modified February 2006

SIMULATIONS WITH THE BOOST TOPOLOGY EE562: POWER ELECTRONICS I COLORADO STATE UNIVERSITY. Modified February 2006 SIMULATIONS WITH THE BOOST TOPOLOGY EE562: POWER ELECTRONICS I COLORADO STATE UNIVERSITY Modified February 26 Page 1 of 24 PURPOSE: The purpose of this lab is to simulate the Boost converter using ORCAD

More information

Uncovering a Hidden RCL Series Circuit

Uncovering a Hidden RCL Series Circuit Purpose Uncovering a Hidden RCL Series Circuit a. To use the equipment and techniques developed in the previous experiment to uncover a hidden series RCL circuit in a box and b. To measure the values of

More information

DEPARTMENT OF ELECTRICAL ENGINEERING. Date: Assistant A2: PSpice 2 PC Pool

DEPARTMENT OF ELECTRICAL ENGINEERING. Date: Assistant A2: PSpice 2 PC Pool University of Applied Sciences Hamburg Group No : DEPARTMENT OF ELECTRICAL ENGINEERING Laboratory for Instrumentation and Measurement L1: in charge of the report PSpice 2 PC Pool Date: Assistant A2: Professor:

More information

Background Theory and Simulation Practice

Background Theory and Simulation Practice CAD and Simulation Objectives Experiment Topic: CAD and Simulation PSpice 9.1 Student Version To obtain your free copy of the software and user s guide, go to Electronics Lab website ( http://www.electronics-lab.com/downloads/schematic/013/

More information

EECS 312: Digital Integrated Circuits Lab Project 1 Introduction to Schematic Capture and Analog Circuit Simulation

EECS 312: Digital Integrated Circuits Lab Project 1 Introduction to Schematic Capture and Analog Circuit Simulation EECS 312: Digital Integrated Circuits Lab Project 1 Introduction to Schematic Capture and Analog Circuit Simulation Teacher: Robert Dick GSI: Shengshuo Lu Assigned: 5 September 2013 Due: 17 September 2013

More information

Lab 3: Circuit Simulation with PSPICE

Lab 3: Circuit Simulation with PSPICE Page 1 of 11 Laboratory Goals Introduce text-based PSPICE as a design tool Create transistor circuits using PSPICE Simulate output response for the designed circuits Introduce the Curve Tracer functionality.

More information

Experiment P49: Transistor Lab 2 Current Gain: The NPN Emitter-Follower Amplifier (Power Amplifier, Voltage Sensor)

Experiment P49: Transistor Lab 2 Current Gain: The NPN Emitter-Follower Amplifier (Power Amplifier, Voltage Sensor) PASCO scientific Vol. 2 Physics Lab Manual: P49-1 Experiment P49: Transistor Lab 2 Current Gain: The NPN Emitter-Follower Amplifier (Power Amplifier, Voltage Sensor) Concept Time SW Interface Macintosh

More information

OBJECTIVE The purpose of this exercise is to design and build a pulse generator.

OBJECTIVE The purpose of this exercise is to design and build a pulse generator. ELEC 4 Experiment 8 Pulse Generators OBJECTIVE The purpose of this exercise is to design and build a pulse generator. EQUIPMENT AND PARTS REQUIRED Protoboard LM555 Timer, AR resistors, rated 5%, /4 W,

More information

Week 12 Experiment 21. Design a Traffic Arrow

Week 12 Experiment 21. Design a Traffic Arrow Week 12 Experiment 21 Design a Traffic Arrow Just so it is clear This is it. Last official experiment for the semester. It is your option as to whether or not you do a make-up experiment. This is the last

More information

SIMULATION WITH THE CUK TOPOLOGY ECE562: Power Electronics I COLORADO STATE UNIVERSITY. Modified in Fall 2011

SIMULATION WITH THE CUK TOPOLOGY ECE562: Power Electronics I COLORADO STATE UNIVERSITY. Modified in Fall 2011 SIMULATION WITH THE CUK TOPOLOGY ECE562: Power Electronics I COLORADO STATE UNIVERSITY Modified in Fall 2011 ECE 562 Cuk Converter (NL5 Simulation) Laboratory Page 1 PURPOSE: The purpose of this lab is

More information

LABORATORY 4. Palomar College ENGR210 Spring 2017 ASSIGNED: 3/21/17

LABORATORY 4. Palomar College ENGR210 Spring 2017 ASSIGNED: 3/21/17 LABORATORY 4 ASSIGNED: 3/21/17 OBJECTIVE: The purpose of this lab is to evaluate the transient and steady-state circuit response of first order and second order circuits. MINIMUM EQUIPMENT LIST: You will

More information

EE 210 Lab Exercise #5: OP-AMPS I

EE 210 Lab Exercise #5: OP-AMPS I EE 210 Lab Exercise #5: OP-AMPS I ITEMS REQUIRED EE210 crate, DMM, EE210 parts kit, T-connector, 50Ω terminator, Breadboard Lab report due at the ASSIGNMENT beginning of the next lab period Data and results

More information

Lab 2: Common Base Common Collector Design Exercise

Lab 2: Common Base Common Collector Design Exercise CSUS EEE 109 Lab - Section 01 Lab 2: Common Base Common Collector Design Exercise Author: Bogdan Pishtoy / Lab Partner: Roman Vermenchuk Lab Report due March 26 th Lab Instructor: Dr. Kevin Geoghegan 2016-03-25

More information

Experiment Number 2. Revised: Fall 2018 PLECS RC, RL, and RLC Simulations

Experiment Number 2. Revised: Fall 2018 PLECS RC, RL, and RLC Simulations Experiment Number 2 Revised: Fall 2018 PLECS RC, RL, and RLC Simulations Preface: Experiment number 2 will be held in CLC room 105, 106, or 107. Your TA will let you know Preliminary exercises are to be

More information

Exercise 4. Angle Tracking Techniques EXERCISE OBJECTIVE

Exercise 4. Angle Tracking Techniques EXERCISE OBJECTIVE Exercise 4 Angle Tracking Techniques EXERCISE OBJECTIVE When you have completed this exercise, you will be familiar with the principles of the following angle tracking techniques: lobe switching, conical

More information

BANGLADESH UNIVERSITY OF ENGINEERING & TECHNOLOGY

BANGLADESH UNIVERSITY OF ENGINEERING & TECHNOLOGY BANGLADESH UNIVERSITY OF ENGINEERING & TECHNOLOGY Electronics Circuits II Laboratory (EEE 208) Simulation Experiment No. 02 Study of the Characteristics and Application of Operational Amplifier (Part B)

More information

Department of Electrical & Computer Engineering Technology. EET 3086C Circuit Analysis Laboratory Experiments. Masood Ejaz

Department of Electrical & Computer Engineering Technology. EET 3086C Circuit Analysis Laboratory Experiments. Masood Ejaz Department of Electrical & Computer Engineering Technology EET 3086C Circuit Analysis Laboratory Experiments Masood Ejaz Experiment # 1 DC Measurements of a Resistive Circuit and Proof of Thevenin Theorem

More information

Lab 6: Building a Function Generator

Lab 6: Building a Function Generator ECE 212 Spring 2010 Circuit Analysis II Names: Lab 6: Building a Function Generator Objectives In this lab exercise you will build a function generator capable of generating square, triangle, and sine

More information

1.1 Overview of Electrical Engineering

1.1 Overview of Electrical Engineering 1.1 Overview of Electrical Engineering Figure 1.1 Pressure versus time for an internal combustion engine experiencing knock. Sensors convert pressure to an electrical signal that is processed to adjust

More information

The analysis of the linear voltage regulators

The analysis of the linear voltage regulators The analysis of the linear voltage regulators 1. Theoretical aspects The voltage regulator is an electronic circuit which, ideally, it provides a constant output voltage. The value of the output voltage

More information

Introduction to SPICE. Simulator of Electronic devices

Introduction to SPICE. Simulator of Electronic devices Introduction to SPICE Simulator of Electronic devices Main steps: Download Instalation Open OrCAD capture CIS Lite Create a circuit. Place parts. Design a Simulation Profile Run PSpice F11 View simulation

More information

FACULTY OF ENGINEERING LAB SHEET

FACULTY OF ENGINEERING LAB SHEET FACULTY OF ENGINEERING LAB SHEET CIRCUITS AND SIGNALS EEL 2186 TRIMESTER 1 (218/219) -Circuit analysis using ORCAD PSpice *Note: You will be given an assessment sheet during the lab session to be completed

More information

ENGR-4300 Fall 2006 Project 3 Project 3 Build a 555-Timer

ENGR-4300 Fall 2006 Project 3 Project 3 Build a 555-Timer ENGR-43 Fall 26 Project 3 Project 3 Build a 555-Timer For this project, each team, (do this as team of 4,) will simulate and build an astable multivibrator. However, instead of using the 555 timer chip,

More information

Introduction to LT Spice IV with Examples

Introduction to LT Spice IV with Examples Introduction to LT Spice IV with Examples 400D - Fall 2015 Purpose Part of Electronics & Control Division Technical Training Series by Nicholas Lombardo The purpose of this document is to give a basic

More information

PSPICE A brief primer

PSPICE A brief primer PSPICE A brief primer Contents 1. Introduction 2. Use of PSpice with OrCAD Capture 2.1 Step 1: Creating the circuit in Capture 2.2 Step 2: Specifying the type of analysis and simulation BIAS or DC analysis

More information

Introduction to SwitcherCAD

Introduction to SwitcherCAD Introduction to SwitcherCAD 1 PREFACE 1.1 What is SwitcherCAD? SwitcherCAD III is a new Spice based program that was developed for modelling board level switching regulator systems. The program consists

More information

R 1 R 2. (3) Suppose you have two ac signals, which we ll call signals A and B, which have peak-to-peak amplitudes of 30 mv and 600 mv, respectively.

R 1 R 2. (3) Suppose you have two ac signals, which we ll call signals A and B, which have peak-to-peak amplitudes of 30 mv and 600 mv, respectively. 29:128 Homework Problems 29:128 Homework 0 reference: Chapter 1 of Horowitz and Hill (1) In the circuit shown below, V in = 9 V, R 1 = 1.5 kω, R 2 = 5.6 kω, (a) Calculate V out (b) Calculate the power

More information

Electric Circuit Fall 2015 Pingqiang Zhou. ShanghaiTech University. School of Information Science and Technology. Professor Pingqiang Zhou

Electric Circuit Fall 2015 Pingqiang Zhou. ShanghaiTech University. School of Information Science and Technology. Professor Pingqiang Zhou ShanghaiTech University School of Information Science and Technology Professor Pingqiang Zhou LABORATORY 2 CAD Tools Guide Practical circuit design occurs in three stages: 1. Design of an appropriate circuit

More information

Experiment 15: Diode Lab Part 1

Experiment 15: Diode Lab Part 1 Experiment 15: Diode Lab Part 1 Purpose Theory Overview EQUIPMENT NEEDED: Computer and Science Workshop Interface Power Amplifier (CI-6552A) (2) Voltage Sensor (CI-6503) AC/DC Electronics Lab Board (EM-8656)

More information

Class #7: Experiment L & C Circuits: Filters and Energy Revisited

Class #7: Experiment L & C Circuits: Filters and Energy Revisited Class #7: Experiment L & C Circuits: Filters and Energy Revisited In this experiment you will revisit the voltage oscillations of a simple LC circuit. Then you will address circuits made by combining resistors

More information

NGSPICE- Usage and Examples

NGSPICE- Usage and Examples NGSPICE- Usage and Examples Debapratim Ghosh deba21pratim@gmail.com Electronic Systems Group Department of Electrical Engineering Indian Institute of Technology Bombay February 2013 Debapratim Ghosh Dept.

More information

LAB1 WEBENCH SIMULATION EE562: POWER ELECTRONICS COLORADO STATE UNIVERSITY

LAB1 WEBENCH SIMULATION EE562: POWER ELECTRONICS COLORADO STATE UNIVERSITY LAB1 WEBENCH SIMULATION EE562: POWER ELECTRONICS COLORADO STATE UNIVERSITY PURPOSE: The purpose of this lab is to explore National Semiconductors WEBENCH, which is an online design and prototyping tool.

More information

Experiment Number 2. Revised: Summer 2013 PLECS RC, RL, and RLC Simulations

Experiment Number 2. Revised: Summer 2013 PLECS RC, RL, and RLC Simulations Preface: Experiment Number 2 Revised: Summer 2013 PLECS RC, RL, and RLC Simulations Preliminary exercises are to be done and submitted individually Laboratory simulation exercises are to be done individually

More information

A Short SPICE Tutorial

A Short SPICE Tutorial A Short SPICE Tutorial Kenneth H. Carpenter Department of Electrical and Computer Engineering Kanas State University September 15, 2003 - November 10, 2004 1 Introduction SPICE is an acronym for Simulation

More information

Activity P56: Transistor Lab 2 Current Gain: The NPN Emitter-Follower Amplifier (Power Output, Voltage Sensor)

Activity P56: Transistor Lab 2 Current Gain: The NPN Emitter-Follower Amplifier (Power Output, Voltage Sensor) Activity P56: Transistor Lab 2 Current Gain: The NPN Emitter-Follower Amplifier (Power Output, Voltage Sensor) Concept DataStudio ScienceWorkshop (Mac) ScienceWorkshop (Win) Semiconductors P56 Emitter

More information

Source Transformations

Source Transformations Source Transformations Introduction The circuits in this set of problems consist of independent sources, resistors and a meter. In particular, these circuits do not contain dependent sources. Each of these

More information

Massachusetts Institute of Technology Department of Electrical Engineering and Computer Science Circuits & Electronics Spring 2005

Massachusetts Institute of Technology Department of Electrical Engineering and Computer Science Circuits & Electronics Spring 2005 Massachusetts Institute of Technology Department of Electrical Engineering and Computer Science 6.002 Circuits & Electronics Spring 2005 Lab #2: MOSFET Inverting Amplifiers & FirstOrder Circuits Introduction

More information

Homework Assignment 07

Homework Assignment 07 Homework Assignment 07 Question 1 (Short Takes). 2 points each unless otherwise noted. 1. A single-pole op-amp has an open-loop low-frequency gain of A = 10 5 and an open loop, 3-dB frequency of 4 Hz.

More information

ETIN25 Analogue IC Design. Laboratory Manual Lab 2

ETIN25 Analogue IC Design. Laboratory Manual Lab 2 Department of Electrical and Information Technology LTH ETIN25 Analogue IC Design Laboratory Manual Lab 2 Jonas Lindstrand Martin Liliebladh Markus Törmänen September 2011 Laboratory 2: Design and Simulation

More information

EE320L Electronics I. Laboratory. Laboratory Exercise #2. Basic Op-Amp Circuits. Angsuman Roy. Department of Electrical and Computer Engineering

EE320L Electronics I. Laboratory. Laboratory Exercise #2. Basic Op-Amp Circuits. Angsuman Roy. Department of Electrical and Computer Engineering EE320L Electronics I Laboratory Laboratory Exercise #2 Basic Op-Amp Circuits By Angsuman Roy Department of Electrical and Computer Engineering University of Nevada, Las Vegas Objective: The purpose of

More information

Experiment 2 Introduction to PSpice

Experiment 2 Introduction to PSpice Experiment 2 Introduction to PSpice W.T. Yeung and R.T. Howe UC Berkeley EE 105 Fall 2004 1.0 Objective One of the CAD tools you will be using as a circuit designer is SPICE, a Berkeleydeveloped industry-standard

More information

Lab #2 First Order RC Circuits Week of 27 January 2015

Lab #2 First Order RC Circuits Week of 27 January 2015 ECE214: Electrical Circuits Laboratory Lab #2 First Order RC Circuits Week of 27 January 2015 1 Introduction In this lab you will investigate the magnitude and phase shift that occurs in an RC circuit

More information

Expanded Answer: Transistor Amplifier Problem in January/February 2008 Morseman Column

Expanded Answer: Transistor Amplifier Problem in January/February 2008 Morseman Column Expanded Answer: Transistor Amplifier Problem in January/February 2008 Morseman Column Here s what I asked: This month s problem: Figure 4(a) shows a simple npn transistor amplifier. The transistor has

More information

Testing and Stabilizing Feedback Loops in Today s Power Supplies

Testing and Stabilizing Feedback Loops in Today s Power Supplies Keywords Venable, frequency response analyzer, impedance, injection transformer, oscillator, feedback loop, Bode Plot, power supply design, open loop transfer function, voltage loop gain, error amplifier,

More information

Electronics I LAB. Lab 1: Lab 1 : Introduction to PsPise

Electronics I LAB. Lab 1: Lab 1 : Introduction to PsPise Electronics I LAB Lab 1: Lab 1 : Introduction to PsPise 1-Introduction to PsPise : SPICE (Simulation Program for Integrated Circuits Emphasis.) is a po werful general purpo se analog and mixed-mode circuit

More information

SPICE FOR POWER ELECTRONICS AND ELECTRIC POWER

SPICE FOR POWER ELECTRONICS AND ELECTRIC POWER SPICE FOR POWER ELECTRONICS AND ELECTRIC POWER SECOND EDITION MUHAMMAD H. RASHID University of West Florida Pensacola, Florida, U.S.A. HASAN M. RASHID University of Florida Gainesville, Florida, U.S.A.

More information

Dr. Charles Kim ELECTRONICS I. Lab 4 Op Amp II TRADITIONAL LAB

Dr. Charles Kim ELECTRONICS I. Lab 4 Op Amp II TRADITIONAL LAB ELECTRONICS I Lab 4 Op Amp II TRADITIONAL LAB A. Active Filters 1. Low Pass Filter 2. High Pass Filter 3. Band Pass Filter 4. Band Stop Filter MOBILE STUDIO LAB A. Active Filters Do we need explanation

More information

Microwave Circuit Design: Lab 5

Microwave Circuit Design: Lab 5 1. Introduction Microwave Circuit Design: Lab 5 This lab investigates how trade-offs between gain and noise figure affect the design of an amplifier. 2. Design Specifications IMN OMN 50 ohm source Low

More information

Tutorial #5: Emitter Follower or Common Collector Amplifier Circuit

Tutorial #5: Emitter Follower or Common Collector Amplifier Circuit Tutorial #5: Emitter Follower or Common Collector Amplifier Circuit This tutorial will help you to build and simulate a more complex circuit: an emitter follower. The emitter follower or common collector

More information

Experiment #6: Biasing an NPN BJT Introduction to CE, CC, and CB Amplifiers

Experiment #6: Biasing an NPN BJT Introduction to CE, CC, and CB Amplifiers SCHOOL OF ENGINEERING AND APPLIED SCIENCE DEPARTMENT OF ELECTRICAL AND COMPUTER ENGINEERING ECE 2115: ENGINEERING ELECTRONICS LABORATORY Experiment #6: Biasing an NPN BJT Introduction to CE, CC, and CB

More information