Spice Enrico Santi. Types of Analysis Bias point (always performed).TRANtransient analysis.ACAC analysis (on linearized system).FOURFourier analysis.DCDC.

Slides:



Advertisements
Similar presentations
Operational Amplifiers Digital Simulation Nate Moehring.
Advertisements

Chapter 7 Operational-Amplifier and its Applications
EEL102 Introduction to SPICE. Spice – Introduction Spice is a short form of : Simulated Program with Integrated Circuit Emphasis Used for circuit analysis.
Principles & Applications
Circuits II EE221 Unit 6 Instructor: Kevin D. Donohue Active Filters, Connections of Filters, and Midterm Project.
Recall Last Lecture DC Analysis and Load Line
PSPICE Tutorial Spring 2015
PSpice Tutorial October 13, 2004 Franklin Chiang.
PSPICE Tutorial. Introduction SPICE (Simulation Program for Integrated Circuits Emphasis) is a general purpose analog circuit simulator that is used to.
Introduction to SPICE. History  SPICE stands for Simulation Program with Integrated Circuit Emphasis  In 1960 ECAP was developed by a team of IBM programmers.
INTRODUCTION Spice Excel. SPICE Simulation Program with Integrated Circuit Emphasis.
1 References: G. W. Roberts, A. Sedra, SPICE, © Oxford University Press, 2/e, 1977 Tutorial on PSPICE.
Black Box Electronics An Introduction to Applied Electronics for Physicists 5. Pushing the Limits With Spice University of Toronto Quantum Optics Group.
What is Spice? Spice is the short form of: Simulated Program with Integrated Circuit Emphasis.
Introduction  SPICE is a general-purpose circuit simulation program for nonlinear DC, nonlinear transient, and linear AC analyses.  Circuits may contain.
IEEE Spice Seminar Simulation Program with Integrated Circuit Emphasis.
Kevin D. Donohue, University of Kentucky1 Frequency Analysis with SPICE Phasors, Impedance, Frequency Sweep, and SPICE.
The Bipolar Junction Transistor
Pnp transistor ECE Electronics - Dr. S. Kozaitis- Florida Institute of Technology – Fall 2002.
Announcements Troubles with Assignments… –Assignments are 20% of the final grade –Exam questions very similar (30%) Deadline extended to 5pm Fridays, if.
Introduction to PSpice R. E. Abdel-Aal February 2005.
The 741 opAmp DC and Small Signal Analysis Jeremy Andrus For Engineering 332 May 15, 2002 Prof. Ribeiro.
ELEC 4121 RF Amplifier Simulation and Design ELEC 412 Fall 2004.
Frequency Responses Up to now, we have learnt –ac circuit analysis with periodic sources (fixed frequency, if multiple frequencies, use superposition principle)
Lecture 241 Circuits with Dependent Sources Strategy: Apply KVL and KCL, treating dependent source(s) as independent sources. Determine the relationship.
1 FET FREQUENCY RESPONSE LOW FREQUENCY. 2 LOW FREQUENCY – COMMON SOURCE.
Television 1 Jess UEAB2006 Television Sync Separator.
Electronic Circuits Laboratory EE462G Lab #8 BJT Common Emitter Amplifier.
Abdülkadir ERYILDIRIM Turgut Ozal University. The Objectives:  Open and Save New Project File  Create a Circuit Schematic  Get Place, Place Parts i.e.
CIRCUIT ANALYSIS USING NGSPICE
0 Chap. 4 BJT transistors Widely used in amplifier circuits Formed by junction of 3 materials npn or pnp structure.
Computer Aided Design Course 5 Transient Analyses.
3-1 McGraw-Hill Copyright © 2001 by the McGraw-Hill Companies, Inc. All rights reserved. Chapter Three The Bipolar Junction Transistor.
Lecture on PSpice. Introduction to SPICE  SPICE was originally developed at the University of California, Berkeley (1975).  Simulation Program for Integrated.
Direct Current D.C. stands for direct current. Batteries supply d.c. With d.c. the current is always in travelling in the same direction. The current flows.
Optimization With HSpice. Before you start optimizing What are you optimizing for? –Linearity (as in an amplifier) –Gain –Frequency response –Drive ability.
BJT Transistors and Characteristics ELEC 121. January 2004ELEC 1212 Introduction to BJT’s BJT Specification Sheets BJT Characteristic Family of Curves.
EE 211 Lecture 6 Feb. 24, Topics Mid term exam Prelab policy Pspice Analysis Frequency Response.
Chapter 8 The Operational Amplifier (Part I) ~ Using PSpice
Introduction to PSpice
An Example of Fitting a Model to a Chip Transistor A small-signal model will be fitted to a transistor (chip) in this example. The bias point and four.
ECE201 Lect-131 Circuits with Dependent Sources (2.8) Dr. S. M. Goodnick September 24, 2003.
Exam 3 information Open book, open notes, bring a calculator Eligible topics (1 of 9) (not an exhaustive list) Generic amplifiers Amplifier basics voltage.
McGraw-Hill © 2008 The McGraw-Hill Companies Inc. All rights reserved. Electronics Principles & Applications Seventh Edition Chapter 1 Introduction (student.
BJT transistors Summary of DC problem 2 Bias transistors so that they operate in the linear region B-E junction forward biased, C-E junction reversed.
Recall Lecture 10 Introduction to BJT 3 modes of operation
To Design and Implement Astable Multivibrator Circuit Using IC555
Open book, open notes, bring a calculator
Introduction to Tanner EDA T-Spice
Visit for more Learning Resources
SMALL SIGNAL ANALYSIS OF CB AMPLIFIER
SMALL SIGNAL ANALYSIS OF CE AMPLIFIER
Three Regions.
INTRODUCTION Spice Excel.
Spice Seminar Simulation Program with Integrated Circuit Emphasis.
Recall Lecture 11 DC Analysis and Load Line
INTRODUCTION Spice.
Recall Lecture 11 DC Analysis and Load Line
Recall Lecture 10 Introduction to BJT 3 modes of operation
Homework 2 [due Jan. 31] [1] Given the circuit as shown below and a unit step voltage source at the input node s, use SPICE to simulate the circuit and.
Recall Last Lecture Load Line
Sandeep.K ECE-24 V.V.Harish Baba ECE-7
Recall Last Lecture DC Analysis and Load Line
Uses of filters To remove unwanted components in a signal
BY: Sai Kiran Reddy Dwarampudi
Spice Seminar Simulation Program with Integrated Circuit Emphasis.
DC Biasing Circuits.
Recall Last Lecture DC Analysis and Load Line
Recall Lecture 11 DC Analysis and Load Line
Presentation transcript:

Spice Enrico Santi

Types of Analysis Bias point (always performed).TRANtransient analysis.ACAC analysis (on linearized system).FOURFourier analysis.DCDC sweep analysis

File Types Input.CIRtext file with circuit description Output.OUTSpice text output (contains error messages and bias point info).DATData file (used by Probe to plot)

Format of.CIR Files Title Circuit description Analysis description Output description (.PROBE) End-of-file statement (.END)

Part Library Part library contains collection of subcircuits representing OPAMPS, IC chips, etc. Parts can be used to build circuits (node mapping)

Part Library and Subcircuit Syntax.LIB eval.lib * include library eval.lib X  name  [  nodes  ] SUBNAME * call statement File eval.lib contains subcircuits:.SUBCKT SUBNAME [  nodes  ]  circuit description .ENDS SUBNAME

Defining Model Parameters: the.MODEL statement Used to define model parameters Syntax for an NPN transistor with forward beta of 300 Q QNAME.MODEL QNAME NPN (BF = 300)

Examples RC circuit (time domain and frequency domain) Astable circuit using 555 (use of library and subcircuits) Transistor current source (use of.MODEL statement to define component parameters)

Example: Highpass Filter RC highpass filter VG 1 0 DC 10V AC 1 R K C NF IC=-5V.TRAN 6us 6MS.AC DEC 100 1HZ 10KHZ.PROBE.END

555 Astable