PHY 351/651 LABORATORY 5 The Diode Basic Properties and Circuits

Size: px
Start display at page:

Download "PHY 351/651 LABORATORY 5 The Diode Basic Properties and Circuits"

Transcription

1 Reading Assignment Horowitz, Hill Chap (p35-44) Data sheets 1N4007 & 1N4735A diodes Laboratory Goals PHY 351/651 LABORATORY 5 The Diode Basic Properties and Circuits In today s lab activities, you will utilize LabVIEW to explore the basic properties of diodes and to interface with some simple diode-based circuits. As you should have learned from the assigned reading, the diode is an essential component in modern electronics: it is widely used in circuitry for things like signal conditioning, circuit protection and regulation, and signal generation. As well, because the physical properties of diodes are well understood and characterized, they are commonly used as sensitive temperature transducers. (For example, both low temperature labs in the SU Physics department employ silicon diodes for thermometry in cryogenic equipment over a wide temperature range, from ~300 K down to 4 K.) Moreover, from a pedagogical perspective, the diode is very important because it serves as a friendly introduction to the operation of non-ohmic devices, from which one can then move on to learn about transistors, operational amplifiers, and integrated circuits. The plan for the day is as follows. In the first part of the lab (Activities 1, 2 & 3), you will build two LabVIEW VIs, together which will enable you to measure, store and analyze the IV (current-voltage) characteristics of two common types of diodes: a rectifier diode and a Zener diode. In the second half of the lab (Activities 4 and 5), you will first build a new VI that essentially operates as a two channel digital oscilloscope. Then you will use this VI to observe and characterize the properties of several basic, but important, diode circuits, including the halfwave rectifier and the diode clipper. Today s learning objectives are as follows: o To gain additional experience in the use of LabVIEW to configure and operate your DAQ for analog input operations. This will include learning how to trigger your AI operation off of an externally applied TTL signal. o To learn how to use LabVIEW to analyze data with a least-squares fitting function. o To become familiar with the properties and operation of two common types of diodes. o To gain additional experience constructing circuits on the 503 proto-typing board. Equipment o PB-503 proto-typing board o BK Precision Function Generator or DG1022 Arbitrary Generator o 1N4007 Silicon Rectifier Diode Page 1

2 o 1N4735A Silicon Zener Diode o Various resistors and capacitors o BNC-2120, NI USB-6003 o Hand-held digital multi-meter, banana cables, coaxial cables, and BNC-to-minigrabber adapters Activity 1 Measuring the Current-Voltage (IV) Characteristics of the 1N4007 Diode As you learned from rout reading assignment, the diode is a non-ohmic, nonlinear electronic device (Fig. 1). What this means is that the current through a diode and the voltage across a diode are not simply proportional to one another; in fact, the current-voltage (or IV) relationship for a diode is exponential and largely unidirectional (Fig. 1b). Under many circumstances, it can be modeled with the following equation: I " = I $ e & '/)& * 1 (1) Equation 1 is known as the Shockley diode equation (named after William Shockley, one of the inventors of the diode). In Eq. 1, I " is the current through the diode; V " is the potential difference across the diode (defined, as shown in Fig. 1a, as the potential at the anode side minus the potential at the cathode side); η is the emission coefficient, which varies from material to material, and characterizes the nature of the charge transport properties in the diode; V / = k 1 T/e, where k 1 is Boltzmann s constant, T is the diode temperature, and e is the magnitude of the electron charge; and finally I $ is known as the reverse saturation current (the magnitude of the current when the diode is reversed biased (i.e. V " < 0). It is the goal of Activity 1 to verify this relationship for the 1N4007 diode that you have at your station. Page 2

3 Figure 1: Adapted from Diefenderfer Figure 5.8. (a) Diode symbol and layout; V D defined from anode to cathode. (b) Typical diode IV curves. Notice the difference in scale for the positive and negative portions of the I D axis. (c) Schematic of the 1N41007 silicon diode. The location of the cathode is indicated by an annular band. The simplest way to measure the IV characteristics of a diode like the 1N4007 is shown in Fig 2a. Such as circuit would involve using LabVIEW, via GPIB (general purpose interface bus), to both control a variable voltage source to supply V " and control an ammeter (placed in series with the diode) to measure the current. However, as you know, the computers in this lab are not equipped with a GPIB card, thus we have to use the slightly more complicated (but also more instructional) approach shown in Fig. 2b. To implement the circuit shown in Fig. 2b, you will need to follow these directions: 1. For the tunable voltage source, you have two options: (1) Use the PB-503 positive and negative power supplies; (2) Use LabVIEW analog output functions. 2. Wire up your circuit on the PB-503 breadboard. Be sure to use the resistors that are specified in the circuit diagram; these were chosen specifically to not overload the output of the 503 s power supplies or the USB_6003 (you should look at the specs for these to calculate what the power output is for the configuration in Fig. 2b to convince yourself). 3. Build a LabVIEW program that measures both the voltage across the diode (V " ) and the voltage across the resistor R 6 (from this, you can calculate I " ); and then plot this data in an xy graph. Note: you may want to incorporate the following features in the LabVIEW program: Use a sequence structure to implement first a step that samples the AI channels and saves the data to file; and then a step that retrieves the data from the file and graphs it. Depending on your program, you may also want Page 3

4 an initial step that fixes the output voltage on one of the AO channels. Use a DAQmx read function to take single readings of the two AI channels that you designate for this measurement. Place this in a for loop to make measurements I " at different diode voltages V ". Use the Write to Spreadsheet function to write the data to spreadsheet file. You do not need to follow this advice if you can think of another way to implement the IV. However, your program must contain the following components: A graph of the IV data on the front panel displaying all of the data points that you took in the IV measurement. An array indicator on the front panel displaying the same data. A control for choosing the name of the file that you save the data to. A control for choosing the AI channels for the measurement. Additional Notes for Activity 1 1. Be sure to measure (and save) the IV curve for both forward and reverse polarity. 2. To identify the terminals of your diode, look for the annular cathode band (Fig. 1c). As the name suggests, this indicates the location of the diode s cathode. 3. Your resistors are rated for 500 mw, meaning they will start smoking if that limit is exceeded. Thus be sure that each resistor in your circuit dissipates less than 500 mw for each measurement you do (you should calculate this before you start turning the power supply knobs to know what your upper limit is; you should also measure the voltage drop across each resistor for each power supply setting to confirm). Page 4

5 Figure 2: Circuit schematics for measuring IV characteristics of a diode. (a) The simplest way, using a PC to control a programmable power supply to output the diode voltage V D ; the PC then controls the digital ammeter to read I D. (b) The circuit you will use to measure the IV characteristics of 1N4007. V S is the hand-tunable PB-503 power supply. R 1 = 4700 Ω, R 2 = 470 Ω, R 3 = 100 Ω. For Your Lab Report 1. Include an image of the block diagram of your VI. Also include a front panel image for forward bias IV measurements and a front panel image for reverse bias IV measurements. 2. Calculate the maximum power supplied by your source V : during IV measurements. Also calculate the maximum power dissipated in each of the resistors in the measurement circuit. 3. Comment on whether the knee voltage of the diode in the forward bias measurements is consistent with what you have read for 1N4007 diode. 4. Discuss whether your measurements of the reverse bias diode current are consistent with what you expect for the measurement circuit you are using and typical values for the reverse saturation current I $ (you will need to look around to find typical values of I $ ). Page 5

6 Activity 2 Fitting Your IV Measurements to the Shockley Diode Equation Using a LabVIEW Least-Squares Fitting Function In Activity 2, you will take the forward biased measurements of the 1N4007 diode that you made (and saved) in Activity 1 and fit them to the Shockley diode equation (Eq. 1). To do this you will take advantage of a built-in LabVIEW least-squares fitting Curve Fitting express VI. If you are not familiar with least-squares fitting techniques, it s not a problem (I won t be holding you responsible for understanding the mathematics of it - but if you re interested please see Essick Chpt. 9). What you should know is that Curve Fitting Express takes a function that you specify (i.e. Eq. 1, I " (V " )), along with your best guess of the unknown parameters of that function (i.e. I $ and a = 1/ηV / here), and then outputs an estimate for the parameters using a least-squares fitting routine. In order to use Curve Fitting Express you will need to know how to (1) read (import) a spreadsheet file into LabVIEW; (2) Properly index the array that was imported; and (3) convert the indexed data into a format suitable for Curve Fitting VI. I will not give you explicit instructions on how to build this VI, but in the end, your front panel should look something like the front panel VI shown in Figure 3. As you can see, this includes an x-y graph of the data and the fit; there is an array indicator displaying the best fit parameters; and there is a control to choose which spreadsheet file the VI should read the data from. For Your Lab Report 1. Include an image of the front panel and block diagram for your fitting VI. 2. Discuss how your best fit parameters for I $ and 1/ηV / compare to typical values for the 1N4007 diode (you should find in the literature that η 2 and I $ ~ 1 5 na). Figure 3: Image of the front panel for the VI used to fit IV data for 1N4007 to Eq. 1 using LabVIEW s nonlinear least-squares fitting function. Note, with the Curve Fitting Express VI, you are not able to input the Initial Guess Coefficients this VI was made with a lower-level function. Page 6

7 Activity 3 Measuring the Characteristics of the 1N4735A Zener Diode Zener diodes are specially engineered to operate in the avalanche region of operation. Avalanche or reverse breakdown operation occurs when a reverse bias voltage applied to the diode is sufficient to strip bound valence electrons from their host nuclei; the freed electrons are accelerated and collide with other atoms, ejecting more bound electrons, which results in a cascade of current. The characteristic voltage at which this occurs is known as the reverse breakdown voltage. For diodes like the 1N4007, which you just measured, exceeding the reverse breakdown voltage could likely cause damage to the diode. However, Zener diodes are designed specifically to operate in this regime. And, as seen in Figure 4, when the reverse breakdown voltage (also known as the Zener voltage for Zener diodes) is exceeded, the reverse current through the diode is nearly independent of the applied voltage. In this activity, you will use the diode measurement VI from Activity 1 to observe the IV characteristics of the 1N4735A silicon Zener diode. You should perform measurements of both the forward biased mode of operation and the reverse biased mode. You can use the same measurement circuit (Fig. 2b) that you used in Activity 1. However, note that the 1N4735A has a Zener voltage of V Q = 6.2 V. Thus, when measuring the reversed biased mode, in order to observe the avalanche region, you will need to remove the voltage divider in order to supply a largest enough reverse bias. (a) (b) R = 100Ω V " 1N4735A R ( = 10kΩ AI 1 Figure 4: (a) Taken from Diefenderfer, Chpt. 5, Fig An illustration of the avalanche effect in a Zener diode. (b) Simple circuit to illustrate voltage regulation using a zener diode. Page 7

8 Finally, to get an idea of the usefulness of Zener diodes, construct the circuit shown in Figure 4b. Use your VI from Activity 1 to measure the voltage across resistor R T as a function of the voltage V :. (Be sure to record V : using one of the AI input channels in your VI.) What you should see as you increase V : is that above V : ~ 6V, the voltage across R T remains constant (Be careful not to increase V : above 10 V, or you will risk overloading the power supply). This is a very simple illustration of using a Zener diode as a voltage regulator. While it wouldn t be practical to use this specific circuit for an application that required tight regulation of a circuit voltage (for instance, the voltage is completely unregulated below V Q ), my research group uses a similar circuit to limit the maximum voltage that can be applied to a very sensitive amplifier in order to protect the amplifier from damage due to voltage spikes. For Your Lab Report 1. Include an image (or graph) of your data for the forward bias characteristics of the 1N4735A Zener diode. Also include an image (or graph) for the reverse bias characteristics illustrating the avalanche mode of operation. 2. Include an image or graph of your data for the voltage regulation circuit in Figure 4b. Optional: Activity 4 Building a Digital Oscilloscope VI with the Capability for Triggering off of an External TTL Signal In Activity 5, you will investigate the operation of several basic diode-based circuits. In order to do this, you will first need to construct a VI that enables you to continuously measure and display time-varying voltages on your analog input channels; essentially you need to construct a digital oscilloscope VI. Just like a physical digital oscilloscope, your virtual digital oscilloscope will need to have the capability to trigger off of an external signal in order to properly align each voltageversus-time trace from one reading of the buffer to the next. To implement this triggering capability, you will need to use the same DAQmx VIs that you used in Lab 4: Create Virtual Channel, Timing, Read, and Clear. However, unlike Lab 4, you will not create a circular buffer, but instead should place AI Read inside a while loop and program it to acquire a finite number of scans for each iteration of the while loop. In addition, you will need to configure the triggering options for the data acquisition by using the DAQmx Trigger function; set it so that that the DAQ starts acquiring data on either the rising edge or falling edge of a TTL signal that you supply to digital pin PFI0 or PFI1 (see the USB-6003 specs for these pins locations). See Essick Chapter 11 for the correct placement of the Trigger VI in your block diagram. Note: You will use the sync output of your function generator to provide the signal to PFI0 when it comes time to test out your oscilloscope. In the end, your oscilloscope VI should look something like the VI in Fig. 5. In order to carry out Activity 5, it should definitely have the following: 1. Waveform chart or graph that updates continuously and displays two AI channels. 2. Controls to select the triggering channel and to select the trigger edge. 3. Controls for the analog channel scan rate and number of samples. 4. A Boolean control for stopping the acquisition process. Page 8

9 Figure 5: Front panel VI of a virtual digital oscilloscope. In the displayed state, the VI runs continuously; it digitizes signals on two analog input channels at a rate of 1000 Scans/s, stores the samples in a buffer, and then reads them all at once from the buffer into LabVIEW. Once the data is read from the buffer, the acquisition starts all over again after the digital I/O channel PFI0 sees a rising edge of an externally supplied TTL pulse. The signals shown in the waveform graph demonstrate the operation of a full-wave rectifier circuit (see Fig. 6c). The white trace is the 40 Hz AC signal input to the rectifier; the red trace is the rectified (unidirectional) output. Note in older versions of LabVIEW PFI0 is denoted digital A. Activity 5 Building and Characterizing Some Important Diode-Based Circuits In this activity, you will build and characterize the three circuits shown in Figure 6. These circuits are: the half-wave rectifier (Fig. 6a); the diode clipper (Fig. 6b); and the full-wave rectifier (Fig. 6c). In order to make these measurements, please follow these guidelines: 1. Use your function generator to provide the input signal v VW to your circuit. As well, use the sync output to provide the trigger signal. 2. Measure v VW using one of the AI input channels you have designated in your oscilloscope VI. And measure v XYZ using the second AI channel. Page 9

10 3. For the diode clipper circuit, use the PB-503 s positive and negative power supplies to provide the circuit biases V T and V [. 4. When you are ready to build the full-wave rectifier, contact the instructor; he will provide you with the additional diodes that you need to put it together (unfortunately, there may not be enough to go around). 5. ***Important: The capacitors that you will use are electrolytic capacitors. Such capacitors have a polarity (the negative terminal is marked with a minus sign). In order to insure that they do not explode, you must connect them so that the negative terminal is connected to a point in the circuit at lower potential than the point to which the positive terminal is connected. **** For Your Lab Report 1. Include images of the front panel of your oscilloscope VI for each one of the circuits. In those images, the waveform graph should display both v VW and v XYZ. For the case of the half-wave and full-wave rectifiers, please provide an image for when the capacitor C is present and an image for the capacitor is removed. (For example, Figure 5 shows the VI waveform graph for the full-wave rectifier when the capacitor is not present; and Figure 7 shows the waveform graph for the full-wave rectifier when the capacitor is present. You should do something similar.) 2. For the half-wave and full-wave rectifier circuits, measure the ripple and compare to what you estimate given your circuit parameters. Page 10

11 Figure 6: Diode circuits for Activity 5. (a) Half-wave rectifier. (b) Diode clipper. (c) Full-wave rectifier. Use the following parameters: R L = 1 10 kω; C = μf. For R, v in, V 1, and V 2, you should determine what values to use based upon what you learned in your reading assignment. For the signal frequency, try something in the range of Hz. Page 11

12 Figure 7: Oscilloscope VI front panel showing the response of the full-wave rectifier in Fig. 6c when a 100 μf capacitor is shunting the output. The red trace is the rectified signal v out. The white trace is the input signal v in. Page 12

Diode Characteristics and Applications

Diode Characteristics and Applications Diode Characteristics and Applications Topics covered in this presentation: Diode Characteristics Diode Clamp Protecting Against Back-EMF Half-Wave Rectifier The Zener Diode 1 of 18 Diode Characteristics

More information

Part 1. Using LabVIEW to Measure Current

Part 1. Using LabVIEW to Measure Current NAME EET 2259 Lab 11 Studying Characteristic Curves with LabVIEW OBJECTIVES -Use LabVIEW to measure DC current. -Write LabVIEW programs to display the characteristic curves of resistors, diodes, and transistors

More information

EE 110 Introduction to Engineering & Laboratory Experience Saeid Rahimi, Ph.D. Lab 6 Diodes: Half-Wave and Full-Wave Rectifiers Converting AC to DC

EE 110 Introduction to Engineering & Laboratory Experience Saeid Rahimi, Ph.D. Lab 6 Diodes: Half-Wave and Full-Wave Rectifiers Converting AC to DC EE 110 Introduction to Engineering & Laboratory Experience Saeid Rahimi, Ph.D. Lab 6 Diodes: Half-Wave and Full-Wave Rectifiers Converting C to DC The process of converting a sinusoidal C voltage to a

More information

DIODE CLIPPERS AND CLAMPERS

DIODE CLIPPERS AND CLAMPERS Exp. No #2 OBJECTIVE DIODE CLIPPERS AND CLAMPERS The purpose of the experiment is to design and analyze diode clipping, limiting and clamping circuits. Also to measure the voltage limits of both biased

More information

Lab 2: Diode Characteristics and Diode Circuits

Lab 2: Diode Characteristics and Diode Circuits 1. Learning Outcomes Lab 2: Diode Characteristics and Diode Circuits At the end of this lab, the students should be able to compare the experimental data to the theoretical curve of the diodes. The students

More information

LABORATORY MODULE. Analog Electronics. Semester 2 (2005/2006)

LABORATORY MODULE. Analog Electronics. Semester 2 (2005/2006) LABORATORY MODULE ENT 162 Analog Electronics Semester 2 (2005/2006) EXPERIMENT 1 : Introduction to Diode Name Matric No. : : PUSAT PENGAJIAN KEJURUTERAAN MEKATRONIK KOLEJ UNIVERSITI KEJURUTERAAN UTARA

More information

Lec (03) Diodes and Applications

Lec (03) Diodes and Applications Lec (03) Diodes and Applications Diode Models 1 Diodes and Applications Diode Operation V-I Characteristics of a Diode Diode Models Half-Wave and Full-Wave Rectifiers Power Supply Filters and Regulators

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

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. 2 - Semiconductor Diodes Overview: In this lab session students will investigate I-V characteristics

More information

Applications of diodes

Applications of diodes Applications of diodes Learners should be able to: (a) describe the I V characteristics of a silicon diode (b) describe the use of diodes for component protection in DC circuits and half-wave rectification

More information

Figure 1: Diode Measuring Circuit

Figure 1: Diode Measuring Circuit Diodes, Page 1 Diodes V-I Characteristics signal diode Measure the voltage-current characteristic of a standard signal diode, the 1N914, using the circuit shown in Figure 1 below. The purpose of the back-to-back

More information

Electronics I. laboratory measurement guide Andras Meszaros, Mark Horvath

Electronics I. laboratory measurement guide Andras Meszaros, Mark Horvath Electronics I. laboratory measurement guide Andras Meszaros, Mark Horvath 3. Measurement: Diodes and rectifiers 2017.02.27. In this session we are going to measure forward and reverse characteristics of

More information

Lab 2: Linear and Nonlinear Circuit Elements and Networks

Lab 2: Linear and Nonlinear Circuit Elements and Networks OPTI 380B Intermediate Optics Laboratory Lab 2: Linear and Nonlinear Circuit Elements and Networks Objectives: Lean how to use: Function of an oscilloscope probe. Characterization of capacitors and inductors

More information

Homework No. 2 Diodes Electronics I. Reading Assignment: Chapters 1 through 4 in Microelectronic Circuits, by Adel S. Sedra and Kenneth C. Smith.

Homework No. 2 Diodes Electronics I. Reading Assignment: Chapters 1 through 4 in Microelectronic Circuits, by Adel S. Sedra and Kenneth C. Smith. Homework No. 2 Diodes Electronics I Homework Quiz: See website for quiz date. Reading Assignment: Chapters 1 through 4 in Microelectronic Circuits, by Adel S. Sedra and Kenneth C. Smith. 1. Exercises 4.1

More information

Exercise 6. The Boost Chopper EXERCISE OBJECTIVE DISCUSSION OUTLINE DISCUSSION. The boost chopper

Exercise 6. The Boost Chopper EXERCISE OBJECTIVE DISCUSSION OUTLINE DISCUSSION. The boost chopper Exercise 6 The Boost Chopper EXERCISE OBJECTIVE When you have completed this exercise, you will be familiar with the operation of the boost chopper. DISCUSSION OUTLINE The Discussion of this exercise covers

More information

Electronics. RC Filter, DC Supply, and 555

Electronics. RC Filter, DC Supply, and 555 Electronics RC Filter, DC Supply, and 555 0.1 Lab Ticket Each individual will write up his or her own Lab Report for this two-week experiment. You must also submit Lab Tickets individually. You are expected

More information

Federal Urdu University of Arts, Science & Technology Islamabad Pakistan SECOND SEMESTER ELECTRONICS - I

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

More information

SKEU 3741 BASIC ELECTRONICS LAB

SKEU 3741 BASIC ELECTRONICS LAB Faculty: Subject Subject Code : SKEU 3741 FACULTY OF ELECTRICAL ENGINEERING : 2 ND YEAR ELECTRONIC DESIGN LABORATORY Review Release Date Last Amendment Procedure Number : 1 : 2013 : 2013 : PK-UTM-FKE-(0)-10

More information

Physics 309 Lab 3 Bipolar junction transistor

Physics 309 Lab 3 Bipolar junction transistor Physics 39 Lab 3 Bipolar junction transistor The purpose of this third lab is to learn the principles of operation of a bipolar junction transistor, how to characterize its performances, and how to use

More information

3. Diode, Rectifiers, and Power Supplies

3. Diode, Rectifiers, and Power Supplies 3. Diode, Rectifiers, and Power Supplies Semiconductor diodes are active devices which are extremely important for various electrical and electronic circuits. Diodes are active non-linear circuit elements

More information

LAB IV. SILICON DIODE CHARACTERISTICS

LAB IV. SILICON DIODE CHARACTERISTICS LAB IV. SILICON DIODE CHARACTERISTICS 1. OBJECTIVE In this lab you will measure the I-V characteristics of the rectifier and Zener diodes, in both forward and reverse-bias mode, as well as learn what mechanisms

More information

EXPERIMENT 5 : THE DIODE

EXPERIMENT 5 : THE DIODE EXPERIMENT 5 : THE DIODE Component List Resistors, one of each o 1 10 10W o 1 1k o 1 10k 4 1N4004 (I max = 1A, PIV = 400V) Diodes Center tap transformer (35.6V pp, 12.6 V RMS ) 100 F Electrolytic Capacitor

More information

Experiment 6: Franck Hertz Experiment v1.3

Experiment 6: Franck Hertz Experiment v1.3 Experiment 6: Franck Hertz Experiment v1.3 Background This series of experiments demonstrates the energy quantization of atoms. The concept was first implemented by James Franck and Gustaf Ludwig Hertz

More information

Brown University PHYS 0060 Physics Department LAB B Circuits with Resistors and Diodes

Brown University PHYS 0060 Physics Department LAB B Circuits with Resistors and Diodes References: Circuits with Resistors and Diodes Edward M. Purcell, Electricity and Magnetism 2 nd ed, Ch. 4, (McGraw Hill, 1985) R.P. Feynman, Lectures on Physics, Vol. 2, Ch. 22, (Addison Wesley, 1963).

More information

LABORATORY 8 DIODE CIRCUITS

LABORATORY 8 DIODE CIRCUITS LABORATORY 8 DIODE CIRCUITS 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

More information

Introduction to High-Speed Power Switching

Introduction to High-Speed Power Switching Exercise 3 Introduction to High-Speed Power Switching EXERCISE OBJECTIVE When you have completed this exercise, you will be familiar with the concept of voltage-type and current-type circuits. You will

More information

EXPERIMENT 5 : THE DIODE

EXPERIMENT 5 : THE DIODE EXPERIMENT 5 : THE DIODE Equipment List Dual Channel Oscilloscope R, 330, 1k, 10k resistors P, Tri-Power Supply V, 2x Multimeters D, 4x 1N4004: I max = 1A, PIV = 400V Silicon Diode P 2 35.6V pp (12.6 V

More information

The Discussion of this exercise covers the following points:

The Discussion of this exercise covers the following points: Exercise 1 Power Diode Single-Phase Rectifiers EXERCISE OBJECTIVE When you have completed this exercise, you will know what a diode is, and how it operates. You will be familiar with two types of circuits

More information

EE 210: CIRCUITS AND DEVICES

EE 210: CIRCUITS AND DEVICES EE 210: CIRCUITS AND DEVICES LAB #3: VOLTAGE AND CURRENT MEASUREMENTS This lab features a tutorial on the instrumentation that you will be using throughout the semester. More specifically, you will see

More information

CHAPTER 1 DIODE CIRCUITS. Semiconductor act differently to DC and AC currents

CHAPTER 1 DIODE CIRCUITS. Semiconductor act differently to DC and AC currents CHAPTER 1 DIODE CIRCUITS Resistance levels Semiconductor act differently to DC and AC currents There are three types of resistances 1. DC or static resistance The application of DC voltage to a circuit

More information

Courseware Sample F0

Courseware Sample F0 Electric Power / Controls Courseware Sample 85822-F0 A ELECTRIC POWER / CONTROLS COURSEWARE SAMPLE by the Staff of Lab-Volt Ltd. Copyright 2009 Lab-Volt Ltd. All rights reserved. No part of this publication

More information

Diode Applications Half-Wave Rectifying

Diode Applications Half-Wave Rectifying Lab 5 Diode Applications Half-Wave ectifying Objectives: Study the half-wave rectifying and smoothing with a capacitor for a simple diode circuit. Study the use of a Zener diode in a circuit with an AC

More information

Exercise 8. The Four-Quadrant Chopper EXERCISE OBJECTIVE DISCUSSION OUTLINE DISCUSSION. The Four-Quadrant Chopper

Exercise 8. The Four-Quadrant Chopper EXERCISE OBJECTIVE DISCUSSION OUTLINE DISCUSSION. The Four-Quadrant Chopper Exercise 8 The Four-Quadrant Chopper EXERCISE OBJECTIVE When you have completed this exercise, you will be familiar with the operation of the four-quadrant chopper. DISCUSSION OUTLINE The Discussion of

More information

Spectrum analyzer for frequency bands of 8-12, and MHz

Spectrum analyzer for frequency bands of 8-12, and MHz EE389 Electronic Design Lab Project Report, EE Dept, IIT Bombay, November 2006 Spectrum analyzer for frequency bands of 8-12, 12-16 and 16-20 MHz Group No. D-13 Paras Choudhary (03d07012)

More information

The preferred Exercise is shown in Exercises 5B or 5C.

The preferred Exercise is shown in Exercises 5B or 5C. ECE 231 Laboratory Exercise 5A The preferred Exercise is shown in Exercises 5B or 5C. Laboratory Group (Names) OBJECTIVES Validate the Schottky diode equation. Calculate the dc and dynamic (ac) resistance

More information

ENG2210 Electronic Circuits. Chapter 3 Diodes

ENG2210 Electronic Circuits. Chapter 3 Diodes ENG2210 Electronic Circuits Mokhtar A. Aboelaze York University Chapter 3 Diodes Objectives Learn the characteristics of ideal diode and how to analyze and design circuits containing multiple diodes Learn

More information

Semiconductor theory predicts that the current through a diode is given by

Semiconductor theory predicts that the current through a diode is given by 3 DIODES 3 Diodes A diode is perhaps the simplest non-linear circuit element. To first order, it acts as a one-way valve. It is important, however, for a wide variety of applications, and will also form

More information

EXPERIMENT 4 LIMITER AND CLAMPER CIRCUITS

EXPERIMENT 4 LIMITER AND CLAMPER CIRCUITS EXPERIMENT 4 LIMITER AND CLAMPER CIRCUITS 1. OBJECTIVES 1.1 To demonstrate the operation of a diode limiter. 1.2 To demonstrate the operation of a diode clamper. 2. INTRODUCTION PART A: Limiter Circuit

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

INC 253 Digital and electronics laboratory I

INC 253 Digital and electronics laboratory I INC 253 Digital and electronics laboratory I Laboratory 4 Wave Shaping Diode Circuits Author: ID CoAuthors: 1. ID 2. ID 3. ID Experiment Date: Report received Date: Comments For Instructor Full Marks Pre

More information

Diodes. Diodes, Page 1

Diodes. Diodes, Page 1 Diodes, Page 1 Diodes V-I Characteristics signal diode Measure the voltage-current characteristic of a standard signal diode, the 1N914, using the circuit shown in Figure 1 below. The purpose of the back-to-back

More information

29:128 Homework Problems

29:128 Homework Problems 29:128 Homework Problems Revised 22 Feb 2012 29:128 Homework 1 (15 points) references: Sections 1.6-1.7 & 4.8, Meyer Chapter 1 of Horowitz and Hill, 2nd Edition (1) In the circuit shown below, V in = 9

More information

EXPERIMENT 5 : DIODES AND RECTIFICATION

EXPERIMENT 5 : DIODES AND RECTIFICATION EXPERIMENT 5 : DIODES AND RECTIFICATION Component List Resistors, one of each o 2 1010W o 1 1k o 1 10k 4 1N4004 (Imax = 1A, PIV = 400V) Diodes Center tap transformer (35.6Vpp, 12.6 VRMS) 100 F Electrolytic

More information

Experiment #1: Solid State Diodes Testing & Characterization. Type Value Symbol Name Multisim Part Description Resistor 1MΩ R 2 Basic/Resistor ---

Experiment #1: Solid State Diodes Testing & Characterization. Type Value Symbol Name Multisim Part Description Resistor 1MΩ R 2 Basic/Resistor --- SCHOOL OF ENGINEERING AND APPLIED SCIENCE DEPARTMENT OF ELECTRICAL AND COMPUTER ENGINEERING ECE 2115: ENGINEERING ELECTRONICS LABORATORY Experiment #1: Solid State Diodes Testing & Characterization COMPONENTS

More information

Chapter #3: Diodes. from Microelectronic Circuits Text by Sedra and Smith Oxford Publishing

Chapter #3: Diodes. from Microelectronic Circuits Text by Sedra and Smith Oxford Publishing Chapter #3: Diodes from Microelectronic Circuits Text by Sedra and Smith Oxford Publishing Introduction IN THIS CHAPTER WE WILL LEARN the characteristics of the ideal diode and how to analyze and design

More information

EXPERIMENT 2.2 NON-LINEAR OP-AMP CIRCUITS

EXPERIMENT 2.2 NON-LINEAR OP-AMP CIRCUITS 2.16 EXPERIMENT 2.2 NONLINEAR OPAMP CIRCUITS 2.2.1 OBJECTIVE a. To study the operation of 741 opamp as comparator. b. To study the operation of active diode circuits (precisions circuits) using opamps,

More information

UNIVERSITI MALAYSIA PERLIS

UNIVERSITI MALAYSIA PERLIS UNIVERSITI MALAYSIA PERLIS ANALOG ELECTRONICS II EKT 214 Semester II (2013/2014) EXPERIMENT # 4 OP-AMP (COMPARATOR BASICS) EXPERIMENT 4 Op-Amp (Comparator Basics) 1. OBJECTIVE: 1.1 To demonstrate the op-amp

More information

2) The larger the ripple voltage, the better the filter. 2) 3) Clamping circuits use capacitors and diodes to add a dc level to a waveform.

2) The larger the ripple voltage, the better the filter. 2) 3) Clamping circuits use capacitors and diodes to add a dc level to a waveform. TRUE/FALSE. Write 'T' if the statement is true and 'F' if the statement is false. 1) A diode conducts current when forward-biased and blocks current when reverse-biased. 1) 2) The larger the ripple voltage,

More information

Laboratory No. 01: Small & Large Signal Diode Circuits. Electrical Enginnering Departement. By: Dr. Awad Al-Zaben. Instructor: Eng.

Laboratory No. 01: Small & Large Signal Diode Circuits. Electrical Enginnering Departement. By: Dr. Awad Al-Zaben. Instructor: Eng. Laboratory No. 01: Small & Large Signal Diode Circuits Electrical Enginnering Departement By: Dr. Awad Al-Zaben Instructor: Eng. Tamer Shahta Electronics Laboratory EE 3191 February 23, 2014 I. OBJECTIVES

More information

Lab 2: Common Base Common Collector Design Exercise

Lab 2: Common Base Common Collector Design Exercise CSUS EEE 109 Lab - Section 01 Lab 2: Common Base Common Collector Design Exercise Author: Bogdan Pishtoy / Lab Partner: Roman Vermenchuk Lab Report due March 26 th Lab Instructor: Dr. Kevin Geoghegan 2016-03-25

More information

Dev Bhoomi Institute Of Technology Department of Electronics and Communication Engineering PRACTICAL INSTRUCTION SHEET

Dev Bhoomi Institute Of Technology Department of Electronics and Communication Engineering PRACTICAL INSTRUCTION SHEET Dev Bhoomi Institute Of Technology Department of Electronics and Communication Engineering PRACTICAL INSTRUCTION SHEET LABORATORY MANUAL EXPERIMENT NO. ISSUE NO. : ISSUE DATE: REV. NO. : REV. DATE : PAGE:

More information

Class #8: Experiment Diodes Part I

Class #8: Experiment Diodes Part I Class #8: Experiment Diodes Part I Purpose: The objective of this experiment is to become familiar with the properties and uses of diodes. We used a 1N914 diode in two previous experiments, but now we

More information

KOM2751 Analog Electronics :: Dr. Muharrem Mercimek :: YTU - Control and Automation Dept. 1 1 (CONT D) DIODES

KOM2751 Analog Electronics :: Dr. Muharrem Mercimek :: YTU - Control and Automation Dept. 1 1 (CONT D) DIODES KOM2751 Analog Electronics :: Dr. Muharrem Mercimek :: YTU - Control and Automation Dept. 1 1 (CONT D) DIODES Most of the content is from the textbook: Electronic devices and circuit theory, Robert L.

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

EECE 2413 Electronics Laboratory

EECE 2413 Electronics Laboratory EECE 2413 Electronics Laboratory Lab #2: Diode Circuits Goals In this lab you will become familiar with several different types of pn-junction diodes. These include silicon and germanium junction diodes,

More information

Precalculations Individual Portion Introductory Lab: Basic Operation of Common Laboratory Instruments

Precalculations Individual Portion Introductory Lab: Basic Operation of Common Laboratory Instruments Name: Date of lab: Section number: M E 345. Lab 1 Precalculations Individual Portion Introductory Lab: Basic Operation of Common Laboratory Instruments Precalculations Score (for instructor or TA use only):

More information

EXPERIMENT 5 : THE DIODE

EXPERIMENT 5 : THE DIODE EXPERIMENT 5 : THE DIODE Component List Resistors, one of each o 1 10 10W o 1 1k o 1 10k 4 1N4004 (Imax = 1A, PIV = 400V) Diodes Center tap transformer (35.6Vpp, 12.6 VRMS) 100 F Electrolytic Capacitor

More information

Lab 15: Lock in amplifier (Version 1.4)

Lab 15: Lock in amplifier (Version 1.4) Lab 15: Lock in amplifier (Version 1.4) WARNING: Use electrical test equipment with care! Always double-check connections before applying power. Look for short circuits, which can quickly destroy expensive

More information

BME 3512 Bioelectronics Laboratory Two - Passive Filters

BME 3512 Bioelectronics Laboratory Two - Passive Filters BME 35 Bioelectronics Laboratory Two - Passive Filters Learning Objectives: Understand the basic principles of passive filters. Laboratory Equipment: Agilent Oscilloscope Model 546A Agilent Function Generator

More information

DEPARTMENT OF ELECTRICAL ENGINEERING LAB WORK EE301 ELECTRONIC CIRCUITS

DEPARTMENT OF ELECTRICAL ENGINEERING LAB WORK EE301 ELECTRONIC CIRCUITS DEPARTMENT OF ELECTRICAL ENGINEERING LAB WORK EE301 ELECTRONIC CIRCUITS EXPERIMENT : 1 TITLE : Half-Wave Rectifier & Filter OUTCOME : Upon completion of this unit, the student should be able to: i. Construct

More information

Operational Amplifiers 2 Active Filters ReadMeFirst

Operational Amplifiers 2 Active Filters ReadMeFirst Operational Amplifiers 2 Active Filters ReadMeFirst Lab Summary In this lab you will build two active filters on a breadboard, using an op-amp, resistors, and capacitors, and take data for the magnitude

More information

EXPERIMENT 3 Half-Wave and Full-Wave Rectification

EXPERIMENT 3 Half-Wave and Full-Wave Rectification Name & Surname: ID: Date: EXPERIMENT 3 Half-Wave and Full-Wave Rectification Objective To calculate, compare, draw, and measure the DC output voltages of half-wave and full-wave rectifier circuits. Tools

More information

EE320L Electronics I. Laboratory. Laboratory Exercise #6. Current-Voltage Characteristics of Electronic Devices. Angsuman Roy

EE320L Electronics I. Laboratory. Laboratory Exercise #6. Current-Voltage Characteristics of Electronic Devices. Angsuman Roy EE320L Electronics I Laboratory Laboratory Exercise #6 Current-Voltage Characteristics of Electronic Devices By Angsuman Roy Department of Electrical and Computer Engineering University of Nevada, Las

More information

Introduction PNP C NPN C

Introduction PNP C NPN C Introduction JT Transistors: A JT (or any transistor) can be used either as a switch with positions of on or off, or an amplifier that controls its output at all levels in between the extreme on or off

More information

Fig. 1 Tachometer Built from Old CD, DC Motor, and Photogate

Fig. 1 Tachometer Built from Old CD, DC Motor, and Photogate Lab 4: Photogate Fun Introduction Surging through the heart of microprocessors are digital pulses, single pulses, bursts of pulses, and wave trains of pulses. Pulses are the lifegiving blood of all digital

More information

9 Feedback and Control

9 Feedback and Control 9 Feedback and Control Due date: Tuesday, October 20 (midnight) Reading: none An important application of analog electronics, particularly in physics research, is the servomechanical control system. Here

More information

EE 210 Lab Exercise #5: OP-AMPS I

EE 210 Lab Exercise #5: OP-AMPS I EE 210 Lab Exercise #5: OP-AMPS I ITEMS REQUIRED EE210 crate, DMM, EE210 parts kit, T-connector, 50Ω terminator, Breadboard Lab report due at the ASSIGNMENT beginning of the next lab period Data and results

More information

INTRODUCTION TO ENGINEERING AND LABORATORY EXPERIENCE Spring, 2015

INTRODUCTION TO ENGINEERING AND LABORATORY EXPERIENCE Spring, 2015 INTRODUCTION TO ENGINEERING AND LABORATORY EXPERIENCE Spring, 2015 Saeid Rahimi, Ph.D. Jack Ou, Ph.D. Engineering Science Sonoma State University A SONOMA STATE UNIVERSITY PUBLICATION CONTENTS 1 Electronic

More information

Figure 1: Diode Measuring Circuit

Figure 1: Diode Measuring Circuit Diodes, Page 1 Diodes V-I Characteristics signal diode Measure the voltage-current characteristic of a standard signal diode, the 1N914, using the circuit shown in Figure 1 below. The purpose of the back-to-back

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

Circuit operation Let s look at the operation of this single diode rectifier when connected across an alternating voltage source v s.

Circuit operation Let s look at the operation of this single diode rectifier when connected across an alternating voltage source v s. Diode Rectifier Circuits One of the important applications of a semiconductor diode is in rectification of AC signals to DC. Diodes are very commonly used for obtaining DC voltage supplies from the readily

More information

Lab Assignment 3: Resonance and Diodes

Lab Assignment 3: Resonance and Diodes Physics 105, Analog Electronics Page 1 Lab Assignment 3: esonance and Diodes eadg: Meyer Chapter 4 (Semiconductors and Diodes) First lab day for the week: Parts 1, 2 Second lab day: Parts 3, 4 PELAB Part

More information

R 1 R 2. (3) Suppose you have two ac signals, which we ll call signals A and B, which have peak-to-peak amplitudes of 30 mv and 600 mv, respectively.

R 1 R 2. (3) Suppose you have two ac signals, which we ll call signals A and B, which have peak-to-peak amplitudes of 30 mv and 600 mv, respectively. 29:128 Homework Problems 29:128 Homework 0 reference: Chapter 1 of Horowitz and Hill (1) In the circuit shown below, V in = 9 V, R 1 = 1.5 kω, R 2 = 5.6 kω, (a) Calculate V out (b) Calculate the power

More information

Concepts to be Covered

Concepts to be Covered Introductory Medical Device Prototyping Analog Circuits Part 2 Semiconductors, http://saliterman.umn.edu/ Department of Biomedical Engineering, University of Minnesota Concepts to be Covered Semiconductors

More information

Objective: To study and verify the functionality of a) PN junction diode in forward bias. Sl.No. Name Quantity Name Quantity 1 Diode

Objective: To study and verify the functionality of a) PN junction diode in forward bias. Sl.No. Name Quantity Name Quantity 1 Diode Experiment No: 1 Diode Characteristics Objective: To study and verify the functionality of a) PN junction diode in forward bias Components/ Equipments Required: b) Point-Contact diode in reverse bias Components

More information

Name: Resistors and Basic Resistive Circuits. Objective: To gain experience with data acquisition proto-boards physical resistors. Table of Contents:

Name: Resistors and Basic Resistive Circuits. Objective: To gain experience with data acquisition proto-boards physical resistors. Table of Contents: Objective: To gain experience with data acquisition proto-boards physical resistors Table of Contents: Name: Resistors and Basic Resistive Circuits Pre-Lab Assignment 1 Background 2 National Instruments

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 2 BASIC CIRCUIT ELEMENTS OBJECTIVES The purpose of this experiment is to familiarize the student with

More information

DEPARTMENT OF ELECTRICAL ENGINEERING AND COMPUTER SCIENCE MASSACHUSETTS INSTITUTE OF TECHNOLOGY CAMBRIDGE, MASSACHUSETTS 02139

DEPARTMENT OF ELECTRICAL ENGINEERING AND COMPUTER SCIENCE MASSACHUSETTS INSTITUTE OF TECHNOLOGY CAMBRIDGE, MASSACHUSETTS 02139 DEPARTMENT OF ELECTRICAL ENGINEERING AND COMPUTER SCIENCE MASSACHUSETTS INSTITUTE OF TECHNOLOGY CAMBRIDGE, MASSACHUSETTS 019.101 Introductory Analog Electronics Laboratory Laboratory No. READING ASSIGNMENT

More information

Diode Limiters or Clipper Circuits

Diode Limiters or Clipper Circuits Diode Limiters or Clipper Circuits Circuits which are used to clip off portions of signal voltages above or below certain levels are called limiters or clippers. Types of Clippers Positive Clipper Negative

More information

OPERATIONAL AMPLIFIERS (OP-AMPS) II

OPERATIONAL AMPLIFIERS (OP-AMPS) II OPERATIONAL AMPLIFIERS (OP-AMPS) II LAB 5 INTRO: INTRODUCTION TO INVERTING AMPLIFIERS AND OTHER OP-AMP CIRCUITS GOALS In this lab, you will characterize the gain and frequency dependence of inverting op-amp

More information

Lab 2: Introduction to NI ELVIS, Multisim, and LabVIEW

Lab 2: Introduction to NI ELVIS, Multisim, and LabVIEW Page 1 of 19 Lab 2: Introduction to NI ELVIS, Multisim, and LabVIEW Laboratory Goals Familiarize students with the National Instruments hardware ELVIS Learn about the LabVIEW programming environment Demonstrate

More information

NORTHWESTERN UNIVERSITY TECHNOLOGICAL INSTITUTE

NORTHWESTERN UNIVERSITY TECHNOLOGICAL INSTITUTE NORTHWESTERN UNIVERSITY TECHNOLOGICAL INSTITUTE ECE-270 Experiment #4 X-Y DISPLAY TECHNIQUES: DIODE CHARACTERISTICS PRELAB Use your textbook and/or the library to answer the following questions about diodes.

More information

Laboratory #4: Solid-State Switches, Operational Amplifiers Electrical and Computer Engineering EE University of Saskatchewan

Laboratory #4: Solid-State Switches, Operational Amplifiers Electrical and Computer Engineering EE University of Saskatchewan Authors: Denard Lynch Date: Oct 24, 2012 Revised: Oct 21, 2013, D. Lynch Description: This laboratory explores the characteristics of operational amplifiers in a simple voltage gain configuration as well

More information

Electronic Component Applications

Electronic Component Applications Western Technical College 10660124 Electronic Component Applications Course Outcome Summary Course Information Description Career Cluster Instructional Level Total Credits 2.00 Total Hours 60.00 Solid

More information

Diodes CHAPTER Rectifier Circuits. Introduction. 4.6 Limiting and Clamping Circuits. 4.2 Terminal Characteristics of Junction Diodes 173

Diodes CHAPTER Rectifier Circuits. Introduction. 4.6 Limiting and Clamping Circuits. 4.2 Terminal Characteristics of Junction Diodes 173 CHAPTER 4 Diodes Introduction 4.1 4.5 Rectifier Circuits 165 The Ideal Diode 166 4.2 Terminal Characteristics of Junction Diodes 173 4.3 Modeling the Diode Forward Characteristic 179 4.4 Operation in the

More information

AC : A LOW-COST LABORATORY EXPERIMENT TO GEN- ERATE THE I-V CHARACTERISTIC CURVES OF A SOLAR CELL

AC : A LOW-COST LABORATORY EXPERIMENT TO GEN- ERATE THE I-V CHARACTERISTIC CURVES OF A SOLAR CELL AC 2011-1842: A LOW-COST LABORATORY EXPERIMENT TO GEN- ERATE THE I-V CHARACTERISTIC CURVES OF A SOLAR CELL Erik A. Mayer, Pittsburg State University Erik Mayer received his Ph.D. in Engineering Science

More information

Analog Electronic Circuits

Analog Electronic Circuits Analog Electronic Circuits Chapter 1: Semiconductor Diodes Objectives: To become familiar with the working principles of semiconductor diode To become familiar with the design and analysis of diode circuits

More information

Laboratory 3 (drawn from lab text by Alciatore)

Laboratory 3 (drawn from lab text by Alciatore) Laboratory 3 (drawn from lab text by Alciatore) The Oscilloscope Required Components: 1 10 resistor 2 100 resistors 2 lk resistors 1 2k resistor 2 4.7M resistors 1 0.F capacitor 1 0.1 F capacitor 1 1.0uF

More information

Physics 15b, Lab 3: The Capacitor... and a glimpse of Diodes

Physics 15b, Lab 3: The Capacitor... and a glimpse of Diodes Phys 15b: Lab 3, Sprng 2007 1 Due Friday, March 23, 2007. Physics 15b, Lab 3: The Capacitor... and a glimpse of Diodes REV0 1 ; March 14, 2007 NOTE that this is the first of the labs that you are invited

More information

Physics 4BL: Electricity and Magnetism Lab manual. UCLA Department of Physics and Astronomy

Physics 4BL: Electricity and Magnetism Lab manual. UCLA Department of Physics and Astronomy Physics 4BL: Electricity and Magnetism Lab manual UCLA Department of Physics and Astronomy Last revision April 16, 2017 1 Lorentz Force Laboratory 2: Lorentz Force In 1897, only 120 years ago, J.J. Thomson

More information

EKT 314/4 LABORATORIES SHEET

EKT 314/4 LABORATORIES SHEET EKT 314/4 LABORATORIES SHEET WEEK DAY HOUR 4 1 2 PREPARED BY: EN. MUHAMAD ASMI BIN ROMLI EN. MOHD FISOL BIN OSMAN JULY 2009 Creating a Typical Measurement Application 5 This chapter introduces you to common

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

PHYS 3152 Methods of Experimental Physics I E2. Diodes and Transistors 1

PHYS 3152 Methods of Experimental Physics I E2. Diodes and Transistors 1 Part I Diodes Purpose PHYS 3152 Methods of Experimental Physics I E2. In this experiment, you will investigate the current-voltage characteristic of a semiconductor diode and examine the applications of

More information

Physics 120 Lab 1 (2018) - Instruments and DC Circuits

Physics 120 Lab 1 (2018) - Instruments and DC Circuits Physics 120 Lab 1 (2018) - Instruments and DC Circuits Welcome to the first laboratory exercise in Physics 120. Your state-of-the art equipment includes: Digital oscilloscope w/usb output for SCREENSHOTS.

More information

Experiment 8: Semiconductor Devices

Experiment 8: Semiconductor Devices Name/NetID: Experiment 8: Semiconductor Devices Laboratory Outline In today s experiment you will be learning to use the basic building blocks that drove the ability to miniaturize circuits to the point

More information

Exercise 12. Semiconductors EXERCISE OBJECTIVE DISCUSSION OUTLINE DISCUSSION. Introduction to semiconductors. The diode

Exercise 12. Semiconductors EXERCISE OBJECTIVE DISCUSSION OUTLINE DISCUSSION. Introduction to semiconductors. The diode Exercise 12 Semiconductors EXERCISE OBJECTIVE When you have completed this exercise, you will be familiar with the operation of a diode. You will learn how to use a diode to rectify ac voltage to produce

More information

EEE118: Electronic Devices and Circuits

EEE118: Electronic Devices and Circuits EEE118: Electronic Devices and Circuits Lecture IX James E. Green Department of Electronic Engineering University of Sheffield j.e.green@sheffield.ac.uk Review Considered full wave and bridge rectifiers

More information

University of Jordan School of Engineering Electrical Engineering Department. EE 204 Electrical Engineering Lab

University of Jordan School of Engineering Electrical Engineering Department. EE 204 Electrical Engineering Lab University of Jordan School of Engineering Electrical Engineering Department EE 204 Electrical Engineering Lab EXPERIMENT 1 MEASUREMENT DEVICES Prepared by: Prof. Mohammed Hawa EXPERIMENT 1 MEASUREMENT

More information

The Single-Phase PWM Inverter with Dual-Polarity DC Bus

The Single-Phase PWM Inverter with Dual-Polarity DC Bus Exercise 2 The Single-Phase PWM Inverter with Dual-Polarity DC Bus EXERCISE OBJECTIVE When you have completed this exercise, you will be familiar with the singlephase PWM inverter with dual-polarity dc

More information

EC6202- ELECTRONIC DEVICES AND CIRCUITS UNIT TEST-1 EXPECTED QUESTIONS

EC6202- ELECTRONIC DEVICES AND CIRCUITS UNIT TEST-1 EXPECTED QUESTIONS EC6202- ELECTRONIC DEVICES AND CIRCUITS UNIT TEST-1 EXPECTED QUESTIONS 1. List the PN diode parameters. 1. Bulk Resistance. 2. Static Resistance/Junction Resistance (or) DC Forward Resistance 3. Dynamic

More information