Introduction to PSpice

Slides:



Advertisements
Similar presentations
EEL102 Introduction to SPICE. Spice – Introduction Spice is a short form of : Simulated Program with Integrated Circuit Emphasis Used for circuit analysis.
Advertisements

PSpice Tutorial October 13, 2004 Franklin Chiang.
The George Washington University School of Engineering and Applied Science Department of Electrical and Computer Engineering ECE122 Lab 4: VTC & Power.
LAB No.3 Introduction to PSpice Engr. Mian Shahzad Iqbal Lecturer Department of Telecommunication Engineering Digital Electronics.
Computer Modeling of Electronic Circuits with LT SPICE PHYS3360/AEP3630 Lecture 20/21 1.
PSPICE - Review Kishore C. Acharya. Kishore Acharya2 Starting Simulation with PSPICE Launch PSPICE design Manager Create a New Work Space or Open an Existing.
EET Survey of Electronics Chapter 11 - Ohms Law.
Metric Prefixes Conversions Ch 1 Examples. Convert dm to nm Deci (10 -1 ) to nano- (10 -9 ) is move of eight orders of magnitude to the.
Scientific Notation and Metrics
Chapter 1: Data Representation Dr Mohamed Menacer Taibah University
The George Washington University School of Engineering and Applied Science Department of Electrical and Computer Engineering ECE122 Lab 4: VTC & Power.
EENG 2920: Circuit Design and Analysis Using PSpice Class 3: DC and Transient Analysis Oluwayomi Adamo Department of Electrical Engineering College of.
Lecture on PSpice. Introduction to SPICE  SPICE was originally developed at the University of California, Berkeley (1975).  Simulation Program for Integrated.
METRIC SYSTEM MEASUREMENT SYSTEM IN SCIENCE.  A DECIMAL SYSTEM (BASED ON UNITS OF 10)  DEVELOPED BY A FRENCH MATHEMATICIAN NAMED GABRIEL MOUTON  aka.
Plotting Graphs. Tables Add columns to vary data Must include units P/pa V/m
Lecture 1: 8/27/2002CS170 Fall CS170 Computer Organization and Architecture I Ayman Abdel-Hamid Department of Computer Science Old Dominion University.
Units and Significant Digits
METRIC PREFIXES M p µ G. p pico d deci G giga m milli.
Plotting Graphs. Tables Add columns to vary data Must include units P/pa V/m
Introduction to PSpice
The Science of Chemistry Measurement. Introduction When you hear the term chemistry, what comes to mind??? What do you think we are going to study?? Choose.
Introduction to IC Design
Learning Goals 9/13/10 1.Name the 3 common measurement systems used in the US 2.List at least 3 reasons to learn about measurement systems 3.Explain how.
Nanotechnology Tim Miller, Museum of Science, Boston.
SI units prefixes deci centi milli micro nano kilo mega.
Physics Section 1.2 The system of measurement used in science is the SI system. (Système International d'Unites) SI Standards Quantity Unit Symbol length.
Introduction to Electric Circuits – Engr 240
Dr. Cynthia Furse University of Utah
EMT 251 SPICE NETLIST.
RESITORS and the powers of 10
1. Number Systems.
NUMBER SYSTEM Prepared by: Engr Zakria.
Number System.
Dimensional Analysis The Factor-label Method of Conversions
Unit Conversions.
Scientific and Engineering Notation
Scientific & Engineering Notation
1.2: Nanotechnology Powers of ten.
Mathematics and Physics
Week 9: Series RC Circuit
INTRODUCTION Spice Excel.
Scientific & Engineering Notation
1.2 Scientific Method.
SI Measurement System Presentation Name Course Name
Unit Units of Measurement
Algebra 1 Section 8.3.
Scientific & Engineering Notation
Scientific & Engineering Notation
The Scientific Method The scientific method is a step-by-step way of solving problems. You will see different steps, depending on where you look, but they.
British Surrender at Yorktown (1781)
INTERNATIONAL SYSTEM (SI) OF MEASURE
Metric Conversions Ritz.
Electric Circuits Fundamentals
Metric System.
Units and Significant Digits
Happy Birthday Winnie-the-Pooh (1926)
Scientific Notation Scientists work with large and small numbers. These numbers take up to much space and are hard to put into calculators. We use shorthand.
Aim: How do we use metric prefixes?
ACCURACY AND PRECISION
Basic PC Maintenance, Upgrade and Repair
Lecture 8: SPICE Simulation
Lewis and Clark Start Out (1803)
Number Systems created by: S.Shahrukh haider
MEASUREMENTS.
Sri Eshwar College of Engineering,
Basic electrical engineering
ACCURACY AND PRECISION
Scientific Notation and Metric Prefixes
SI Base Units.
MEASUREMENT Unit Conversions.
Presentation transcript:

Introduction to PSpice Digital Electronics LAB No.5 Engr. Mian Shahzad Iqbal Lecturer Department of Telecommunication Engineering

SPICE SPICE is a general-purpose circuit simulator capable of performing the following types of analysis

Representation Code metric prefix Decimal representation T tera 1012 G giga 109 Meg mega 106 K kilo 103 M milli 10-3 U micro 10-6 N nano 10-9 P pico F femto 10-15

Transient Analysis

Pulse Response of a RLC-circuit * PULSE (-VS +VS TD TR TF PW PER) ; Pulse input VIN 7 0 PULSE (-220V 220V 0 1NS 1NS 100US 200US) * R1 7 5 2 L1 5 3 50UH C1 3 0 10UF * .TRAN TSTEP TSTOP ; Command for transient analysis .TRAN 1US 400US *.PRINT TRAN V(R1) V(L1) V(C1) : Prints on the output file *.PLOT TRAN V(3) I(R1) : Plots on the output file .PROBE ; Graphical waveform analyzer .END ; End of circuit fil