Lab 3: Very Brief Introduction to Micro-Cap SPICE

Size: px
Start display at page:

Download "Lab 3: Very Brief Introduction to Micro-Cap SPICE"

Transcription

1 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 (see the figure below). Figure 1. Starting Micro-Cap SPICE on CoE computers. First Circuit Thevenin Equivalent Circuit Follow the instructor s instructions and build the following circuit in Micro-Cap SPICE. Replicate the circuit as closely as possible, including the rounded box, labels, etc. Save the circuit as Thevenin.cir. Figure 2. A simple circuit captured in Micro-Cap SPICE. Version Author: A. Kruger

2 Dynamic DC Analysis Next, perform a dc analysis to determine the current through the load using this menu sequence: Analysis Dynamic DC. Select OK on the popup menu. Micro-Cap SPICE calculates the dc values and displays node voltages in small ellipse boxes as shown in the figure below. Figure 3. Results after performing a Dynamic DC Analysis. To determine the current through the resistors, click on the Currents icon in the toolbar, which is the diode with an arrow above it. Figure 4. Menu items for displaying current, power, node voltages, etc. After selecting Currents from the toolbar, SPICE updates the display with the dc currents through the circuit elements. Note that SPICE may place text over circuit elements. If this happens, simply move the text boxes using the mouse. Figure 5. Results after performing a Dynamic DC Analysis and displaying currents and node voltages Version Author: A. Kruger

3 Why Dynamic DC? Why is the analysis is called Dynamic dc analysis? It turns out that Micro-Cap SPICE dynamically recalculates and updates values (analogous to a spreadsheet) as they are changed. For example, while in the Dynamic dc mode, click on the 100K resistor (see (a) below) and change the value to 10K (see (b) below). Notice how the current through the resistor is updated. (a) (b) Figure 6. One can click on component values (highlighted in green) and change the values. Micro-Cap SPICE will then recalculate the circuit s dc values. Post-Lab Report for First Circuit You Post-lab report should include the following elements Section title First Circuit Results Capture of the schematic for the circuit showing simulated currents and voltages Hand calculations of a Thevenin equivalent circuit for the part shown inside the brokenline box Micro-Cap SPICE simulation of the Thevenin equivalent circuit showing the load current A paragraph discussing the results Note: add text that shows your name and the date to all SPICE schematics. Version Author: A. Kruger

4 Second Circuit Transient Analysis to Measure Rise Time and Bandwidth Build the following circuit in SPICE. Be sure to label the output node Vo as shown. Save the circuit as LPF.cir. Figure 7. A Simple lowpass filter (LPF) We will first measure the circuit s step response and determine the rise time. From the rise time we will estimate the bandwidth using BW 0.35 t r. Just as one would do with a real circuit, we use a square wave generator to simulate a step function. As long as the period of the square wave is much longer than the rise time of the circuit, one can zoom in on the transient and obtain the step response. Figure 8. Configuring the voltage source as a square wave. All the values are the default except for the pulse widths (PW) and period (PER). Version Author: A. Kruger

5 Click on the signal generator symbol in the schematic. On the popup menu, select Square. There are many options for changing parameters of the square wave: period, maximum- and minimum voltages, rise- and fall times of the signal generator, etc. Change the period (PER) to 20m (for 20 ms) and the pulse width (PW) to 10 ms and leave the other values alone. You can click plot to see what the resulting square wave looks like. Next we will perform transient analysis using the menu sequence Analysis Transient. As a first try, perform the analysis for 100 ms by making sure 100m is in the Time Range Field. Be sure to select AutoAlways for X Range and Y Range. This will allow you to see the complete waveform. Also, make sure there is only one plot, namely V(VO) versus T. The notation V(VO) means the voltage at node VO. Figure 9. Transient Analysis popup menu. Once all the fields are filled in, click on Run. SPICE will then perform the transient analysis and plot the results, which should resemble something similar to Figure 10. Note that while the default graph settings are adequate for on-screen viewing, they are insufficient for copying to a Word document lines are too thin and the text too small. Figure 10. Output from Transient Analysis poor for using in reports. One can easily fix this by clicking on the plot and then making appropriate adjustments on the popup menu and its various tabs. Below is the same plot, but dressed up a bit by making the Version Author: A. Kruger

6 fonts bigger and lines thicker. Also, note that one can annotate the plot with text boxes, arrows, and so on. Figure 11. Improved version of Transient Analysis output. As indicated in the figure, the lines are jagged. This is because SPICE uses its default time step during the simulation. For a smoother plot, we should adjust the time step. The figure below shows the settings for our next transient analysis. The Time Range is now 10m which will effectively zoom in to the first 10 ms, and we set the maximum time step to be 100 ns to get a smooth plot. Figure 12. Modifying Transient Analysis Limits to zoom into the first 10 ms and also to produce a smoother plot. Version Author: A. Kruger

7 Figure 13. Zoomed-in and smoothed output from Transient Analysis. The rise time is defined as the time for the waveform to go from 10% to 90%. The amplitude of the signal generator is 5 V, so for this waveform the rise time is the time to go from 0.5 V to 4.5 V. Making such measurements is easy using Micro-Cap SPICE using the Horizontal Tag Mode tool. Figure 14. Zoomed-in and smoothed output from Transient Analysis with the 10 90% rise time indicated. The Horizontal Tag Mode tool was used for the annotation. Version Author: A. Kruger

8 Second Circuit AC Analysis Bandwidth One can also use SPICE s ac analysis capabilities to sweep the frequency over a range of frequencies and plot the output. We will use the same RC circuit from before and determine the bandwidth using an analysis this was and then compare the results. Run the ac analysis: Analysis AC. Edit the popup menu so that it matches the figure below. Remember to set ranges to AutoAlways. Note how one specifies frequency ranges in SPICE: the higher boundary first. For example, to plot the frequency response of a range 10 Hz to 10 khz, we use 10K,10 in SPICE. Figure 15. AC analysis options. The resulting plot is shown below. The font sizes were enlarged, the plot- and grid lines were thickened, and we used the cursor to move along the data points until we reached the -3dB point. This is shown in the yellow box as , The interpretation is that the output voltage is -3 db down from the low frequency value of 0 db at a frequency of Hz. Thus, we will take the 3-dB bandwidth to be 158 Hz. Figure 16. Output from the AC Analysis. The cursor tool was used to find the 3-dB frequency. Version Author: A. Kruger

9 Referring to the graph and the rise time graph above, complete the following table. t r BW (Hz) 1 Hand calculation Transient analysis AC analysis 1 Complete and include in Post-Lab Report. Post-Lab Report for Second Circuit Table 1. Bandwidth results. You Post-lab report should include the following elements Section title Second Circuit Results Capture of the schematic for the LPF. Enlarge fonts, make lines thicker etc. so you have a professional-looking schematic Capture of the transient analysis (step response) output Hand calculations of the theoretical bandwidth for the circuit A completed version of Table 1 above A paragraph discussing the results Note: add text that shows your name and the date to all SPICE schematics. Third Circuit Stabilizing MOSFET Q-Point Build the circuit shown in Micro-Cap SPICE. For the MOSFET, use the 2N6660 NMOS part. Be sure to connect the substrate terminal to the source. Save the circuit as MOSFET.cir. Figure 17. MOSFET circuit for exploring how variations in the FET s V TN affects the Q-point. Version Author: A. Kruger

10 First, set R 2 = 180K and R S = 0, and perform a Dynamic DC Analysis, and measure V DQ and I DQ and fill in the values in the table. Next explore how V DQ and I DQ change if we were to replace this MOSFET with another 2N6660, but the second transistor has V TN = 1.5 V rather than the nominal V TN = 1.69 V that is built into Micro-Cap SPICE. Double-click on the MOSFET and on the popup menu, and change the VTO parameter (in the lower right corner) to 1.5 V. Micro-Cap SPICE recalculates the dc values. Record the values in the table. Clearly, changing V TN affects the Q-point. Next we will explore how V DQ and I DQ and change for the same change in V TN if the circuit has a source stabilization resistor. Set VTO parameter back to its original value (1.69 V), then set R 2 = 270K and R S = 220 Ω, and perform a Dynamic DC Analysis and record the V DQ and I DQ. Next, change VTO to 1.5 V, thus simulating replacing the transistor. Note the resulting V DQ and I DQ values. 1 Hand Calculation, R S = 0, R 2 = 180K SPICE Default = 1.69 V TN (V) V DQ (V) I DQ (ma) SPICE, R S = 0, R 2 = 180K SPICE Default = 1.69 SPICE, R S = 0, R 2 = 180K 1.5 V 1 Hand Calculation, R S = 220 Ω, R 2 = 270K SPICE Default = 1.69 SPICE, R S = 220, R 2 = 270K SPICE Default = 1.69 SPICE, R S = 220, R 2 = 270K 1.5 V 1 Complete and include in Post-Lab Report. Use V TN = 1.69 V and K n = ma V 2. Table 2. Source resistor stabilization results. Version Author: A. Kruger

11 Post-Lab Report for Third Circuit You Post-lab report should include the following elements Section title Third Circuit Results Capture of the schematic for the circuit showing simulated currents and voltages for R S = 220 Ω, VTO = 1.69 V, R 2 = 270K. Complete the following two sentences (show your calculations) o A % change in V TN resulted in a % change in I DQ and a % change in V DQ when there is no source stabilization resistor (i.e., R S = 0). o A % change in V TN resulted in a % change in I DQ and a % change in V DQ when there is a source stabilization resistor (i.e., R S = 220 Ω). Completed Table 2 Hand calculations for the indicated values in Table 2 A paragraph discussing the results Note: add text that shows your name and the date to all SPICE schematics. Next Steps The preceding barely scratches the surface of Micro-Cap SPICE. There are whole books on SPICE and one could teach a complete course on using SPICE. Micro-Cap SPICE has extensive built-in help and really nice demonstrations available through Help Demos. There are also many sample circuits available through Help Sample Circuits. Students are encouraged to take a look some of the demos as they are very well-crafted and quite extensive. Version Author: A. Kruger

MultiSim and Analog Discovery 2 Manual

MultiSim and Analog Discovery 2 Manual MultiSim and Analog Discovery 2 Manual 1 MultiSim 1.1 Running Windows Programs Using Mac Obtain free Microsoft Windows from: http://software.tamu.edu Set up a Windows partition on your Mac: https://support.apple.com/en-us/ht204009

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

Introduction to NI Multisim & Ultiboard Software version 14.1

Introduction to NI Multisim & Ultiboard Software version 14.1 School of Engineering and Applied Science Electrical and Computer Engineering Department Introduction to NI Multisim & Ultiboard Software version 14.1 Dr. Amir Aslani August 2018 Parts Probes Tools Outline

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

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

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

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

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

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

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

Homework Assignment 09

Homework Assignment 09 Question 1 (2 points each unless noted otherwise) Homework Assignment 09 1. For SPICE, Explain very briefly the difference between the multiplier M and Meg, as in a resistor has value 2M versus a resistor

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

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

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

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

Lab 6: MOSFET AMPLIFIER

Lab 6: MOSFET AMPLIFIER Lab 6: MOSFET AMPLIFIER NOTE: This is a "take home" lab. You are expected to do the lab on your own time (still working with your lab partner) and then submit your lab reports. Lab instructors will be

More information

Excel Tool: Plots of Data Sets

Excel Tool: Plots of Data Sets Excel Tool: Plots of Data Sets Excel makes it very easy for the scientist to visualize a data set. In this assignment, we learn how to produce various plots of data sets. Open a new Excel workbook, and

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

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

Simulating Circuits James Lamberti 5/4/2014

Simulating Circuits James Lamberti 5/4/2014 Simulating Circuits James Lamberti (jal416@lehigh.edu) 5/4/2014 There are many simulation and design platforms for circuits. The two big ones are Altium and Cadence. This tutorial will focus on Altium,

More information

Excel Lab 2: Plots of Data Sets

Excel Lab 2: Plots of Data Sets Excel Lab 2: Plots of Data Sets Excel makes it very easy for the scientist to visualize a data set. In this assignment, we learn how to produce various plots of data sets. Open a new Excel workbook, and

More information

Using LTspice a Short Intro with Examples

Using LTspice a Short Intro with Examples Using LTspice a Short Intro with Examples LTspice, also called SwitcherCAD, is a powerful and easy to use schematic capture program and SPICE engine, which is a general-purpose circuit simulation program

More information

Welcome to your second Electronics Laboratory Session. In this session you will learn about how to use resistors, capacitors and inductors to make

Welcome to your second Electronics Laboratory Session. In this session you will learn about how to use resistors, capacitors and inductors to make Welcome to your second Electronics Laboratory Session. In this session you will learn about how to use resistors, capacitors and inductors to make simple circuits. You will find out how these circuits

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

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

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

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 1B LabVIEW Filter Signal

Lab 1B LabVIEW Filter Signal Lab 1B LabVIEW Filter Signal Due Thursday, September 12, 2013 Submit Responses to Questions (Hardcopy) Equipment: LabVIEW Setup: Open LabVIEW Skills learned: Create a low- pass filter using LabVIEW and

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

55:041 Electronic Circuits

55:041 Electronic Circuits 55:041 Electronic Circuits MOSFETs Sections of Chapter 3 &4 A. Kruger MOSFETs, Page-1 Basic Structure of MOS Capacitor Sect. 3.1 Width = 1 10-6 m or less Thickness = 50 10-9 m or less ` MOS Metal-Oxide-Semiconductor

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 6 Prelab Grading Sheet

Lab 6 Prelab Grading Sheet Lab 6 Prelab Grading Sheet NAME: Read through the Background section of this lab and print the prelab and in-lab grading sheets. Then complete the steps below and fill in the Prelab 6 Grading Sheet. You

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

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

ECE ECE285. Electric Circuit Analysis I. Spring Nathalia Peixoto. Rev.2.0: Rev Electric Circuits I

ECE ECE285. Electric Circuit Analysis I. Spring Nathalia Peixoto. Rev.2.0: Rev Electric Circuits I ECE285 Electric Circuit Analysis I Spring 2014 Nathalia Peixoto Rev.2.0: 140124. Rev 2.1. 140813 1 Lab reports Background: these 9 experiments are designed as simple building blocks (like Legos) and students

More information

Common-Source Amplifiers

Common-Source Amplifiers Lab 2: Common-Source Amplifiers Introduction The common-source stage is the most basic amplifier stage encountered in CMOS analog circuits. Because of its very high input impedance, moderate-to-high gain,

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

LT Spice Getting Started Very Quickly. First Get the Latest Software!

LT Spice Getting Started Very Quickly. First Get the Latest Software! LT Spice Getting Started Very Quickly First Get the Latest Software! 1. After installing LT Spice, run it and check to make sure you have the latest version with respect to the latest version available

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

Homework Assignment 02

Homework Assignment 02 Question 1 (2 points each unless noted otherwise) 1. Is the following circuit an STC circuit? Homework Assignment 02 (a) Yes (b) No (c) Need additional information Answer: There is one reactive element

More information

Notes on Experiment #1

Notes on Experiment #1 Notes on Experiment #1 Bring graph paper (cm cm is best) From this week on, be sure to print a copy of each experiment and bring it with you to lab. There will not be any experiment copies available in

More information

1. Hand Calculations (in a manner suitable for submission) For the circuit in Fig. 1 with f = 7.2 khz and a source vin () t 1.

1. Hand Calculations (in a manner suitable for submission) For the circuit in Fig. 1 with f = 7.2 khz and a source vin () t 1. Objectives The purpose of this laboratory project is to introduce to equipment, measurement techniques, and simulations commonly used in AC circuit analysis. In this laboratory session, each student will:

More information

Laboratory Experiment #1 Introduction to Spectral Analysis

Laboratory Experiment #1 Introduction to Spectral Analysis J.B.Francis College of Engineering Mechanical Engineering Department 22-403 Laboratory Experiment #1 Introduction to Spectral Analysis Introduction The quantification of electrical energy can be accomplished

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

Using HVOUT Simulator Utility to Estimate MOSFET Ramp Times

Using HVOUT Simulator Utility to Estimate MOSFET Ramp Times November 2005 Using HVOUT Simulator Utility to HVOUT Simulator Calculates The Actual Power Supply Ramp Rate Application Note AN6070 Several Power Manager devices from Lattice incorporate charge-pump gate-driver

More information

Lab 3: RC Circuits. Construct circuit 2 in EveryCircuit. Set values for the capacitor and resistor to match those in figure 2 and set the frequency to

Lab 3: RC Circuits. Construct circuit 2 in EveryCircuit. Set values for the capacitor and resistor to match those in figure 2 and set the frequency to Lab 3: RC Circuits Prelab Deriving equations for the output voltage of the voltage dividers you constructed in lab 2 was fairly simple. Now we want to derive an equation for the output voltage of a circuit

More information

LAB 8: Activity P52: LRC Circuit

LAB 8: Activity P52: LRC Circuit LAB 8: Activity P52: LRC Circuit Equipment: Voltage Sensor 1 Multimeter 1 Patch Cords 2 AC/DC Electronics Lab (100 μf capacitor; 10 Ω resistor; Inductor Coil; Iron core; 5 inch wire lead) The purpose of

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

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

ECE 6416 Low-Noise Electronics Orientation Experiment

ECE 6416 Low-Noise Electronics Orientation Experiment ECE 6416 Low-Noise Electronics Orientation Experiment Object The object of this experiment is to become familiar with the instruments used in the low noise laboratory. Parts The following parts are required

More information

EE 221 L CIRCUIT II. Learn to use LTspice to run circuit simulations for voltage, current, etc.

EE 221 L CIRCUIT II. Learn to use LTspice to run circuit simulations for voltage, current, etc. EE 221 L CIRCUIT II LABORATORY 3: LTSPICE DEPARTMENT OF ELECTRICAL AND COMPUTER ENGINEERING UNIVERSITY OF NEVADA, LAS VEGAS OBJECTIVE Learn to use LTspice to run circuit simulations for voltage, current,

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

ArbStudio Triggers. Using Both Input & Output Trigger With ArbStudio APPLICATION BRIEF LAB912

ArbStudio Triggers. Using Both Input & Output Trigger With ArbStudio APPLICATION BRIEF LAB912 ArbStudio Triggers Using Both Input & Output Trigger With ArbStudio APPLICATION BRIEF LAB912 January 26, 2012 Summary ArbStudio has provision for outputting triggers synchronous with the output waveforms

More information

The object of this experiment is to become familiar with the instruments used in the low noise laboratory.

The object of this experiment is to become familiar with the instruments used in the low noise laboratory. 0. ORIENTATION 0.1 Object The object of this experiment is to become familiar with the instruments used in the low noise laboratory. 0.2 Parts The following parts are required for this experiment: 1. A

More information

Experiment 8: An AC Circuit

Experiment 8: An AC Circuit Experiment 8: An AC Circuit PART ONE: AC Voltages. Set up this circuit. Use R = 500 Ω, L = 5.0 mh and C =.01 μf. A signal generator built into the interface provides the emf to run the circuit from Output

More information

Since transmission lines can be modeled using PSpice, you can do your analysis by downloading the student version of this excellent program.

Since transmission lines can be modeled using PSpice, you can do your analysis by downloading the student version of this excellent program. PSpice Analysis Since transmission lines can be modeled using PSpice, you can do your analysis by downloading the student version of this excellent program. PSpice can be downloaded from the following

More information

Experiment P45: LRC Circuit (Power Amplifier, Voltage Sensor)

Experiment P45: LRC Circuit (Power Amplifier, Voltage Sensor) PASCO scientific Vol. 2 Physics Lab Manual: P45-1 Experiment P45: (Power Amplifier, Voltage Sensor) Concept Time SW Interface Macintosh file Windows file circuits 30 m 700 P45 P45_LRCC.SWS EQUIPMENT NEEDED

More information

PHYSICS 330 LAB Operational Amplifier Frequency Response

PHYSICS 330 LAB Operational Amplifier Frequency Response PHYSICS 330 LAB Operational Amplifier Frequency Response Objectives: To measure and plot the frequency response of an operational amplifier circuit. History: Operational amplifiers are among the most widely

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

Time-Varying Signals

Time-Varying Signals Time-Varying Signals Objective This lab gives a practical introduction to signals that varies with time using the components such as: 1. Arbitrary Function Generator 2. Oscilloscopes The grounding issues

More information

EXPERIMENT 9 Problem Solving: First-order Transient Circuits

EXPERIMENT 9 Problem Solving: First-order Transient Circuits 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

More information

P a g e 1 ST985. TDR Cable Analyzer Instruction Manual. Analog Arts Inc.

P a g e 1 ST985. TDR Cable Analyzer Instruction Manual. Analog Arts Inc. P a g e 1 ST985 TDR Cable Analyzer Instruction Manual Analog Arts Inc. www.analogarts.com P a g e 2 Contents Software Installation... 4 Specifications... 4 Handling Precautions... 4 Operation Instruction...

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

Frequency and Time Domain Representation of Sinusoidal Signals

Frequency and Time Domain Representation of Sinusoidal Signals Frequency and Time Domain Representation of Sinusoidal Signals By: Larry Dunleavy Wireless and Microwave Instruments University of South Florida Objectives 1. To review representations of sinusoidal signals

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

Activity P52: LRC Circuit (Voltage Sensor)

Activity P52: LRC Circuit (Voltage Sensor) Activity P52: LRC Circuit (Voltage Sensor) Concept DataStudio ScienceWorkshop (Mac) ScienceWorkshop (Win) AC circuits P52 LRC Circuit.DS (See end of activity) (See end of activity) Equipment Needed Qty

More information

Physics 334 Notes for Lab 2 Capacitors

Physics 334 Notes for Lab 2 Capacitors Physics 334 Notes for Lab 2 Capacitors January 19, 2009 Do the Lab Manual sections in the following order 2-1, 2-3, 2-4, 2-2, 2-5, 2-6, 2-8 (Skip 2-7 and 2-9). First, here s a review of some important

More information

Laboratory 4. Bandwidth, Filters, and Diodes

Laboratory 4. Bandwidth, Filters, and Diodes Laboratory 4 Bandwidth, Filters, and Diodes Required Components: k resistor 0. F capacitor N94 small-signal diode LED 4. Objectives In the previous laboratory exercise you examined the effects of input

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

The Oscilloscope. Vision is the art of seeing things invisible. J. Swift ( ) OBJECTIVE To learn to operate a digital oscilloscope.

The Oscilloscope. Vision is the art of seeing things invisible. J. Swift ( ) OBJECTIVE To learn to operate a digital oscilloscope. The Oscilloscope Vision is the art of seeing things invisible. J. Swift (1667-1745) OBJECTIVE To learn to operate a digital oscilloscope. THEORY The oscilloscope, or scope for short, is a device for drawing

More information

Introduction to Simulink Assignment Companion Document

Introduction to Simulink Assignment Companion Document Introduction to Simulink Assignment Companion Document Implementing a DSB-SC AM Modulator in Simulink The purpose of this exercise is to explore SIMULINK by implementing a DSB-SC AM modulator. DSB-SC AM

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

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

1.5k. (a) Resistive Circuit (b) Capacitive Circuit

1.5k. (a) Resistive Circuit (b) Capacitive Circuit Objective Information The purposes of this laboratory project are to become further acquainted with the use of an oscilloscope, and to observe the behavior of resistor and resistor capacitor circuits.

More information

AN294. Si825X FREQUENCY COMPENSATION SIMULATOR FOR D IGITAL BUCK CONVERTERS

AN294. Si825X FREQUENCY COMPENSATION SIMULATOR FOR D IGITAL BUCK CONVERTERS Si825X FREQUENCY COMPENSATION SIMULATOR FOR D IGITAL BUCK CONVERTERS Relevant Devices This application note applies to the Si8250/1/2 Digital Power Controller and Silicon Laboratories Single-phase POL

More information

Lab 5: MOSFET I-V Characteristics

Lab 5: MOSFET I-V Characteristics 1. Learning Outcomes Lab 5: MOSFET I-V Characteristics In this lab, students will determine the MOSFET I-V characteristics of both a P-Channel MOSFET and an N- Channel MOSFET. Also examined is the effect

More information

Homework Assignment 01

Homework Assignment 01 Homework Assignment 01 In this homework set students review some basic circuit analysis techniques, as well as review how to analyze ideal op-amp circuits. Numerical answers must be supplied using engineering

More information

PSM Soft. Features and Functions January PC Software Guide. Getting connected and Communication

PSM Soft. Features and Functions January PC Software Guide. Getting connected and Communication PSM Soft PC Software Guide Features and Functions January 2010 The PSM series Phase Sensitive Multimeters provide a wide range of exceptionally accurate and versatile instrumentation in one unique package.

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

Class #9: Experiment Diodes Part II: LEDs

Class #9: Experiment Diodes Part II: LEDs Class #9: Experiment Diodes Part II: LEDs Purpose: The objective of this experiment is to become familiar with the properties and uses of LEDs, particularly as a communication device. This is a continuation

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

EE 2274 MOSFET BASICS

EE 2274 MOSFET BASICS Pre Lab: Include your CN with prelab. EE 2274 MOSFET BASICS 1. Simulate in LTspice a family of output characteristic curves (cutve tracer) for the 2N7000 NMOS You will need to add the 2N7000 model to LTspice

More information

ECE 4670 Spring 2014 Lab 1 Linear System Characteristics

ECE 4670 Spring 2014 Lab 1 Linear System Characteristics ECE 4670 Spring 2014 Lab 1 Linear System Characteristics 1 Linear System Characteristics The first part of this experiment will serve as an introduction to the use of the spectrum analyzer in making absolute

More information

Lab 13 AC Circuit Measurements

Lab 13 AC Circuit Measurements Lab 13 AC Circuit Measurements Objectives concepts 1. what is impedance, really? 2. function generator and oscilloscope 3. RMS vs magnitude vs Peak-to-Peak voltage 4. phase between sinusoids skills 1.

More information

Pre-Lab. Introduction

Pre-Lab. Introduction Pre-Lab Read through this entire lab. Perform all of your calculations (calculated values) prior to making the required circuit measurements. You may need to measure circuit component values to obtain

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

Use of the LTI Viewer and MUX Block in Simulink

Use of the LTI Viewer and MUX Block in Simulink Use of the LTI Viewer and MUX Block in Simulink INTRODUCTION The Input-Output ports in Simulink can be used in a model to access the LTI Viewer. This enables the user to display information about the magnitude

More information

UC Berkeley, EECS Department

UC Berkeley, EECS Department UC Berkeley, EECS Department B. Boser EECS 4 Lab LAB5: Boost Voltage Supply UID: Boost Converters We have tried to use resistors (voltage dividers) to transform voltages but found that these solutions

More information

Voltage Current and Resistance II

Voltage Current and Resistance II Voltage Current and Resistance II Equipment: Capstone with 850 interface, analog DC voltmeter, analog DC ammeter, voltage sensor, RLC circuit board, 8 male to male banana leads 1 Purpose This is a continuation

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

8A. ANALYSIS OF COMPLEX SOUNDS. Amplitude, loudness, and decibels

8A. ANALYSIS OF COMPLEX SOUNDS. Amplitude, loudness, and decibels 8A. ANALYSIS OF COMPLEX SOUNDS Amplitude, loudness, and decibels Last week we found that we could synthesize complex sounds with a particular frequency, f, by adding together sine waves from the harmonic

More information

Class #16: Experiment Matlab and Data Analysis

Class #16: Experiment Matlab and Data Analysis Class #16: Experiment Matlab and Data Analysis Purpose: The objective of this experiment is to add to our Matlab skill set so that data can be easily plotted and analyzed with simple tools. Background:

More information

(b) 25% (b) increases

(b) 25% (b) increases Homework Assignment 07 Question 1 (2 points each unless noted otherwise) 1. In the circuit 10 V, 10, and 5K. What current flows through? Answer: By op-amp action the voltage across is and the current through

More information

ECE4902 Lab 5 Simulation. Simulation. Export data for use in other software tools (e.g. MATLAB or excel) to compare measured data with simulation

ECE4902 Lab 5 Simulation. Simulation. Export data for use in other software tools (e.g. MATLAB or excel) to compare measured data with simulation ECE4902 Lab 5 Simulation Simulation Export data for use in other software tools (e.g. MATLAB or excel) to compare measured data with simulation Be sure to have your lab data available from Lab 5, Common

More information

Lab 2: Common Emitter Design: Part 2

Lab 2: Common Emitter Design: Part 2 Lab 2: Common Emitter Design: Part 2 ELE 344 University of Rhode Island, Kingston, RI 02881-0805, U.S.A. 1 Linearity in High Gain Amplifiers The common emitter amplifier, shown in figure 1, will provide

More information

Final Exam. 1. An engineer measures the (step response) rise time of an amplifier as t r = 0.1 μs. Estimate the 3 db bandwidth of the amplifier.

Final Exam. 1. An engineer measures the (step response) rise time of an amplifier as t r = 0.1 μs. Estimate the 3 db bandwidth of the amplifier. Final Exam Name: Score /100 Question 1 Short Takes 1 point each unless noted otherwise. 1. An engineer measures the (step response) rise time of an amplifier as t r = 0.1 μs. Estimate the 3 db bandwidth

More information

LABORATORY 3: Transient circuits, RC, RL step responses, 2 nd Order Circuits

LABORATORY 3: Transient circuits, RC, RL step responses, 2 nd Order Circuits LABORATORY 3: Transient circuits, RC, RL step responses, nd Order Circuits Note: If your partner is no longer in the class, please talk to the instructor. Material covered: RC circuits Integrators Differentiators

More information

The version 2.0 of Solve Elec allow you to study circuits in direct current.

The version 2.0 of Solve Elec allow you to study circuits in direct current. Introduction Fonctionalities With Solve Elec you can : - draw a circuit - modify the properties of circuit components - define quantities related to the circuit by theirs formulas - see the circuit solution

More information

Drawing Bode Plots (The Last Bode Plot You Will Ever Make) Charles Nippert

Drawing Bode Plots (The Last Bode Plot You Will Ever Make) Charles Nippert Drawing Bode Plots (The Last Bode Plot You Will Ever Make) Charles Nippert This set of notes describes how to prepare a Bode plot using Mathcad. Follow these instructions to draw Bode plot for any transfer

More information

LABORATORY 2: Bridge circuits, Superposition, Thevenin Circuits, and Amplifier Circuits

LABORATORY 2: Bridge circuits, Superposition, Thevenin Circuits, and Amplifier Circuits LABORATORY 2: Bridge circuits, Superposition, Thevenin Circuits, and Amplifier Circuits Note: If your partner is no longer in the class, please talk to the instructor. Material covered: Bridge circuits

More information