: INCREASING PRODUCTIVITY AND AVOIDING CIRCUIT SIMULATION ERRORS IN MULTISIM
|
|
|
- Samantha Evans
- 10 years ago
- Views:
Transcription
1 : INCREASING PRODUCTIVITY AND AVOIDING CIRCUIT SIMULATION ERRORS IN MULTISIM John Hackworth, Old Dominion University John R. Hackworth is Program Director for the Electrical Engineering Technology program at Old Dominion University. He holds a B. S. Degree in Electrical Engineering Technology and a Master of Science Degree in Electrical Engineering, both from Old Dominion University. Prior to joining the Old Dominion University faculty, John had approximately 20 years of industrial experience in test engineering and plant automation. He is the principal co-author of the text Programmable Logic Controllers: Programming Methods and Applications, published by Prentice-Hall. Richard Jones, Old Dominion University Richard Jones has been teaching at ODU since He is a retired United States Navy Submarine Service Lt. Commander with sub-specialties in Ballistic Missile, Torpedo, Sonar, and Radio systems. Richard has previously taught Mechanical Engineering Design at the United States Military Academy, West Point, N.Y., and Electrical Engineering at the United States Naval Academy, Annapolis, Md. He holds an ASEET from Cameron University, a BSEET from Oklahoma State University, and a Master of Engineering in Electronics Engineering from the Naval Postgraduate School at Monterey, California. William Stanley, Old Dominion University William D. Stanley, Eminent Professor Emeritus, retired in December 2000 after about 35 years of service at Old Dominion University, of which he served as a department chair for 27 years. He holds a B. S. degree from the University of South Carolina and M. S. and Ph.D. degrees from North Carolina State University, all in Electrical Engineering. He is a registered Professional Engineer and author or co-author of about 20 textbooks. Since retiring, he has continued to write, teach part-time, work with the Navy College program, and has developed two asynchronous courses for that program. American Society for Engineering Education, 2006 Page
2 Increasing Productivity and Avoiding Circuit Simulation Errors in MultiSIM Abstract Methods for streamlining MultiSIM circuit analysis projects are shown. Methods are shown which improve analysis results, streamline analysis methods, and prevent some common errors. Several examples of MultiSIM projects are given which illustrate each of the discussed methods. Introduction In recent years, MultiSIM (formerly Electronics Workbench) has proven to be an excellent learning tool for electrical engineering and electrical engineering technology students. It can be adapted to any student learning level. For example, at the beginner level, the student can connect individual components and instruments much as he or she would do in a conventional laboratory environment. When the simulated power switch is turned on, the instruments on the screen begin realistically functioning. The front-panel switches and pushbuttons on the instruments work much like real equipment, thus allowing the student to learn how to use the instruments while making laboratory measurements. At the advanced level, after wiring the circuit, the student can forego the instruments and power switch and go directly to more advanced analysis features such as ac steady-state analysis (frequency and phase response analysis), transient analysis, or I-V analysis. Although students generally adapt quickly to MultiSIM to perform most of their analysis work, there are some aspects of MultiSIM that require more experience. It is the purpose of this paper to explore some of these more subtle aspects of MultiSIM. In some cases, these will be simple shortcuts that can be used to perform circuit analysis easier or faster, and in other cases, techniques will be demonstrated that will allow the user to avoid analysis errors or failure because the analysis was setup incorrectly, or the calculated results do not converge. At Old Dominion University, the Electrical Engineering Technology program uses Multisim in a wide range of courses including fundamental circuit analysis, electronic devices, digital circuits, linear integrated circuits, programmable controllers, electrical machines, and power systems. The extent of use varies from simple in-class examples used to support lecture material, to full lab experiments requiring students to build, troubleshoot, and analyze circuits totally by computer simulation. Because of the wide variety of Multisim applications used in ODU s EET program, the examples illustrated in this paper are likewise varied. Ideal Sources By default, voltage sources in MultiSIM are ideal; that is, they have zero internal resistance. Generally, this functions well for most circuit analysis situations. However, consider the MultiSIM simulation of a three-phase 60 Hz delta source with wye connected load resistors, shown in Figure 1. This is a typical circuit simulation that would be assigned to students in an ac fundamentals course. Generally ac voltmeters and ac ammeters are added, which allow students to gain a better understanding of the relationships between line voltages and currents, and phase Page
3 voltages and currents. However, for this illustration, the meters are unnecessary and, for clarity, are not included. When this simulation is switched on, it will fail, giving somewhat cryptic singular matrix and timestep too small error messages (note that this type of failure is not unique to MultiSIM). The problem is that when constructing this circuit in MultiSIM, three assumptions have been made: 1) the three 208 V sources are exactly 208 volts, 2) by Kirchhoff s law, the phasor sum of the three sources will equal zero, and 3) the sources are realistic. However, due to small digital mathematical Figure 1. Delta Source Circuit. errors, MultiSIM cannot make the three voltages exactly 208 volts, and as a result the instantaneous sum of the voltages around the V1, V2, V3 loop at any given time will not equal to zero. Since the sources are ideal (i.e., they have zero internal impedance), MultiSIM cannot resolve the small mathematical voltage error; i.e., there is no resistive or reactive component on which to drop the error voltage. Unfortunately, the inexperienced user reads the error message timestep too small and wastes time increasing the timestep, to no avail. Instead the problem can be easily corrected by recognizing that the simulation needs a small resistance in the V1, V2, V3 loop that will drop the error voltage created by the calculation. In other words, the sources need to be made realistic by giving them internal resistance. This is done by adding a resistor in series with each source (for this simulation, one resistor located anywhere in the loop will suffice, but students find it easier to understand if a series resistance is included for every source). To prevent the resistors from complicating the measured results, their values are usually made very small, typically 1 milliohm or less. Special MultiSIM Sources and Controlled Function Blocks The Piece-wise Linear Voltage Source Quite often it is desirable to excite a circuit to be simulated with a signal other than the standard DC or sinusoidal waveform. The Piece-wise Linear Voltage source provides the ability to create any signal which can be broken up into linear segments. The device can be programmed via a text file or, if the signal can be broken up into nine or fewer segments, the device can be opened and programmed directly. Figure 2 demonstrates how this may be achieved with the resulting waveform shown in Figure 3. Page
4 Figure 2. Piece-wise Linear Voltage Source setup window. Figure 3. Voltage waveform resulting from the piece-wise linear program. The Current Controlled Voltage Source This device produces a voltage waveform which is directly proportional to the current in a circuit. It can be very helpful when it is desired to plot the circuit current or when (as shown in the circuit below) the current signal is required elsewhere in the circuit. It can also be very useful when it is desired to scale the current axis in the Grapher utility. All that is required is to open the device and set the transresistance value to 1000 and then set the label on the current axis to (ma) in the Grapher window. Controlled Function Blocks MultiSIM has provided a set of control blocks which can be used to manipulate signals in circuits. The major blocks available are: Dividers, Transfer Function blocks, Voltage and Current Limiters, Voltage Gain blocks, Voltage Hysteresis blocks, Voltage Limiters, Voltage Slew Rate blocks, Voltage Summers, and the two used in the example below, the Voltage Multiplier and the Voltage Integrator. These blocks can be extremely useful in the educational environment. The example circuit shown in Figure 4 is a purely educational circuit designed to demonstrate the relationship between capacitive voltage, vc(t), current, ic(t), power, pc(t), and energy, wc(t). Besides demonstrating the circuit elements previously mentioned, it has been specifically designed to demonstrate some of the problems associated with choosing too few a number of simulation points when performing a transient analysis. The voltage waveform from the Piecewise linear voltage source is as shown in Figure 3 above. Page
5 Figure 4. MultiSIM circuit to demonstrate the relationships between power and energy. The circuit is based on the following equations: p () t v () t i () t c c c wc() t pc() t dt The use of the Current Controlled Voltage Source is imperative in this circuit in order to provide the necessary current signal for the multiplier control block. Solution of this circuit by hand will result in the graphs shown in Figure 5. A transient analysis will be initially performed on this circuit using the default values (Figure 6) and the resulting energy waveform will be observed. Figure 5. Figure 6. Transient Analysis default parameters. Page
6 When the resulting energy waveform (Figure 7) is analyzed, it is noted that there are many signs that the plot is full of errors; however, for the most part these errors are not noticeable without having first calculated the correct values. The most glaring error is that when the capacitive power is 0 W, the capacitive energy should be 0 J; however, the plot shows the value to be in the vicinity of 7 J. This would not be obvious to most undergraduate students unless they have seen how this problem can occur. Figure 7. Transient Analysis using default simulation parameters This problem can be corrected by either increasing the Minimum number of time points setting from 100 to 10,000 or by decreasing the Max time step (TMAX) from 1e-5 to 1e-7. The energy plot shown in Figure 8 is the result of modifying the Minimum number of time points parameter. It needs to be stressed to the student that the amount of change varies based on the problem and will have to be experimentally determined. Figure 8 is an example of plots produced with MultiSIM Post-Processor utility. Page
7 Figure 8. Final transient analysis results using the Post Processor vice the Grapher. Transient Analysis Transient analysis is probably the most evasive of all the common forms of analysis with MultiSIM, as well as with other circuit analysis programs. One can perform a transient analysis and obtain results that might appear to be perfectly fine, and yet may differ substantially from the true results. The reason is that the program is performing an approximate solution of one or more continuous-time differential equations using numerical methods, and possible check procedures may not detect the errors involved. To illustrate some of the problems and the possible means for circumventing them, consider the series resonant circuit of Figure 9. The properties of this basic circuit are developed in numerous basic circuit books 1,2 and will not be covered here. However, some of the key properties of the circuit are summarized as follows: V i (t) L C + R V o (t) - Figure 9. Series resonant circuit. 1 Resonant Frequency f0 2 LC Selectivity Factor f0 1 L Q B R C Page
8 The quantity B is the 3-dB bandwidth. Assume that the circuit is initially relaxed and excited at t 0 at the resonant frequency by an input sinusoid of the form v () t V sin2 f t i i 0 By either Laplace transform analysis or by solving the differential equation, the voltage across the output resistor can be determined as v () o t v ( t) V sin2 f t o i 0 Ve Bt i 1 (1/2 Q) 2 sin2 1 (1/2 ) 2 f0 Q t The first term represents the forced or steady-state response and the second term represents the natural or transient response, which vanishes with increasing time. A conservative estimate for the settling time T s required to reach steady-state conditions is T s 2 B For Q 10, a very close approximation for the output voltage is Bt v () t V(1 e )sin2 f t o i 0 The sinusoidal steady-state response v t after the settling time is given as () oss v () t V sin2 f t oss i 0 This simple result could have, of course, been predicted from ac steady-state conditions without all the preceding steps, but the intent was to provide a guide for the overall behavior of the response with computer simulation. Consider next the MultiSIM simulation of the series resonant circuit shown in Figure 10 with some specific Figure 10. Series resonant circuit values. It can be verified that the resonant frequency is with center frequency of 1 khz and f0 1 khz, the 3-dB bandwidth is B 100 Hz, and the Q = 10. selectivity factor is Q 10. The element values have been represented to a higher than practical resolution so that no deviations can be attributed to element value roundoff. For transient analysis, the default initial window is shown in Figure 11. While most prone to error as will be seen shortly, it is tempting at least to obtain one run with the default condition of Page
9 Generate time steps automatically and that will be the case here. Although it will not be shown, the Output slot was set to monitor the voltage across the resistor. Figure 11. MultiSIM Transient Analysis window with initial default settings. The overall response from t 0 to t 2 ms is shown in Figure 12. The envelope clearly demonstrates the exponential nature expected and steady-state conditions can be assumed by the tim et 2/ B 2/ s. s Figure 12. Output voltage from 0 to 20 ms with Q = 10 and default transient settings. An observation of the response from t 0.02 s to t s is shown in Figure 13, corresponding to two cycles of the steady-state response. Note that the actual computation begins at t 0, but observation does not begin until t 0.02 s. Theoretically, the steady-state output shoul d be a sine wave having a frequency of 1 khz and an amplitude of 1 V. The "sinusoidal" signal appears a bit jagged due to the scarcity of points, and the output amplitude is about 0.96 V, representing an error of approximately 4%. Thus, this solution, while prone to error and some misrepresentation, is at least in the correct "ball-park". Page
10 Figure 13. Steady-state output voltage with Q = 10 and default transient settings. The reader should not be misled by the title Transient Analysis on this graph since it arose from the MultiSIM analysis option by that name, and if the natural response vanishes by the time of observation, the result seen on the graph will be the steady-state response. Assume next that the bandwidth is reduced to 10 Hz based on increasing the Q to 100. The resulting MultiSIM circuit is shown in Figure 14. The settling time is now increased to Ts 2/ B 2/ s A transient run from t 0 to t 0.2 s is shown in Figure 15 and an observation from t 0.2 s to t s is shown in Figure 16. Figure 14. Series resonant circuit with center frequency of 1 khz and Q = 100. Figure 15. Incorrect output voltage from 0 to 200 ms with Q = 100 and default transient settings. Page
11 Figure 16. Incorrect steady-state output voltage with Q = 100 and default transient settings. Clearly, the results are not as they should be. The transient interval exhibits an overshoot, which should not be the case, and the steady-state peak value is less than 0.5 V. Thus, there are significant errors in both the transient interval and the steady-state interval. To fix the problem, the analysis option on the Transient Analysis window is changed to Maximum time step and the value of this parameter is set to 10 µs = 10e-6 s. This corresponds to 100 points per cycle at the frequency of 1 khz. The overall output voltage is now shown in Figure 17 and the steady-state voltage is shown in Figure 18. The amplitude of the steady-state output voltage is 1 V, and the shape of the transient response is correct. Moreover, the steadystate output signal clearly appears as a sine wave. Figure 17. Correct output voltage from 0 to 200 ms with Q = 100 and a maximum time step of 10 microseconds. Page
12 Figure 18. Correct steady-state output voltage with Q = 100 and a maximum time step of 10 microseconds. Since the correct form was known in advance, it was quite straight-forward to adjust the program parameters to obtain a good response, but how would one in general know what to do if the form of the response were not known? For example, a student might obtain the runs of Figures 15 and 16 and think that the results are correct since there is no error warning for these cases. This issue will be discussed in the section that follows. Some Transient Analysis Guidelines Unfortunately, it is not possible to cover all the snafus that might occur in transient analysis, but a few general guidelines can be covered. Indeed, error messages may actually be generated in some cases, and when this occurs, it is obvious that something is wrong. The guidelines given here are those that may steer one in the correct direction even when no error message occurs. Some general guidelines follow. Use the default condition of Generate time steps automatically only as a quick check or first run and view the results with a degree of skepticism. The results should be trusted as being fully correct only after some additional analysis or with some simple circuits and excitations where certain properties of the results can be readily checked with simple analysis. Either of the options Minimum number of time points or Maximum time step are generally capable of providing good results if used properly. However, the focus here will be on the latter option and subsequent discussion will assume that option. If the signal consists of one or more sinusoidal functions, it is recommended that a minimum of 100 points per cycle at the highest frequency be used as a starting point. Thus, if the highest frequency is f, the Maximum time step should be a value no greater than 0.01/ f if possible. Page
13 Decide if the natural response or the forced (steady-state) response or both are of interest and adjust the Start time and End time accordingly. For a sinusoidal excitation, a reasonably conservative estimate of the settling time is 1/ B for a low-pass system and 2/B for a band-pass system. Be especially careful if the circuit has a narrow bandwidth or has a high degree of sensitivity to variations in parameter values. For certain narrow band-pass circuits, it may be necessary to transform to low-pass equivalents to obtain good results, but that topic will not be pursued in this paper. Finally, and this is very important, make at least two runs with different choices of the Maximum time step to see if it makes any difference in the results. If the results differ by more than the normal roundoff, one or both are wrong and further runs with different time steps are needed. Trust the results only after they remain the same with several different choices of the time step. Conclusions Although MultiSIM is an extremely valuable circuit simulation tool, the user must exercise care in its use. The first example shown in this paper reminded the reader that in many cases, the compon ents in computer simulations may be ideal, requiring the user to be aware of the internal characteristics of the components, and the impact this may have on the simulation. A lso, a s with any engineering tool, using default simulation parameters and blindly accepting resu lts can result in errors. It has been shown in this paper that there are several ways in which to verify the results of MultiSIM simulations. The first, and the best way to assure that results are corr ect, is for the user to make some benchmark simulation runs with conditions that give known results. Secondly, if this is not possible, make several simulation runs using different ti me steps (or numbers of steps) to see if each gives the same results. At Old Dominion University, EET students using Multisim are cautioned concerning errors that can result by misusing the software. Examples similar to the ones illustrated in this paper are perform ed in class so that the students can have first-hand exposure to possible errors that can occur. In laboratory courses in which students are performing experiments using Multisim, introductory lab lectures warn the students of common analysis pitfalls that can cause erroneous results, and ways to avoid them. Since the ODU laboratories are equipped with digital projectors, instructors show the students sample experiments that have gone wrong because they contain analysis errors. Although student still often make analysis errors, by showing bad examples, they are now aware of the more common problems that can occur. Page
14 Bibliography th 1. W. D. Stanley, Transform Circuit Analysis for Engineering and Technology, 5 Edition, Prentice-Hall, W. D. Stanley, Network Analysis with Applications, 4 th Edition, Prentice-Hall, Herniter, Marc E., Schematic Capture with MultiSIM 7, Prentice Hall, 2004, ISBN: Multisim 9, Simulation & Capture, CD-ROM, Electronics Workbench, Page
Understanding Power Impedance Supply for Optimum Decoupling
Introduction Noise in power supplies is not only caused by the power supply itself, but also the load s interaction with the power supply (i.e. dynamic loads, switching, etc.). To lower load induced noise,
SERIES-PARALLEL DC CIRCUITS
Name: Date: Course and Section: Instructor: EXPERIMENT 1 SERIES-PARALLEL DC CIRCUITS OBJECTIVES 1. Test the theoretical analysis of series-parallel networks through direct measurements. 2. Improve skills
MATERIALS. Multisim screen shots sent to TA.
Page 1/8 Revision 0 9-Jun-10 OBJECTIVES Learn new Multisim components and instruments. Conduct a Multisim transient analysis. Gain proficiency in the function generator and oscilloscope. MATERIALS Multisim
CIRCUITS LABORATORY EXPERIMENT 3. AC Circuit Analysis
CIRCUITS LABORATORY EXPERIMENT 3 AC Circuit Analysis 3.1 Introduction The steady-state behavior of circuits energized by sinusoidal sources is an important area of study for several reasons. First, the
RLC Resonant Circuits
C esonant Circuits Andrew McHutchon April 20, 203 Capacitors and Inductors There is a lot of inconsistency when it comes to dealing with reactances of complex components. The format followed in this document
Frequency Response of Filters
School of Engineering Department of Electrical and Computer Engineering 332:224 Principles of Electrical Engineering II Laboratory Experiment 2 Frequency Response of Filters 1 Introduction Objectives To
A Low Cost Power Quality and Energy Savings Laboratory for Undergraduate Education and Research
Session #3133 A Low Cost Power Quality and Energy Savings Laboratory for Undergraduate Education and Research Abdullatif Bagegni, Vance Poteat Merrimack College Abstract This paper describes the design
Step Response of RC Circuits
Step Response of RC Circuits 1. OBJECTIVES...2 2. REFERENCE...2 3. CIRCUITS...2 4. COMPONENTS AND SPECIFICATIONS...3 QUANTITY...3 DESCRIPTION...3 COMMENTS...3 5. DISCUSSION...3 5.1 SOURCE RESISTANCE...3
AC 2012-3923: MEASUREMENT OF OP-AMP PARAMETERS USING VEC- TOR SIGNAL ANALYZERS IN UNDERGRADUATE LINEAR CIRCUITS LABORATORY
AC 212-3923: MEASUREMENT OF OP-AMP PARAMETERS USING VEC- TOR SIGNAL ANALYZERS IN UNDERGRADUATE LINEAR CIRCUITS LABORATORY Dr. Tooran Emami, U.S. Coast Guard Academy Tooran Emami received her M.S. and Ph.D.
Experiment #11: LRC Circuit (Power Amplifier, Voltage Sensor)
Experiment #11: LRC Circuit (Power Amplifier, Voltage Sensor) Concept: circuits Time: 30 m SW Interface: 750 Windows file: RLC.SWS EQUIPMENT NEEDED Science Workshop Interface Power Amplifier (2) Voltage
ε: Voltage output of Signal Generator (also called the Source voltage or Applied
Experiment #10: LR & RC Circuits Frequency Response EQUIPMENT NEEDED Science Workshop Interface Power Amplifier (2) Voltage Sensor graph paper (optional) (3) Patch Cords Decade resistor, capacitor, and
See Horenstein 4.3 and 4.4
EE 462: Laboratory # 4 DC Power Supply Circuits Using Diodes by Drs. A.V. Radun and K.D. Donohue (2/14/07) Department of Electrical and Computer Engineering University of Kentucky Lexington, KY 40506 Updated
EDEXCEL NATIONAL CERTIFICATE/DIPLOMA UNIT 5 - ELECTRICAL AND ELECTRONIC PRINCIPLES NQF LEVEL 3 OUTCOME 4 - ALTERNATING CURRENT
EDEXCEL NATIONAL CERTIFICATE/DIPLOMA UNIT 5 - ELECTRICAL AND ELECTRONIC PRINCIPLES NQF LEVEL 3 OUTCOME 4 - ALTERNATING CURRENT 4 Understand single-phase alternating current (ac) theory Single phase AC
Topic Suggested Teaching Suggested Resources
Lesson 1 & 2: DC Networks Learning Outcome: Be able to apply electrical theorems to solve DC network problems Electrical theorems and DC network problems Introduction into the unit contents, aims & objectives
PHYSICS 111 LABORATORY Experiment #3 Current, Voltage and Resistance in Series and Parallel Circuits
PHYSCS 111 LABORATORY Experiment #3 Current, Voltage and Resistance in Series and Parallel Circuits This experiment is designed to investigate the relationship between current and potential in simple series
SIGNAL GENERATORS and OSCILLOSCOPE CALIBRATION
1 SIGNAL GENERATORS and OSCILLOSCOPE CALIBRATION By Lannes S. Purnell FLUKE CORPORATION 2 This paper shows how standard signal generators can be used as leveled sine wave sources for calibrating oscilloscopes.
Laboratory 4: Feedback and Compensation
Laboratory 4: Feedback and Compensation To be performed during Week 9 (Oct. 20-24) and Week 10 (Oct. 27-31) Due Week 11 (Nov. 3-7) 1 Pre-Lab This Pre-Lab should be completed before attending your regular
Lock - in Amplifier and Applications
Lock - in Amplifier and Applications What is a Lock in Amplifier? In a nut shell, what a lock-in amplifier does is measure the amplitude V o of a sinusoidal voltage, V in (t) = V o cos(ω o t) where ω o
Lab #9: AC Steady State Analysis
Theory & Introduction Lab #9: AC Steady State Analysis Goals for Lab #9 The main goal for lab 9 is to make the students familar with AC steady state analysis, db scale and the NI ELVIS frequency analyzer.
Reading: HH Sections 4.11 4.13, 4.19 4.20 (pgs. 189-212, 222 224)
6 OP AMPS II 6 Op Amps II In the previous lab, you explored several applications of op amps. In this exercise, you will look at some of their limitations. You will also examine the op amp integrator and
LOW COST MOTOR PROTECTION FILTERS FOR PWM DRIVE APPLICATIONS STOPS MOTOR DAMAGE
LOW COST MOTOR PROTECTION FILTERS FOR PWM DRIVE APPLICATIONS STOPS MOTOR DAMAGE Karl M. Hink, Executive Vice President Originally presented at the Power Quality 99 Conference ABSTRACT Motor protection
EE 242 EXPERIMENT 5: COMPUTER SIMULATION OF THREE-PHASE CIRCUITS USING PSPICE SCHEMATICS 1
EE 242 EXPERIMENT 5: COMPUTER SIMULATION OF THREE-PHASE CIRCUITS USING PSPICE SCHEMATICS 1 Objective: To build, simulate, and analyze three-phase circuits using OrCAD Capture Pspice Schematics under balanced
PROCEDURE: 1. Measure and record the actual values of the four resistors listed in Table 10-1.
The answer to two questions will help you identify a series or parallel connection: (1) Will the identical current go through both components? f the answer is yes, the components are in series. (2) Are
Current and Temperature Ratings
Document 361-1 Current and Temperature Ratings Introduction This application note describes: How to interpret Coilcraft inductor current and temperature ratings Our current ratings measurement method and
ET 332b Ac Electric Machines and Power Systems
Instructor: Dr. Carl Spezia, PE Office: Engr. D110 Phone: 453-7839 E-mail: [email protected] ET 332b Ac Electric Machines and Power Systems Office Hours: 9:00 am - 10:00 am M-W-F 2:00 pm - 3:00 pm M-W-F
Loop Bandwidth and Clock Data Recovery (CDR) in Oscilloscope Measurements. Application Note 1304-6
Loop Bandwidth and Clock Data Recovery (CDR) in Oscilloscope Measurements Application Note 1304-6 Abstract Time domain measurements are only as accurate as the trigger signal used to acquire them. Often
EXPERIMENT NUMBER 8 CAPACITOR CURRENT-VOLTAGE RELATIONSHIP
1 EXPERIMENT NUMBER 8 CAPACITOR CURRENT-VOLTAGE RELATIONSHIP Purpose: To demonstrate the relationship between the voltage and current of a capacitor. Theory: A capacitor is a linear circuit element whose
BASIC ELECTRONICS AC CIRCUIT ANALYSIS. December 2011
AM 5-202 BASIC ELECTRONICS AC CIRCUIT ANALYSIS December 2011 DISTRIBUTION RESTRICTION: Approved for Pubic Release. Distribution is unlimited. DEPARTMENT OF THE ARMY MILITARY AUXILIARY RADIO SYSTEM FORT
Operational Amplifier - IC 741
Operational Amplifier - IC 741 Tabish December 2005 Aim: To study the working of an 741 operational amplifier by conducting the following experiments: (a) Input bias current measurement (b) Input offset
School of Engineering Department of Electrical and Computer Engineering
1 School of Engineering Department of Electrical and Computer Engineering 332:223 Principles of Electrical Engineering I Laboratory Experiment #4 Title: Operational Amplifiers 1 Introduction Objectives
Equipment: Power Supply, DAI, Variable resistance (8311), Variable inductance (8321)
Lab 4: 3-phase circuits. Objective: to study voltage-current relationships in 3-phase circuits; to learn to make delta and Y connections; to calculate and measure real, apparent, and reactive powers. Equipment:
Precision Diode Rectifiers
by Kenneth A. Kuhn March 21, 2013 Precision half-wave rectifiers An operational amplifier can be used to linearize a non-linear function such as the transfer function of a semiconductor diode. The classic
Current Loop Tuning Procedure. Servo Drive Current Loop Tuning Procedure (intended for Analog input PWM output servo drives) General Procedure AN-015
Servo Drive Current Loop Tuning Procedure (intended for Analog input PWM output servo drives) The standard tuning values used in ADVANCED Motion Controls drives are conservative and work well in over 90%
dspace DSP DS-1104 based State Observer Design for Position Control of DC Servo Motor
dspace DSP DS-1104 based State Observer Design for Position Control of DC Servo Motor Jaswandi Sawant, Divyesh Ginoya Department of Instrumentation and control, College of Engineering, Pune. ABSTRACT This
Inductors in AC Circuits
Inductors in AC Circuits Name Section Resistors, inductors, and capacitors all have the effect of modifying the size of the current in an AC circuit and the time at which the current reaches its maximum
Electrical Resonance
Electrical Resonance (R-L-C series circuit) APPARATUS 1. R-L-C Circuit board 2. Signal generator 3. Oscilloscope Tektronix TDS1002 with two sets of leads (see Introduction to the Oscilloscope ) INTRODUCTION
Power measurement in balanced 3 phase circuits and power factor improvement. 1 Power in Single Phase Circuits. Experiment no 1
Experiment no 1 Power measurement in balanced 3 phase circuits and power factor improvement 1 Power in Single Phase Circuits Let v = m cos(ωt) = cos(ωt) is the voltage applied to a R-L circuit and i =
Impedance 50 (75 connectors via adapters)
VECTOR NETWORK ANALYZER PLANAR TR1300/1 DATA SHEET Frequency range: 300 khz to 1.3 GHz Measured parameters: S11, S21 Dynamic range of transmission measurement magnitude: 130 db Measurement time per point:
Electrical engineering education in the field of electric circuits theory at AGH University of Science and Technology in Kraków
st World Conference on Technology and Engineering Education WIETE Kraków, Poland, 4-7 September Electrical engineering education in the field of electric circuits theory at AGH University of Science and
RC & RL Transient Response
EE 2006 University of Minnesota Duluth ab 8 1. Introduction R & R Transient Response The student will analyze series R and R circuits. A step input will excite these respective circuits, producing a transient
Department of Electrical and Electronic Engineering, California State University, Sacramento
Department of Electrical and Electronic Engineering, California State University, Sacramento Engr 17 Introductory Circuit Analysis, graded, 3 units Instructor: Tatro - Spring 2016 Section 2, Call No. 30289,
Experiment 2 Diode Applications: Rectifiers
ECE 3550 - Practicum Fall 2007 Experiment 2 Diode Applications: Rectifiers Objectives 1. To investigate the characteristics of half-wave and full-wave rectifier circuits. 2. To recognize the usefulness
Experiment # (4) AM Demodulator
Islamic University of Gaza Faculty of Engineering Electrical Department Experiment # (4) AM Demodulator Communications Engineering I (Lab.) Prepared by: Eng. Omar A. Qarmout Eng. Mohammed K. Abu Foul Experiment
W03 Analysis of DC Circuits. Yrd. Doç. Dr. Aytaç Gören
W03 Analysis of DC Circuits Yrd. Doç. Dr. Aytaç Gören ELK 2018 - Contents W01 Basic Concepts in Electronics W02 AC to DC Conversion W03 Analysis of DC Circuits (self and condenser) W04 Transistors and
The Time Constant of an RC Circuit
The Time Constant of an RC Circuit 1 Objectives 1. To determine the time constant of an RC Circuit, and 2. To determine the capacitance of an unknown capacitor. 2 Introduction What the heck is a capacitor?
Basic Electrical Technology Dr. L. Umanand Department of Electrical Engineering Indian Institute of Science, Bangalore. Lecture - 33 3 phase System 4
Basic Electrical Technology Dr. L. Umanand Department of Electrical Engineering Indian Institute of Science, Bangalore Lecture - 33 3 phase System 4 Hello everybody. So, in the last class we have been
ES250: Electrical Science. HW7: Energy Storage Elements
ES250: Electrical Science HW7: Energy Storage Elements Introduction This chapter introduces two more circuit elements, the capacitor and the inductor whose elements laws involve integration or differentiation;
Department of Electrical and Computer Engineering Ben-Gurion University of the Negev. LAB 1 - Introduction to USRP
Department of Electrical and Computer Engineering Ben-Gurion University of the Negev LAB 1 - Introduction to USRP - 1-1 Introduction In this lab you will use software reconfigurable RF hardware from National
DIODE CIRCUITS LABORATORY. Fig. 8.1a Fig 8.1b
DIODE CIRCUITS LABORATORY A solid state diode consists of a junction of either dissimilar semiconductors (pn junction diode) or a metal and a semiconductor (Schottky barrier diode). Regardless of the type,
Timing Errors and Jitter
Timing Errors and Jitter Background Mike Story In a sampled (digital) system, samples have to be accurate in level and time. The digital system uses the two bits of information the signal was this big
Constructing a precision SWR meter and antenna analyzer. Mike Brink HNF, Design Technologist.
Constructing a precision SWR meter and antenna analyzer. Mike Brink HNF, Design Technologist. Abstract. I have been asked to put together a detailed article on a SWR meter. In this article I will deal
Eðlisfræði 2, vor 2007
[ Assignment View ] [ Print ] Eðlisfræði 2, vor 2007 30. Inductance Assignment is due at 2:00am on Wednesday, March 14, 2007 Credit for problems submitted late will decrease to 0% after the deadline has
DIGITAL-TO-ANALOGUE AND ANALOGUE-TO-DIGITAL CONVERSION
DIGITAL-TO-ANALOGUE AND ANALOGUE-TO-DIGITAL CONVERSION Introduction The outputs from sensors and communications receivers are analogue signals that have continuously varying amplitudes. In many systems
Teaching the Importance of Data Correlation in Engineering Technology
Session 3549 Teaching the Importance of Data Correlation in Engineering Technology Michael R. Warren, Dana M. Burnett, Jay R. Porter, and Rainer J. Fink Texas A&M University Abstract To meet the needs
Solution Derivations for Capa #11
Solution Derivations for Capa #11 Caution: The symbol E is used interchangeably for energy and EMF. 1) DATA: V b = 5.0 V, = 155 Ω, L = 8.400 10 2 H. In the diagram above, what is the voltage across the
Power Electronics. Prof. K. Gopakumar. Centre for Electronics Design and Technology. Indian Institute of Science, Bangalore.
Power Electronics Prof. K. Gopakumar Centre for Electronics Design and Technology Indian Institute of Science, Bangalore Lecture - 1 Electric Drive Today, we will start with the topic on industrial drive
PHASOR DIAGRAMS HANDS-ON RELAY SCHOOL WSU PULLMAN, WA. RON ALEXANDER - BPA
PHASOR DIAGRAMS HANDS-ON RELAY SCHOOL WSU PULLMAN, WA. RON ALEXANDER - BPA What are phasors??? In normal practice, the phasor represents the rms maximum value of the positive half cycle of the sinusoid
Section 3. Sensor to ADC Design Example
Section 3 Sensor to ADC Design Example 3-1 This section describes the design of a sensor to ADC system. The sensor measures temperature, and the measurement is interfaced into an ADC selected by the systems
Bipolar Transistor Amplifiers
Physics 3330 Experiment #7 Fall 2005 Bipolar Transistor Amplifiers Purpose The aim of this experiment is to construct a bipolar transistor amplifier with a voltage gain of minus 25. The amplifier must
The Importance of the X/R Ratio in Low-Voltage Short Circuit Studies
The Importance of the X/R Ratio in Low-Voltage Short Circuit Studies DATE: November 17, 1999 REVISION: AUTHOR: John Merrell Introduction In some short circuit studies, the X/R ratio is ignored when comparing
Selecting IHLP Composite Inductors for Non-Isolated Converters Utilizing Vishay s Application Sheet
VISHAY DALE www.vishay.com Magnetics Selecting IHLP Composite Inductors for Non-Isolated Converters INTRODUCTION This application note will provide information to assist in the specification of IHLP composite
Current Probes, More Useful Than You Think
Current Probes, More Useful Than You Think Training and design help in most areas of Electrical Engineering Copyright 1998 Institute of Electrical and Electronics Engineers. Reprinted from the IEEE 1998
Measuring Impedance and Frequency Response of Guitar Pickups
Measuring Impedance and Frequency Response of Guitar Pickups Peter D. Hiscocks Syscomp Electronic Design Limited [email protected] www.syscompdesign.com April 30, 2011 Introduction The CircuitGear
Voltage/current converter opamp circuits
Voltage/current converter opamp circuits This worksheet and all related files are licensed under the Creative Commons Attribution License, version 1.0. To view a copy of this license, visit http://creativecommons.org/licenses/by/1.0/,
DC mesh current analysis
DC mesh current analysis This worksheet and all related files are licensed under the Creative Commons Attribution License, version 1.0. To view a copy of this license, visit http://creativecommons.org/licenses/by/1.0/,
Positive Feedback and Oscillators
Physics 3330 Experiment #6 Fall 1999 Positive Feedback and Oscillators Purpose In this experiment we will study how spontaneous oscillations may be caused by positive feedback. You will construct an active
Transistor Amplifiers
Physics 3330 Experiment #7 Fall 1999 Transistor Amplifiers Purpose The aim of this experiment is to develop a bipolar transistor amplifier with a voltage gain of minus 25. The amplifier must accept input
(3 )Three Phase Alternating Voltage and Current
EEE 2015 EECTRCS (3) Monophase 1 Three phase Three phase electric power is a common method of alternating current electric power generation, transmission, and distribution. t is a type of polyphase system
QNET Experiment #06: HVAC Proportional- Integral (PI) Temperature Control Heating, Ventilation, and Air Conditioning Trainer (HVACT)
Quanser NI-ELVIS Trainer (QNET) Series: QNET Experiment #06: HVAC Proportional- Integral (PI) Temperature Control Heating, Ventilation, and Air Conditioning Trainer (HVACT) Student Manual Table of Contents
TESTS OF 1 MHZ SIGNAL SOURCE FOR SPECTRUM ANALYZER CALIBRATION 7/8/08 Sam Wetterlin
TESTS OF 1 MHZ SIGNAL SOURCE FOR SPECTRUM ANALYZER CALIBRATION 7/8/08 Sam Wetterlin (Updated 7/19/08 to delete sine wave output) I constructed the 1 MHz square wave generator shown in the Appendix. This
ANALYZER BASICS WHAT IS AN FFT SPECTRUM ANALYZER? 2-1
WHAT IS AN FFT SPECTRUM ANALYZER? ANALYZER BASICS The SR760 FFT Spectrum Analyzer takes a time varying input signal, like you would see on an oscilloscope trace, and computes its frequency spectrum. Fourier's
Lecture 24. Inductance and Switching Power Supplies (how your solar charger voltage converter works)
Lecture 24 Inductance and Switching Power Supplies (how your solar charger voltage converter works) Copyright 2014 by Mark Horowitz 1 Roadmap: How Does This Work? 2 Processor Board 3 More Detailed Roadmap
Computer Networks and Internets, 5e Chapter 6 Information Sources and Signals. Introduction
Computer Networks and Internets, 5e Chapter 6 Information Sources and Signals Modified from the lecture slides of Lami Kaya ([email protected]) for use CECS 474, Fall 2008. 2009 Pearson Education Inc., Upper
LAB 7 MOSFET CHARACTERISTICS AND APPLICATIONS
LAB 7 MOSFET CHARACTERISTICS AND APPLICATIONS Objective In this experiment you will study the i-v characteristics of an MOS transistor. You will use the MOSFET as a variable resistor and as a switch. BACKGROUND
= V peak 2 = 0.707V peak
BASIC ELECTRONICS - RECTIFICATION AND FILTERING PURPOSE Suppose that you wanted to build a simple DC electronic power supply, which operated off of an AC input (e.g., something you might plug into a standard
Experiment #5, Series and Parallel Circuits, Kirchhoff s Laws
Physics 182 Summer 2013 Experiment #5 1 Experiment #5, Series and Parallel Circuits, Kirchhoff s Laws 1 Purpose Our purpose is to explore and validate Kirchhoff s laws as a way to better understanding
RLC Series Resonance
RLC Series Resonance 11EM Object: The purpose of this laboratory activity is to study resonance in a resistor-inductor-capacitor (RLC) circuit by examining the current through the circuit as a function
Digital to Analog Converter. Raghu Tumati
Digital to Analog Converter Raghu Tumati May 11, 2006 Contents 1) Introduction............................... 3 2) DAC types................................... 4 3) DAC Presented.............................
AN-837 APPLICATION NOTE
APPLICATION NOTE One Technology Way P.O. Box 916 Norwood, MA 262-916, U.S.A. Tel: 781.329.47 Fax: 781.461.3113 www.analog.com DDS-Based Clock Jitter Performance vs. DAC Reconstruction Filter Performance
DDX 7000 & 8003. Digital Partial Discharge Detectors FEATURES APPLICATIONS
DDX 7000 & 8003 Digital Partial Discharge Detectors The HAEFELY HIPOTRONICS DDX Digital Partial Discharge Detector offers the high accuracy and flexibility of digital technology, plus the real-time display
Fundamentals of Signature Analysis
Fundamentals of Signature Analysis An In-depth Overview of Power-off Testing Using Analog Signature Analysis www.huntron.com 1 www.huntron.com 2 Table of Contents SECTION 1. INTRODUCTION... 7 PURPOSE...
FREQUENCY RESPONSE ANALYZERS
FREQUENCY RESPONSE ANALYZERS Dynamic Response Analyzers Servo analyzers When you need to stabilize feedback loops to measure hardware characteristics to measure system response BAFCO, INC. 717 Mearns Road
CHAPTER 6 Frequency Response, Bode Plots, and Resonance
ELECTRICAL CHAPTER 6 Frequency Response, Bode Plots, and Resonance 1. State the fundamental concepts of Fourier analysis. 2. Determine the output of a filter for a given input consisting of sinusoidal
Iron Powder Cores for Switchmode Power Supply Inductors. by: Jim Cox
HOME APPLICATION NOTES Iron Powder Cores for Switchmode Power Supply Inductors by: Jim Cox Purpose: The purpose of this application note is to cover the properties of iron powder as a magnetic core material
Circuits with inductors and alternating currents. Chapter 20 #45, 46, 47, 49
Circuits with inductors and alternating currents Chapter 20 #45, 46, 47, 49 RL circuits Ch. 20 (last section) Symbol for inductor looks like a spring. An inductor is a circuit element that has a large
The Calculation of G rms
The Calculation of G rms QualMark Corp. Neill Doertenbach The metric of G rms is typically used to specify and compare the energy in repetitive shock vibration systems. However, the method of arriving
LABORATORY 2 THE DIFFERENTIAL AMPLIFIER
LABORATORY 2 THE DIFFERENTIAL AMPLIFIER OBJECTIVES 1. To understand how to amplify weak (small) signals in the presence of noise. 1. To understand how a differential amplifier rejects noise and common
Basic Laws Circuit Theorems Methods of Network Analysis Non-Linear Devices and Simulation Models
EE Modul 1: Electric Circuits Theory Basic Laws Circuit Theorems Methods of Network Analysis Non-Linear Devices and Simulation Models EE Modul 1: Electric Circuits Theory Current, Voltage, Impedance Ohm
EET272 Worksheet Week 9
EET272 Worksheet Week 9 answer questions 1-5 in preparation for discussion for the quiz on Monday. Finish the rest of the questions for discussion in class on Wednesday. Question 1 Questions AC s are becoming
Harmonics and Noise in Photovoltaic (PV) Inverter and the Mitigation Strategies
Soonwook Hong, Ph. D. Michael Zuercher Martinson Harmonics and Noise in Photovoltaic (PV) Inverter and the Mitigation Strategies 1. Introduction PV inverters use semiconductor devices to transform the
Chapter 9: Controller design
Chapter 9. Controller Design 9.1. Introduction 9.2. Effect of negative feedback on the network transfer functions 9.2.1. Feedback reduces the transfer function from disturbances to the output 9.2.2. Feedback
Q1. The graph below shows how a sinusoidal alternating voltage varies with time when connected across a resistor, R.
Q1. The graph below shows how a sinusoidal alternating voltage varies with time when connected across a resistor, R. (a) (i) State the peak-to-peak voltage. peak-to-peak voltage...v (1) (ii) State the
EDUMECH Mechatronic Instructional Systems. Ball on Beam System
EDUMECH Mechatronic Instructional Systems Ball on Beam System Product of Shandor Motion Systems Written by Robert Hirsch Ph.D. 998-9 All Rights Reserved. 999 Shandor Motion Systems, Ball on Beam Instructional
Series and Parallel Circuits
Direct Current (DC) Direct current (DC) is the unidirectional flow of electric charge. The term DC is used to refer to power systems that use refer to the constant (not changing with time), mean (average)
OPERATIONAL AMPLIFIERS
INTRODUCTION OPERATIONAL AMPLIFIERS The student will be introduced to the application and analysis of operational amplifiers in this laboratory experiment. The student will apply circuit analysis techniques
Chapter 12 Driven RLC Circuits
hapter Driven ircuits. A Sources... -. A ircuits with a Source and One ircuit Element... -3.. Purely esistive oad... -3.. Purely Inductive oad... -6..3 Purely apacitive oad... -8.3 The Series ircuit...
Transistor Characteristics and Single Transistor Amplifier Sept. 8, 1997
Physics 623 Transistor Characteristics and Single Transistor Amplifier Sept. 8, 1997 1 Purpose To measure and understand the common emitter transistor characteristic curves. To use the base current gain
Rectifier circuits & DC power supplies
Rectifier circuits & DC power supplies Goal: Generate the DC voltages needed for most electronics starting with the AC power that comes through the power line? 120 V RMS f = 60 Hz T = 1667 ms) = )sin How
Clock Recovery in Serial-Data Systems Ransom Stephens, Ph.D.
Clock Recovery in Serial-Data Systems Ransom Stephens, Ph.D. Abstract: The definition of a bit period, or unit interval, is much more complicated than it looks. If it were just the reciprocal of the data
AC 2012-4561: MATHEMATICAL MODELING AND SIMULATION US- ING LABVIEW AND LABVIEW MATHSCRIPT
AC 2012-4561: MATHEMATICAL MODELING AND SIMULATION US- ING LABVIEW AND LABVIEW MATHSCRIPT Dr. Nikunja Swain, South Carolina State University Nikunja Swain is a professor in the College of Science, Mathematics,
