10. Computer-Assisted Data Acquisition and Analysis

Size: px
Start display at page:

Download "10. Computer-Assisted Data Acquisition and Analysis"

Transcription

1 10. Computer-Assisted Data Acquisition and Analysis Objective The purpose of this experiment is to practice computer-assisted data acquisition and analysis. Students use LabVIEW programs to control the computer interface board. The board generates voltages to drive external circuits and performs measurements. Acquired data are analyzed by the program to generate device characteristics. Results can be presented graphically on the computer screen. Background Electronic circuits have broad applications in computers, communications, and consumer electronics. Benefited from progresses of electronic integrated circuits, the performance of computers has increased substantially. Computer automation provides high accuracy and reproducibility. It can also be user-friendly. For example, the modern curve tracer in the electronic circuits laboratory is a special purpose computer. By pushing few keys, it can be set up to characterize a wide variety of devices. In this experiment, students learn how to use a computer to acquire experimental data and to perform data analysis. Student Preparation The following parts are needed: 1. One 2N3904 BJT and one MOSFET 2. A collection of resistors Students should review Introduction to Data Acquisition and Exps. 3, 4, and 5 before attending the laboratory. Instruction The brain of a computer automation system is the central processing unit (CPU). CPU operates with digital signals. To interface with external analog signals, both the analog-to-digital (A/D) and the digital-to-analog (D/A) converters are needed. The A/D interface converts an analog voltage into two bytes of digital data. It has buffer amplifier,

2 sample-and-hold, and multiplexer circuits. The buffer amplifier amplifies the input signal. The sample-and-hold circuit samples the analog voltage and holds the reading for few microseconds using a capacitor. The multiplexer enables several analog signals converted in sequence. The D/A interface converts the digital signal into analog voltage to drive external circuits. The D/A circuit has a reference voltage, a resistor network for voltage dividing, and a buffer amplifier. As commanded by cpu, switches are set up to derive the desired voltage by dividing the reference voltage. The voltage is amplified by an inverting operational amplifier to become the output. The A/D interface uses 12 bits to represent an input voltage. The range of voltages which can be digitized is -10 to 10 V. In the digital form, -10 V is represented by 0. 0 V is presented by 2047 and 10 V is represented by The resolution is 20 V / 2 12 or 5 mv. The D/A circuit also has a comparable resolution. Software is needed for computer automation. The software used in the laboratory is LabVIEW. LabVIEW is essentially a computer language developed specifically for scientific data acquisition and analysis using graphics. Programs have been written to perform device characterization. Students may simply use existing programs. However, students are also encouraged to modify them for additional features and improved performance. In order to modify programs, students must first learn what existing programs do in details. Devices to be characterized include n-channel MOSFET and 2N3904 BJT. Based on measurements done in Exps. 4 and 5, a voltage scan of at least 10 V is needed to thoroughly characterize such devices. The D/A output is indeed 10 to 10 V. The A/D can also cover -10 to 10 V. There are four programs written for this experiment. They are in the c:\353 directory. Programs with.vi extension are LabVIEW programs. The program daad.vi performs D/A and A/D on two channels. Users may type in a desired D/A voltage for channel 0. The output of D/A channel 0 is measured by A/D channel 0. The reading is displayed on the computer screen. Similarly, users may also control and read channel 1. The D/A output can also be measured by using a multimeter. If the multimeter reading is slightly different from the A/D data, there is an offset either in A/D or in multimeter. The offset can be eliminated by calibration using voltage standard. However, a small offset in

3 the mv range can be tolerated in this experiment. Likewise, there may also be a slight difference between the D/A voltage desired and the actual voltage measured. Using this program, students may check the operation of the interface board. Examining the diagram of this simple program can help users to learn how to program in LabVIEW The program mosfet.vi can be used to measure I D versus V DS curves for different V GS values. V GS is a user input. The program bjt1.vi can be used to measure the output characteristics of a BJT while bjt2.vi measures the input characteristics. The program waveform.vi can be used to digitize waveforms. Only moderate frequency waveforms can be digitized because the A/D conversion rate is limited to approximately 200,000 samples/sec. The fastest rate is achieved by digitizing data directly into memory. However, because the memory is limited, if many data points are needed, they should be digitized and recorded on the hard drive. The digitization rate, of course, is substantially reduced. In order to generate plots from experimentally measured data, data analysis and graphics have been incorporated into existing LabVIEW programs. The raw data are converted into physical parameters. Results are displayed on the computer screen. The programs also record data as text files. The data acquisition board is recognized by LabVIEW as device 1. Both D/A channels are used in all measurements, therefore, fill D/A Channel with 0:1. A/D Channel should be filled either as 0 or 0:1 depending how many channels are used in measurements. In addition, fill resistance values used in the circuit so that current can be calculated. Procedures 1. Run daad.vi program using the following steps. a. Connect D/A channel 0 and A/D channel 0 to the same point on the prototype board. Do the same for D/A channel 1 and A/D channel 1. Connect all ground leads together. b. Start LabVIEW. c. Open daad.vi in c:\353.

4 d. Key in several voltages between -10 to 10 V for both D/A channels. Run the program. Measure the D/A output with a multimeter. Compare measurements to results displayed on the computer screen. Fig The test circuit for characterizing the n-channel MOSFET. 2. Connect the MOSFET test circuit shown in Fig The D/A channel 1 is connected to the gate which requires a positive V GS as bias. The D/A channel 0 is connected as V CC for driving the MOSFET. A/D channel 0 is connected to the drain for V DS measurement. 3. Follow the same procedure of running daad.vi, load mosfet.vi. Enter a gate voltage and run the program. Enter the file name to record data. Repeat the procedure for different gate voltages. Use a different file name each time. Obtain at least six curves corresponding to gate voltages from 0 to 10 V. Copy data files onto a floppy disk. Students may generate graphs by using spreadsheet or other programs from recorded data. Fig The test circuit for characterizing the output of BJT.

5 4. Connect the BJT test circuit shown in Fig The D/A channel 1 is connected to the 100-kΩ resistor. The D/A channel 0 is connected as V CC for driving the BJT. A/D channel 0 is connected to the collector for V CE measurement. A/D channel 1 is connected to the base for V BE measurement. 5. Load bjt1.vi. Enter a voltage for D/A channel 1 and run the program. Enter a file name to record data. Repeat the process for several voltages on D/A channel 1. Obtain at least six curves corresponding to base current from 0 to approximately 100 µa. Copy data files onto a floppy disk. Students may generate graphs from data recorded on the floppy disk. 6. Build the BJT test circuit shown in Fig D/A channel 0 is connected as V CE. D/A channel 1 is connected to the base resistor to provide a base bias. A/D channel 0 is connected to the base for V BE measurement. 5. Load bjt2.vi. Enter several voltages for V CE. Record data on the floppy disk. 8. To digitize a low to moderate frequency waveform, connect a 1000 Hz, 2-V peak-topeak sinusoidal waveform to the oscilloscope and to A/D channel 0. Ground the ground lead. Fig. 3. The test circuit for characterizing the input of BJT. 9. Load and run waveform.vi. Students may start with a sampling rate of 100,000 samples/sec. Compare waveforms displayed on the oscilloscope and on the computer screen. Reduce the sampling rate. Eventually the sampling rate becomes too low to capture the waveform faithfully. The computer screen doesn't show a nice sinusoidal waveform. Broken waveforms or random dots within the 2-V peak-to-peak range may appear. Record the minimum sampling rate for which the sinusoidal waveform can be

6 digitized accurately. The data of the digitized waveform are recorded in a data file. Use a spread sheet program to read in the data file and to plot the data. Data Analysis and Report 1. From measurements report the offset or accuracy of D/A and A/D converters. 2. Plot the characteristics of MOSFET as measured by the computer. 3. Plot both the input and output characteristics of BJT. 4. Report the minimum sampling rate above which a 1000-Hz sinusoidal wave can be digitized accurately. Plot the waveform.

7 Scoring Sheet 10. Computer-Assisted Data Acquisition and Analysis Item Credit Score Basic A/D D/A and Offset Measurement 2 Output Characteristics of MOSFET 2 Output Characteristics of BJT 2 Input Characteristics of BJT 2 Transient Waveform 2 Total 10 TA Signature: Date:

BJT Characteristics & Common Emitter Transistor Amplifier

BJT Characteristics & Common Emitter Transistor Amplifier LAB #07 Objectives 1. To graph the collector characteristics of a transistor. 2. To measure AC and DC voltages in a common-emitter amplifier. Theory BJT A bipolar (junction) transistor (BJT) is a three-terminal

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

Physics 481 Experiment 3

Physics 481 Experiment 3 Physics 481 Experiment 3 LAST Name (print) FIRST Name (print) TRANSISTORS (BJT & FET) npn BJT n-channel MOSFET 1 Experiment 3 Transistors: BJT & FET In this experiment transistor properties and transistor

More information

2. SINGLE STAGE BIPOLAR JUNCTION TRANSISTOR (BJT) AMPLIFIERS

2. SINGLE STAGE BIPOLAR JUNCTION TRANSISTOR (BJT) AMPLIFIERS 2. SINGLE STAGE BIPOLAR JUNCTION TRANSISTOR (BJT) AMPLIFIERS I. Objectives and Contents The goal of this experiment is to become familiar with BJT as an amplifier and to evaluate the basic configurations

More information

(a) Current-controlled and (b) voltage-controlled amplifiers.

(a) Current-controlled and (b) voltage-controlled amplifiers. Fig. 6.1 (a) Current-controlled and (b) voltage-controlled amplifiers. Fig. 6.2 Drs. Ian Munro Ross (front) and G. C. Dacey jointly developed an experimental procedure for measuring the characteristics

More information

Başkent University Department of Electrical and Electronics Engineering EEM 214 Electronics I Experiment 8. Bipolar Junction Transistor

Başkent University Department of Electrical and Electronics Engineering EEM 214 Electronics I Experiment 8. Bipolar Junction Transistor Başkent University Department of Electrical and Electronics Engineering EEM 214 Electronics I Experiment 8 Bipolar Junction Transistor Aim: The aim of this experiment is to investigate the DC behavior

More information

Phy 335, Unit 4 Transistors and transistor circuits (part one)

Phy 335, Unit 4 Transistors and transistor circuits (part one) Mini-lecture topics (multiple lectures): Phy 335, Unit 4 Transistors and transistor circuits (part one) p-n junctions re-visited How does a bipolar transistor works; analogy with a valve Basic circuit

More information

Figure 1: JFET common-source amplifier. A v = V ds V gs

Figure 1: JFET common-source amplifier. A v = V ds V gs Chapter 7: FET Amplifiers Switching and Circuits The Common-Source Amplifier In a common-source (CS) amplifier, the input signal is applied to the gate and the output signal is taken from the drain. The

More information

Computer Controlled Curve Tracer

Computer Controlled Curve Tracer Computer Controlled Curve Tracer Christopher Curro The Cooper Union New York, NY Email: chris@curro.cc David Katz The Cooper Union New York, NY Email: katz3@cooper.edu Abstract A computer controlled curve

More information

EE 330 Laboratory 8 Discrete Semiconductor Amplifiers

EE 330 Laboratory 8 Discrete Semiconductor Amplifiers EE 330 Laboratory 8 Discrete Semiconductor Amplifiers Fall 2018 Contents Objective:...2 Discussion:...2 Components Needed:...2 Part 1 Voltage Controlled Amplifier...2 Part 2 A Nonlinear Application...3

More information

Federal Urdu University of Arts, Science & Technology Islamabad Pakistan THIRD SEMESTER ELECTRONICS - II BASIC ELECTRICAL & ELECTRONICS LAB

Federal Urdu University of Arts, Science & Technology Islamabad Pakistan THIRD SEMESTER ELECTRONICS - II BASIC ELECTRICAL & ELECTRONICS LAB THIRD SEMESTER ELECTRONICS - II BASIC ELECTRICAL & ELECTRONICS LAB DEPARTMENT OF ELECTRICAL ENGINEERING Prepared By: Checked By: Approved By: Engr. Saqib Riaz Engr. M.Nasim Khan Dr.Noman Jafri Lecturer

More information

EE 230 Lab Lab 9. Prior to Lab

EE 230 Lab Lab 9. Prior to Lab MOS transistor characteristics This week we look at some MOS transistor characteristics and circuits. Most of the measurements will be done with our usual lab equipment, but we will also use the parameter

More information

EE 330 Laboratory 8 Discrete Semiconductor Amplifiers

EE 330 Laboratory 8 Discrete Semiconductor Amplifiers EE 330 Laboratory 8 Discrete Semiconductor Amplifiers Fall 2017 Contents Objective:... 2 Discussion:... 2 Components Needed:... 2 Part 1 Voltage Controlled Amplifier... 2 Part 2 Common Source Amplifier...

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

Lab Project EE348L. Spring 2005

Lab Project EE348L. Spring 2005 Lab Project EE348L Spring 2005 B. Madhavan Spring 2005 B. Madhavan Page 1 of 7 EE348L, Spring 2005 1 Lab Project 1.1 Introduction Based on your understanding of band pass filters and single transistor

More information

LABORATORY 3 v1 CIRCUIT ELEMENTS

LABORATORY 3 v1 CIRCUIT ELEMENTS University of California Berkeley Department of Electrical Engineering and Computer Sciences EECS 100, Professor Bernhard Boser LABORATORY 3 v1 CIRCUIT ELEMENTS The purpose of this laboratory is to familiarize

More information

Experiment No. 9 DESIGN AND CHARACTERISTICS OF COMMON BASE AND COMMON COLLECTOR AMPLIFIERS

Experiment No. 9 DESIGN AND CHARACTERISTICS OF COMMON BASE AND COMMON COLLECTOR AMPLIFIERS Experiment No. 9 DESIGN AND CHARACTERISTICS OF COMMON BASE AND COMMON COLLECTOR AMPLIFIERS 1. Objective: The objective of this experiment is to explore the basic applications of the bipolar junction transistor

More information

EXPERIMENT 6 REPORT Bipolar Junction Transistor (BJT) Characteristics

EXPERIMENT 6 REPORT Bipolar Junction Transistor (BJT) Characteristics Name & Surname: ID: Date: EXPERIMENT 6 REPORT Bipolar Junction Transistor (BJT) Characteristics Objectives: 1. To determine transistor type (npn, pnp),terminals, and material using a DMM 2. To graph the

More information

SAMPLE FINAL EXAMINATION FALL TERM

SAMPLE FINAL EXAMINATION FALL TERM ENGINEERING SCIENCES 154 ELECTRONIC DEVICES AND CIRCUITS SAMPLE FINAL EXAMINATION FALL TERM 2001-2002 NAME Some Possible Solutions a. Please answer all of the questions in the spaces provided. If you need

More information

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

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

More information

CHARACTERISTICS OF OPERATIONAL AMPLIFIERS - I

CHARACTERISTICS OF OPERATIONAL AMPLIFIERS - I CHARACTERISTICS OF OPERATIONAL AMPLIFIERS - I OBJECTIVE The purpose of the experiment is to examine non-ideal characteristics of an operational amplifier. The characteristics that are investigated include

More information

CHAPTER 7 HARDWARE IMPLEMENTATION

CHAPTER 7 HARDWARE IMPLEMENTATION 168 CHAPTER 7 HARDWARE IMPLEMENTATION 7.1 OVERVIEW In the previous chapters discussed about the design and simulation of Discrete controller for ZVS Buck, Interleaved Boost, Buck-Boost, Double Frequency

More information

Using Signal Express to Automate Analog Electronics Experiments

Using Signal Express to Automate Analog Electronics Experiments Session 3247 Using Signal Express to Automate Analog Electronics Experiments B.D. Brannaka, J. R. Porter Engineering Technology and Industrial Distribution Texas A&M University, College Station, TX 77843

More information

OCR Electronics for A2 MOSFETs Variable resistors

OCR Electronics for A2 MOSFETs Variable resistors Resistance characteristic You are going to find out how the drain-source resistance R d of a MOSFET depends on its gate-source voltage V gs when the drain-source voltage V ds is very small. 1 Assemble

More information

LABORATORY #3 QUARTZ CRYSTAL OSCILLATOR DESIGN

LABORATORY #3 QUARTZ CRYSTAL OSCILLATOR DESIGN LABORATORY #3 QUARTZ CRYSTAL OSCILLATOR DESIGN OBJECTIVES 1. To design and DC bias the JFET transistor oscillator for a 9.545 MHz sinusoidal signal. 2. To simulate JFET transistor oscillator using MicroCap

More information

4 Transistors. 4.1 IV Relations

4 Transistors. 4.1 IV Relations 4 Transistors Due date: Sunday, September 19 (midnight) Reading (Bipolar transistors): HH sections 2.01-2.07, (pgs. 62 77) Reading (Field effect transistors) : HH sections 3.01-3.03, 3.11-3.12 (pgs. 113

More information

Roll No. B.Tech. SEM I (CS-11, 12; ME-11, 12, 13, & 14) MID SEMESTER EXAMINATION, ELECTRONICS ENGINEERING (EEC-101)

Roll No. B.Tech. SEM I (CS-11, 12; ME-11, 12, 13, & 14) MID SEMESTER EXAMINATION, ELECTRONICS ENGINEERING (EEC-101) F:/Academic/22 Refer/WI/ACAD/10 SHRI RAMSWAROOP MEMORIAL COLLEGE OF ENGG. & MANAGEMENT (Following Paper-ID and Roll No. to be filled by the student in the Answer Book) PAPER ID: 3301 Roll No. B.Tech. SEM

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

Data acquisition and instrumentation. Data acquisition

Data acquisition and instrumentation. Data acquisition Data acquisition and instrumentation START Lecture Sam Sadeghi Data acquisition 1 Humanistic Intelligence Body as a transducer,, data acquisition and signal processing machine Analysis of physiological

More information

Experiment 5 Single-Stage MOS Amplifiers

Experiment 5 Single-Stage MOS Amplifiers Experiment 5 Single-Stage MOS Amplifiers B. Cagdaser, H. Chong, R. Lu, and R. T. Howe UC Berkeley EE 105 Fall 2005 1 Objective This is the first lab dealing with the use of transistors in amplifiers. We

More information

Each question is worth 2 points, except for problem 3, where each question is worth 5 points.

Each question is worth 2 points, except for problem 3, where each question is worth 5 points. Name: Date: DEPARTMENT OF ELECTRICAL ENGINEERING AND COMPUTER SCIENCE MASSACHUSETTS INSTITUTE OF TECHNOLOGY CAMBRIDGE, MASSACHUSETTS 02139 Spring Term 2007 Quiz 1 6.101 Introductory Analog Electronics

More information

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

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

More information

Experiment #8: Designing and Measuring a Common-Collector Amplifier

Experiment #8: Designing and Measuring a Common-Collector Amplifier SCHOOL OF ENGINEERING AND APPLIED SCIENCE DEPARTMENT OF ELECTRICAL AND COMPUTER ENGINEERING ECE 2115: ENGINEERING ELECTRONICS LABORATORY Experiment #8: Designing and Measuring a Common-Collector Amplifier

More information

Field Effect Transistors

Field Effect Transistors Field Effect Transistors Purpose In this experiment we introduce field effect transistors (FETs). We will measure the output characteristics of a FET, and then construct a common-source amplifier stage,

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

EXPERIMENT 5 CURRENT AND VOLTAGE CHARACTERISTICS OF BJT

EXPERIMENT 5 CURRENT AND VOLTAGE CHARACTERISTICS OF BJT EXPERIMENT 5 CURRENT AND VOLTAGE CHARACTERISTICS OF BJT 1. OBJECTIVES 1.1 To practice how to test NPN and PNP transistors using multimeter. 1.2 To demonstrate the relationship between collector current

More information

Homework Assignment 12

Homework Assignment 12 Homework Assignment 12 Question 1 Shown the is Bode plot of the magnitude of the gain transfer function of a constant GBP amplifier. By how much will the amplifier delay a sine wave with the following

More information

LABORATORY 3 v3 CIRCUIT ELEMENTS

LABORATORY 3 v3 CIRCUIT ELEMENTS University of California Berkeley Department of Electrical Engineering and Computer Sciences EECS 100, Professor Leon Chua LABORATORY 3 v3 CIRCUIT ELEMENTS The purpose of this laboratory is to familiarize

More information

ECE4902 C Lab 7

ECE4902 C Lab 7 ECE902 C2012 - Lab MOSFET Differential Amplifier Resistive Load Active Load PURPOSE: The primary purpose of this lab is to measure the performance of the differential amplifier. This is an important topology

More information

Practical 2P12 Semiconductor Devices

Practical 2P12 Semiconductor Devices Practical 2P12 Semiconductor Devices What you should learn from this practical Science This practical illustrates some points from the lecture courses on Semiconductor Materials and Semiconductor Devices

More information

EE105 Fall 2015 Microelectronic Devices and Circuits

EE105 Fall 2015 Microelectronic Devices and Circuits EE105 Fall 2015 Microelectronic Devices and Circuits Prof. Ming C. Wu wu@eecs.berkeley.edu 511 Sutardja Dai Hall (SDH) 11-1 Transistor Operating Mode in Amplifiers Transistors are biased in flat part of

More information

Gechstudentszone.wordpress.com

Gechstudentszone.wordpress.com UNIT 4: Small Signal Analysis of Amplifiers 4.1 Basic FET Amplifiers In the last chapter, we described the operation of the FET, in particular the MOSFET, and analyzed and designed the dc response of circuits

More information

Lab 3: BJT Digital Switch

Lab 3: BJT Digital Switch Lab 3: BJT Digital Switch Objectives The purpose of this lab is to acquaint you with the basic operation of bipolar junction transistor (BJT) and to demonstrate its functionality in digital switching circuits.

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

Revised: Summer 2010

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

More information

7. Bipolar Junction Transistor

7. Bipolar Junction Transistor 41 7. Bipolar Junction Transistor 7.1. Objectives - To experimentally examine the principles of operation of bipolar junction transistor (BJT); - To measure basic characteristics of n-p-n silicon transistor

More information

Summary. Electronics II Lecture 5(b): Metal-Oxide Si FET MOSFET. A/Lectr. Khalid Shakir Dept. Of Electrical Engineering

Summary. Electronics II Lecture 5(b): Metal-Oxide Si FET MOSFET. A/Lectr. Khalid Shakir Dept. Of Electrical Engineering Summary Electronics II Lecture 5(b): Metal-Oxide Si FET MOSFET A/Lectr. Khalid Shakir Dept. Of Electrical Engineering College of Engineering Maysan University Page 1-21 Summary The MOSFET The metal oxide

More information

Lab 10: Single Supply Amplifier

Lab 10: Single Supply Amplifier Overview This lab assignment implements an inverting voltage amplifier circuit with a single power supply. The amplifier output contains a bias point which is removed by AC coupling the output signal.

More information

EE 3111 Lab 7.1. BJT Amplifiers

EE 3111 Lab 7.1. BJT Amplifiers EE 3111 Lab 7.1 BJT Amplifiers BJT Amplifier Device/circuit that alters the amplitude of a signal, while keeping input waveform shape BJT amplifiers run the BJT in active mode. Forward current gain is

More information

Electronic PRINCIPLES

Electronic PRINCIPLES MALVINO & BATES Electronic PRINCIPLES SEVENTH EDITION Chapter 13 JFETs Topics Covered in Chapter 13 Basic ideas Drain curves Transconductance curve Biasing in the ohmic region Biasing in the active region

More information

Lecture 3: Transistors

Lecture 3: Transistors Lecture 3: Transistors Now that we know about diodes, let s put two of them together, as follows: collector base emitter n p n moderately doped lightly doped, and very thin heavily doped At first glance,

More information

University of Minnesota. Department of Electrical and Computer Engineering. EE 3105 Laboratory Manual. A Second Laboratory Course in Electronics

University of Minnesota. Department of Electrical and Computer Engineering. EE 3105 Laboratory Manual. A Second Laboratory Course in Electronics University of Minnesota Department of Electrical and Computer Engineering EE 3105 Laboratory Manual A Second Laboratory Course in Electronics Introduction You will find that this laboratory continues in

More information

Document Name: Electronic Circuits Lab. Facebook: Twitter:

Document Name: Electronic Circuits Lab.  Facebook:  Twitter: Document Name: Electronic Circuits Lab www.vidyathiplus.in Facebook: www.facebook.com/vidyarthiplus Twitter: www.twitter.com/vidyarthiplus Copyright 2011-2015 Vidyarthiplus.in (VP Group) Page 1 CIRCUIT

More information

Chapter 6. BJT Amplifiers

Chapter 6. BJT Amplifiers Basic Electronic Devices and Circuits EE 111 Electrical Engineering Majmaah University 2 nd Semester 1432/1433 H Chapter 6 BJT Amplifiers 1 Introduction The things you learned about biasing a transistor

More information

Experiment 9- Single Stage Amplifiers with Passive Loads - MOS

Experiment 9- Single Stage Amplifiers with Passive Loads - MOS Experiment 9- Single Stage Amplifiers with Passive oads - MOS D. Yee,.T. Yeung, M. Yang, S.M. Mehta, and R.T. Howe UC Berkeley EE 105 1.0 Objective This is the second part of the single stage amplifier

More information

I1 19u 5V R11 1MEG IDC Q7 Q2N3904 Q2N3904. Figure 3.1 A scaled down 741 op amp used in this lab

I1 19u 5V R11 1MEG IDC Q7 Q2N3904 Q2N3904. Figure 3.1 A scaled down 741 op amp used in this lab Lab 3: 74 Op amp Purpose: The purpose of this laboratory is to become familiar with a two stage operational amplifier (op amp). Students will analyze the circuit manually and compare the results with SPICE.

More information

Electronics I ELEC 311/1 BB. Final August 14, hours 6

Electronics I ELEC 311/1 BB. Final August 14, hours 6 Course Number Section Electronics I ELEC 311/1 BB Examination Date Time # of pages Final August 14, 2009 3 hours 6 Instructor(s) Dr.R. Raut M aterials allowed: No Yes X (Please specify) Calculators allowed:

More information

8. Characteristics of Field Effect Transistor (MOSFET)

8. Characteristics of Field Effect Transistor (MOSFET) 1 8. Characteristics of Field Effect Transistor (MOSFET) 8.1. Objectives The purpose of this experiment is to measure input and output characteristics of n-channel and p- channel field effect transistors

More information

LAB 4 : FET AMPLIFIERS

LAB 4 : FET AMPLIFIERS LEARNING OUTCOME: LAB 4 : FET AMPLIFIERS In this lab, students design and implement single-stage FET amplifiers and explore the frequency response of the real amplifiers. Breadboard and the Analog Discovery

More information

PREVIEW COPY. Amplifiers. Table of Contents. Introduction to Amplifiers...3. Single-Stage Amplifiers...19

PREVIEW COPY. Amplifiers. Table of Contents. Introduction to Amplifiers...3. Single-Stage Amplifiers...19 Amplifiers Table of Contents Lesson One Lesson Two Lesson Three Introduction to Amplifiers...3 Single-Stage Amplifiers...19 Amplifier Performance and Multistage Amplifiers...35 Lesson Four Op Amps...51

More information

Electronics and Instrumentation Name ENGR-4220 Spring 1999 Section Experiment 4 Introduction to Operational Amplifiers

Electronics and Instrumentation Name ENGR-4220 Spring 1999 Section Experiment 4 Introduction to Operational Amplifiers Experiment 4 Introduction to Operational Amplifiers Purpose: Become sufficiently familiar with the operational amplifier (op-amp) to be able to use it with a bridge circuit output. We will need this capability

More information

Prelab 10: Differential Amplifiers

Prelab 10: Differential Amplifiers Name: Lab Section: Prelab 10: Differential Amplifiers For this lab, assume all NPN transistors are identical 2N3904 BJTs and all PNP transistors are identical 2N3906 BJTs. Component I S (A) V A (V) 2N3904

More information

ECE4902 C Lab 5 MOSFET Common Source Amplifier with Active Load Bandwidth of MOSFET Common Source Amplifier: Resistive Load / Active Load

ECE4902 C Lab 5 MOSFET Common Source Amplifier with Active Load Bandwidth of MOSFET Common Source Amplifier: Resistive Load / Active Load ECE4902 C2012 - Lab 5 MOSFET Common Source Amplifier with Active Load Bandwidth of MOSFET Common Source Amplifier: Resistive Load / Active Load PURPOSE: The primary purpose of this lab is to measure the

More information

ENEE 307 Laboratory#2 (n-mosfet, p-mosfet, and a single n-mosfet amplifier in the common source configuration)

ENEE 307 Laboratory#2 (n-mosfet, p-mosfet, and a single n-mosfet amplifier in the common source configuration) Revised 2/16/2007 ENEE 307 Laboratory#2 (n-mosfet, p-mosfet, and a single n-mosfet amplifier in the common source configuration) *NOTE: The text mentioned below refers to the Sedra/Smith, 5th edition.

More information

ITT Technical Institute. ET215 Devices 1. Chapter

ITT Technical Institute. ET215 Devices 1. Chapter ITT Technical Institute ET215 Devices 1 Chapter 4.6 4.7 Chapter 4 Section 4.6 FET Linear Amplifiers Transconductance of FETs The output drain current is controlled by the input signal voltage. As we earlier

More information

Facility of Engineering. Biomedical Engineering Department. Medical Electronic Lab BME (317) Post-lab Forms

Facility of Engineering. Biomedical Engineering Department. Medical Electronic Lab BME (317) Post-lab Forms Facility of Engineering Biomedical Engineering Department Medical Electronic Lab BME (317) Post-lab Forms Prepared by Eng.Hala Amari Spring 2014 Facility of Engineering Biomedical Engineering Department

More information

UNIVERSITY OF NORTH CAROLINA AT CHARLOTTE Department of Electrical and Computer Engineering

UNIVERSITY OF NORTH CAROLINA AT CHARLOTTE Department of Electrical and Computer Engineering UNIVERSITY OF NORTH CAROLINA AT CHARLOTTE Department of Electrical and Computer Engineering EXPERIMENT 8 MOSFET AMPLIFIER CONFIGURATIONS AND INPUT/OUTPUT IMPEDANCE OBJECTIVES The purpose of this experiment

More information

UNIVERSITY OF NORTH CAROLINA AT CHARLOTTE. Department of Electrical and Computer Engineering

UNIVERSITY OF NORTH CAROLINA AT CHARLOTTE. Department of Electrical and Computer Engineering UNIVERSITY OF NORTH CAROLINA AT CHARLOTTE Department of Electrical and Computer Engineering Experiment No. 9 - MOSFET Amplifier Configurations Overview: The purpose of this experiment is to familiarize

More information

ECEN Network Analysis Section 3. Laboratory Manual

ECEN Network Analysis Section 3. Laboratory Manual ECEN 3714----Network Analysis Section 3 Laboratory Manual LAB 07: Active Low Pass Filter Oklahoma State University School of Electrical and Computer Engineering. Section 3 Laboratory manual - 1 - Spring

More information

ES 330 Electronics II Homework # 2 (Fall 2016 Due Wednesday, September 7, 2016)

ES 330 Electronics II Homework # 2 (Fall 2016 Due Wednesday, September 7, 2016) Page1 Name ES 330 Electronics II Homework # 2 (Fall 2016 Due Wednesday, September 7, 2016) Problem 1 (15 points) You are given an NMOS amplifier with drain load resistor R D = 20 k. The DC voltage (V RD

More information

Reading. Lecture 17: MOS transistors digital. Context. Digital techniques:

Reading. Lecture 17: MOS transistors digital. Context. Digital techniques: Reading Lecture 17: MOS transistors digital Today we are going to look at the analog characteristics of simple digital devices, 5. 5.4 And following the midterm, we will cover PN diodes again in forward

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

University of Pittsburgh

University of Pittsburgh University of Pittsburgh Experiment #4 Lab Report MOSFET Amplifiers and Current Mirrors Submission Date: 07/03/2018 Instructors: Dr. Ahmed Dallal Shangqian Gao Submitted By: Nick Haver & Alex Williams

More information

FREQUENCY RESPONSE OF COMMON COLLECTOR AMPLIFIER

FREQUENCY RESPONSE OF COMMON COLLECTOR AMPLIFIER Exp. No #5 FREQUENCY RESPONSE OF COMMON COLLECTOR AMPLIFIER Date: OBJECTIVE The purpose of the experiment is to analyze and plot the frequency response of a common collector amplifier. EQUIPMENT AND COMPONENTS

More information

E84 Lab 3: Transistor

E84 Lab 3: Transistor E84 Lab 3: Transistor Cherie Ho and Siyi Hu April 18, 2016 Transistor Testing 1. Take screenshots of both the input and output characteristic plots observed on the semiconductor curve tracer with the following

More information

EE 330 Laboratory 7 MOSFET Device Experimental Characterization and Basic Applications Spring 2017

EE 330 Laboratory 7 MOSFET Device Experimental Characterization and Basic Applications Spring 2017 EE 330 Laboratory 7 MOSFET Device Experimental Characterization and Basic Applications Spring 2017 Objective: The objective of this laboratory experiment is to become more familiar with the operation of

More information

Transmit filter designs for ADSL modems

Transmit filter designs for ADSL modems EE 233 Laboratory-4 1. Objectives Transmit filter designs for ADSL modems Design a filter from a given topology and specifications. Analyze the characteristics of the designed filter. Use SPICE to verify

More information

Massachusetts Institute of Technology Department of Electrical Engineering and Computer Science Electronic Circuits Spring 2007

Massachusetts Institute of Technology Department of Electrical Engineering and Computer Science Electronic Circuits Spring 2007 assachusetts Institute of Technology Department of Electrical Engineering and Computer Science 6.002 Electronic Circuits Spring 2007 Lab 2: OSFET Inverting Amplifiers & FirstOrder Circuits Handout S07034

More information

ECE3042 Lab Report and Homework Guidelines. Homework. Lab Report

ECE3042 Lab Report and Homework Guidelines. Homework. Lab Report ECE3042 Lab Report and Homework Guidelines Homework The first page of the homework is a cover sheet in the specified format. Homework is due in lab at the beginning of the period. Label all figures/graphs

More information

USE OF BASIC ELECTRONIC MEASURING INSTRUMENTS Part II, & ANALYSIS OF MEASUREMENT ERROR 1

USE OF BASIC ELECTRONIC MEASURING INSTRUMENTS Part II, & ANALYSIS OF MEASUREMENT ERROR 1 EE 241 Experiment #3: USE OF BASIC ELECTRONIC MEASURING INSTRUMENTS Part II, & ANALYSIS OF MEASUREMENT ERROR 1 PURPOSE: To become familiar with additional the instruments in the laboratory. To become aware

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

Lab 2: Discrete BJT Op-Amps (Part I)

Lab 2: Discrete BJT Op-Amps (Part I) Lab 2: Discrete BJT Op-Amps (Part I) This is a three-week laboratory. You are required to write only one lab report for all parts of this experiment. 1.0. INTRODUCTION In this lab, we will introduce and

More information

INSTRUCTOR S COURSE REQUIREMENTS

INSTRUCTOR S COURSE REQUIREMENTS INSTRUCTOR S COURSE REQUIREMENTS PO Box 1189 1042 W. Hamlet Avenue Hamlet, NC 28345 (910) 410-1700 www.richmondcc.edu COURSE: ELN 131 Analog Electronics I SEMESTER & YEAR: SPRING 2015 INSTRUCTOR S NAME

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

Experiment 2 Determining the Capacitive Reactance of a Capacitor in an AC Circuit

Experiment 2 Determining the Capacitive Reactance of a Capacitor in an AC Circuit Experiment 2 Determining the apacitive eactance of a apacitor in an A ircuit - Objects of the experiments: a- Investigating the voltage and the current at a capacitor in an A circuit b- Observing the phase

More information

EE4902 C Lab 7

EE4902 C Lab 7 EE4902 C2007 - Lab 7 MOSFET Differential Amplifier Resistive Load Active Load PURPOSE: The primary purpose of this lab is to measure the performance of the differential amplifier. This is an important

More information

EE 230 Fall 2006 Experiment 11. Small Signal Linear Operation of Nonlinear Devices

EE 230 Fall 2006 Experiment 11. Small Signal Linear Operation of Nonlinear Devices EE 230 Fall 2006 Experiment 11 Small Signal Linear Operation of Nonlinear Devices Purpose: The purpose of this laboratory experiment is to investigate the use of small signal concepts for designing and

More information

Common-source Amplifiers

Common-source Amplifiers Lab 1: Common-source Amplifiers Introduction The common-source amplifier is one of the basic amplifiers in CMOS analog circuits. Because of its very high input impedance, relatively high gain, low noise,

More information

Transmit filter designs for ADSL modems

Transmit filter designs for ADSL modems Transmit filter designs for ADSL modems 1. OBJECTIVES... 2 2. REFERENCE... 2 3. CIRCUITS... 2 4. COMPONENTS AND SPECIFICATIONS... 3 5. DISCUSSION... 3 6. PRE-LAB... 4 6.1 RECORDING SPECIFIED OPAMP PARAMETERS

More information

Electronics EECE2412 Spring 2018 Exam #2

Electronics EECE2412 Spring 2018 Exam #2 Electronics EECE2412 Spring 2018 Exam #2 Prof. Charles A. DiMarzio Department of Electrical and Computer Engineering Northeastern University 29 March 2018 File:12262/exams/exam2 Name: General Rules: You

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

University of Pittsburgh

University of Pittsburgh University of Pittsburgh Experiment #6 Lab Report Active Filters and Oscillators Submission Date: 7/9/28 Instructors: Dr. Ahmed Dallal Shangqian Gao Submitted By: Nick Haver & Alex Williams Station #2

More information

Using the isppac-powr1208 MOSFET Driver Outputs

Using the isppac-powr1208 MOSFET Driver Outputs January 2003 Introduction Using the isppac-powr1208 MOSFET Driver Outputs Application Note AN6043 The isppac -POWR1208 provides a single-chip integrated solution to power supply monitoring and sequencing

More information

ANALOG FUNDAMENTALS C. Topic 4 BASIC FET AMPLIFIER CONFIGURATIONS

ANALOG FUNDAMENTALS C. Topic 4 BASIC FET AMPLIFIER CONFIGURATIONS AV18-AFC ANALOG FUNDAMENTALS C Topic 4 BASIC FET AMPLIFIER CONFIGURATIONS 1 ANALOG FUNDAMENTALS C AV18-AFC Overview This topic identifies the basic FET amplifier configurations and their principles of

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

Operational Amplifier BME 360 Lecture Notes Ying Sun

Operational Amplifier BME 360 Lecture Notes Ying Sun Operational Amplifier BME 360 Lecture Notes Ying Sun Characteristics of Op-Amp An operational amplifier (op-amp) is an analog integrated circuit that consists of several stages of transistor amplification

More information

4.2.2 Metal Oxide Semiconductor Field Effect Transistor (MOSFET)

4.2.2 Metal Oxide Semiconductor Field Effect Transistor (MOSFET) 4.2.2 Metal Oxide Semiconductor Field Effect Transistor (MOSFET) The Metal Oxide Semitonductor Field Effect Transistor (MOSFET) has two modes of operation, the depletion mode, and the enhancement mode.

More information

Lab 5: Multi-Stage Amplifiers

Lab 5: Multi-Stage Amplifiers UNIVERSITY OF CALIFORNIA AT BERKELEY College of Engineering Department of Electrical Engineering and Computer Sciences EE105 Lab Experiments Lab 5: Multi-Stage Amplifiers Contents 1 Introduction 1 2 Pre-Lab

More information

Laboratory #9 MOSFET Biasing and Current Mirror

Laboratory #9 MOSFET Biasing and Current Mirror Laboratory #9 MOSFET Biasing and Current Mirror. Objectives 1. Review the MOSFET characteristics and transfer function. 2. Understand the relationship between the bias, the input signal and the output

More information

Microelectronics Exercises of Topic 5 ICT Systems Engineering EPSEM - UPC

Microelectronics Exercises of Topic 5 ICT Systems Engineering EPSEM - UPC Microelectronics Exercises of Topic 5 ICT Systems Engineering EPSEM - UPC F. Xavier Moncunill Autumn 2018 5 Analog integrated circuits Exercise 5.1 This problem aims to follow the steps in the design of

More information