Measuring Voltage and Time Quantities of a Signal Through a Virtual Oscilloscope

Size: px
Start display at page:

Download "Measuring Voltage and Time Quantities of a Signal Through a Virtual Oscilloscope"

Transcription

1 AASCIT Journal of Physics 2017; 3(2): ISSN: (Print); ISSN: (Online) Measuring Voltage and Time Quantities of a Signal Through a G. Tektas *, C. Celiktas Department of Physics, Faculty of Science, Ege University, Izmir, Turkey address gozdetektas@hotmail.com (G. Tektas) * Corresponding author Keywords LabVIEW Software,, Digitizer Received: April 29, 2017 Accepted: May 31, 2017 Published: August 8, 2017 Citation G. Tektas, C. Celiktas. Measuring Voltage and Time Quantities of a Signal Through a Virtual Oscilloscope. AASCIT Journal of Physics. Vol. 3, No. 2, 2017, pp Abstract A virtual oscilloscope which is a type of the virtual instrument was designed by using LabVIEW software. Some voltage and time quantities such as amplitude, maximum voltage, minimum voltage, rise time, fall time and frequency were measured through a signal supplied by a function generator. Measurements were performed by different functions of the software. The same measurements were also acquired by GW Instek 2204 and 3504 model oscilloscopes (real oscilloscope). Signal shapes and measurement results obtained from the virtual oscilloscope and the real oscilloscope were compared with each other. It was deduced from the obtained results that the designed virtual oscilloscope could be used to display the signal shape and to measure its voltage and time quantities with high precision. 1. Introduction Virtual instrumentation is an auxiliary method for the modern laboratories. A virtual instrument consists of a computer, software and modular hardware. They are combined and configured to emulate the function of traditional (real) hardware instrumentation. Because their functionality is software defined by user, virtual instruments are extremely flexible, powerful and cost effective [1]. Figure 1. (a) Front panel, control palette, (b) block diagram and function palette [3, 4].

2 6 G. Tektas and C. Celiktas: Measuring Voltage and Time Quantities of a Signal Through a LabVIEW (Laboratory Virtual Instrument Engineering Workbench) is a graphical programming environment for research labs and academia [2]. It is a software used to design a virtual instrument. Graphical block diagrams are used for programming in LabVIEW called G programming. These diagrams are designed to facilitate data collection and analysis [2]. LabVIEW consists of two window named as front panel and block diagram. Front panel is the user interface of the instrument. It has a control palette which is taken part of controls such as knobs or buttons and indicators. Block diagram is a window that the code is written for the instrument. It has a function palette. Controls and indicators used in the front panel are appeared in the block diagram. A code is formed by making connections between these functions, controls and indicators used in the block diagram and the front panel. Front panel, block diagram and their palettes can be seen in Figure 1. Hardware part of the virtual instrument consists of some electronics such as data acquisition (DAQ) devices, digitizers and various devices for instrument control. Some of them are directly connected to the computer s internal bus through a plug-in slot, and they are external i.e. they are connected to the computer via serial, GPIB (General Purpose Interface Bus) or Ethernet ports [5]. Digital Signal Processing (DSP) is used in all engineering areas in order to replace real analog systems and to design measurement and test systems with an easy configuration and user-friendly interface. DSP systems are commonly constituted by the virtual instrumentation technique in LabVIEW environment. It is possible to improve a particular system by this approach when new algorithms, drivers or devices are availed [6]. Shape, time and voltage quantities of a signal such as amplitude, maximum voltage, minimum voltage, rise time, fall time and signal frequency can easily be determined by an oscilloscope. Amplitude is the height of a pulse in terms of volt from its starting baseline to maximum value [7]. Maximum and minimum voltages are the values of positive and negative peak in the scope, respectively [8]. Their units are volt (V). Rise time is the time it takes for the pulse to rise from 10 to 90% of its full amplitude. Fall time is the time it takes for the pulse to fall from 90 to 10% of its full amplitude in terms of second (s) [7]. Frequency is the number of signal per unit time, which its unit is Hertz (Hz). An oscilloscope has control buttons as volt/div., time/div. and trigger level. Each division in vertical and horizontal axis of the scope can be adjusted by these controls. The signal displayed on the screen can be stabilized by using the trigger level control. Sample rate (or sampling rate) and record length are other important parameters as well. Sample rate is a measure how often an oscilloscope samples the signal. Record length is the number of points in a complete waveform record [9]. A virtual oscilloscope can be designed by LabVIEW software. Processes in a real oscilloscope can be performed by the virtual oscilloscope also. Main difference between the real and the virtual ones is that the processes in the virtual one were carried out through software functions. A virtual oscilloscope was designed by Khanna et al. by using an USB (Universal Serial Bus) 6008 DAQ device [10]. Guili and Quancun designed a virtual oscilloscope based on GPIB interface and SCPI (Standard Commands for Programmable Instruments) [11]. A multifunctional virtual oscilloscope was developed by Gong and Zhou using LabVIEW software and USB 6210 type DAQ card [12]. A virtual oscilloscope was also designed by Jiang and Yuan using LabVIEW and PCI-6024E type DAQ card [13]. ShengLi et al. designed a virtual oscilloscope based on LabVIEW programme and a DAQ card via EZ-USBFX2 series USB controller [14]. As far as we browsed, we have experienced that no more works have been published about the virtual oscilloscopes with fast digitizers. So, we decided to study on virtual oscilloscope which composed of a 100 MS/s digitizer and a computer code written by the Authors in LabVIEW medium. In the present study, the signals in sinus, triangle and square shapes supplied from a function generator were displayed by the designed virtual and the real oscilloscopes. Voltage and time measurement quantities of the signals were obtained from both type oscilloscopes. Signal shapes and the obtained results were compared with those of two real oscilloscopes for all signal types. Yet, the comparison only for the sinus signal was given here for the sake of simplicity. 2. Materials and Methods A Sweep Function Generator (Brand name: Hung Chang) as a signal source, 3504 and 2204 model oscilloscopes (Brand name: GW Instek) were used in this study. A 5133 model (Brand name: National Instruments, NI) 100 MS/s Bus-Powered USB Oscilloscope/USB Digitizer (shortly 5133) was utilized for the data acquisition. It is a device which digitizes its input signal. It was used here to acquire data from the signal generator to the virtual oscilloscope. A GPIB cable was utilized to start and stop the real oscilloscopes by the developed code. Driver functions of the used real oscilloscopes were employed in the code in order that their controls were performed from the virtual oscilloscope via GPIB. An UPS (Uninterrupted power supply) was operated to prevent the fluctuations of the signal from the generator. Circuit scheme for the measurements is shown in Figure 2.

3 AASCIT Journal of Physics 2017; 3(2): Figure 2. Circuit scheme for the measurements. As can be seen in the block diagram, the generator output was connected simultaneously both to the 5133 and to a real oscilloscope, and the signals were displayed in both oscilloscopes. Characteristic quantities for a signal such as amplitude, maximum voltage, minimum voltage, rise time, fall time and frequency of the signal were measured from both oscilloscopes. In the virtual one, the quantities were obtained through software functions ( amplitude and level, array max-min, transition measurements, pulse measurement and NI-Scope read measurement ) for determining the quantities above. Amplitude and level and array max-min functions were used to measure amplitude, maximum voltage and minimum voltage, respectively. In order to measure rise time and fall time quantities, transition measurements function was employed. Pulse measurement function was used to measure the signal frequency. All quantities above were obtained using NI-Scope read measurement function as well. These all functions are presented in the library of LabVIEW. The virtual oscilloscope was run by the developed code in the LabVIEW medium. In this oscilloscope, time/div., volt/div., trigger level, sample rate and record length controls were developed by using the software functions to adjust the signal shape and the measurement quantities. Driver function of the digitizer was used to acquire the data to the virtual oscilloscope. Screen view of the front panel and the block diagram of the designed virtual oscilloscope can be seen in Figures 3 and 4, respectively. Figure 3. Front panel of the virtual oscilloscope.

4 8 G. Tektas and C. Celiktas: Measuring Voltage and Time Quantities of a Signal Through a Figure 4. Block diagram of the virtual oscilloscope. As a characteristic feature, 3504 and 2204 model real oscilloscopes have a sampling rate of 4 GS/s with the frequency (bandwidth) of 500 MHz and a sampling rate of 1 GS/s with the bandwidth of 200 MHz, respectively. They have four input channels [8, 15]. Sampling rate, bandwidth and the number of channels of the designed virtual oscilloscope are determined by depending on the characteristics of 5133 type digitizer, leading to a sampling rate of 100 MS/s and bandwidth of 50 MHz with two input channels [16]. Record lengths of 3504 and 2204 model oscilloscopes, and the virtual oscilloscope were chosen as 25,000 samples. Different sample rates of the real oscilloscopes were set for the same time/div. settings so that the signal shapes in their screens were in compatible with each other. Sample rate of the virtual oscilloscope was kept the same with those of the 3504 model oscilloscope since 3504 s sample rate was higher than that of the 2204 model oscilloscope. The reason why this was that the higher sample rate was the better signal measurement performance in an oscilloscope [17]. For this reason, the results from the virtual oscilloscope were mostly compared with those of Time/div., volt/div. and trigger level (160 mv) adjustments of all oscilloscopes were adjusted to the same value to keep the stability of the measurement sensitivities in all oscilloscopes. Amplitude, maximum voltage, minimum voltage, rise time, fall time and signal frequency were obtained using two different methods in order to find out the effect of amplitude and frequency change to the measurement results: 1. Different amplitude and constant signal frequency, 2. Different signal frequency and constant amplitude. The processes followed by these methods are explained below Different Amplitude and Constant Signal Frequency Amplitudes of the signals were varied while signal frequency was remained stable. In this method, frequency of the signal was kept steady on about 38 khz. Time/div. settings of the oscilloscopes were set to 25 µs. The amplitude of the signal from the generator was gradually increased from 1.5 to 29 V. Volt/div. settings for all oscilloscopes were adjusted to 500 mv, 1, 2 and 5 V, respectively to be able to display the signal shapes perfectly Different Signal Frequency and Constant Amplitude Signal frequency was changed, and amplitude of the signal was remained constant with the optimum Volt/div. settings. Frequency of the signal was varied from 6 Hz to 100 khz from the generator. Time/div. settings of all oscilloscopes were adjusted to 25 and 250 µs, 2.5, 25 and 50 ms, respectively. Maximum time/div. setting was adjusted to 50 ms since the signals could not be displayed on the 3504 model oscilloscope screen over this time/div. level. Sample rate of the real oscilloscope was 100 MS/s for the time/div. adjustment of 25 µs/div. Due to the fact that it was the 5133 s maximum sample rate value, the minimum time/div. setting was adjusted to 25 µs. 3. Results Results have been given into two parts. They were obtained through; 1. Sinus signal with different amplitude and constant frequency and 2. Sinus signal with different frequency and constant amplitude. Shapes, amplitude, maximum voltage, minimum voltage, rise time, fall time and frequency of the sinus signals obtained from all oscilloscopes were compared with each other after they were stopped. The comparisons have been given in the following figures and tables. The values at second and third columns of the tables were obtained from automatic

5 AASCIT Journal of Physics 2017; 3(2): measurement indicators on the screens of the real oscilloscopes. The results in fourth columns named as Waveform measurement of these tables were determined by using amplitude and level, array max-min, transition measurement and pulse measurement functions of LabVIEW programme. The results obtained through NI-Scope read measurement function are given at fifth columns named as Scope function. Amplitude, maximum voltage, minimum voltage, rise time and fall time quantities are indicated as V amp, V max, V min, T rise, T fall, respectively in these tables Sinus Signal with Different Amplitude and Constant Frequency Time/div. settings of the oscilloscopes were adjusted to 25 µs. Sinus signal shapes displayed from the 3504 model real oscilloscope and the virtual oscilloscope for the volt/div. settings of 500 mv and 2 V are shown in Figure 5 for the shape comparison. The results obtained from the real and virtual oscilloscopes for the volt/div. settings of 500 mv, 1, 2, 5 V were compared with each other in Tables 1-4, respectively. Figure 5. Comparison of the sinus signal shapes in (a) the 3504 and (b) the virtual oscilloscope. Table 1. Results from the real and virtual oscilloscopes for 500 mv/div. V amp (V) V max (V) V min (V) T rise (µs) T fall (µs) Frequency (khz) Table 2. Results from the real and virtual oscilloscopes for 1 V/div. V amp (V) V max (V) V min (V) T rise (µs) T fall (µs) Frequency (khz)

6 10 G. Tektas and C. Celiktas: Measuring Voltage and Time Quantities of a Signal Through a Table 3. Results from the real and virtual oscilloscopes for 2 V/div. V amp (V) V max (V) V min (V) T rise (µs) T fall (µs) Frequency (khz) Table 4. Results from the real and virtual oscilloscopes for 5 V/div. V amp (V) V max (V) V min (V) T rise (µs) T fall (µs) Frequency (khz) Sinus Signal with Different Frequency and Constant Amplitude Volt/div. settings of the oscilloscopes were adjusted to 1 V. Sinus signal shapes displayed from the 3504 model real oscilloscope and the virtual oscilloscope for the time/div. settings of 2.5 and 50 ms are shown in Figure 6 for the shape comparison. The results obtained for the time/div. settings of 25 and 250 µs, 2.5, 25 and 50 ms are given in Tables 5-9, respectively. Figure 6. Comparison of the sinus signal shapes in (a) the 3504 and (b) the virtual oscilloscope.

7 AASCIT Journal of Physics 2017; 3(2): Table 5. Results from the real and virtual oscilloscopes for 25 µs/div. V amp (V) V max (V) V min (V) T rise (µs) T fall (µs) Frequency (khz) Table 6. Results from the real and virtual oscilloscopes for 250 µs/div. V amp (V) V max (V) V min (V) T rise (µs) T fall (µs) Frequency (khz) Table 7. Results from the real and virtual oscilloscopes for 2.5 ms/div. V amp (V) V max (V) V min (V) T rise (µs) T fall (µs) Frequency (Hz) Table 8. Results from the real and virtual oscilloscopes for 25 ms/div. V amp (V) V max (V) V min (V) T rise (ms) T fall (ms) Frequency (Hz) Table 9. Results from the real and virtual oscilloscopes for 50 ms/div. V amp (V) V max (V) V min (V) T rise (ms) T fall (ms) Frequency (Hz) Discussion A virtual oscilloscope composed of 5133 model digitizer for the data acquisition different from the works in references [10-14] was designed by developing a code in LabVIEW medium. Additionally, NI-Scope functions were used here to acquire the data to the virtual oscilloscope different from them for the best accordance with the real oscilloscopes. The virtual oscilloscope has an advantage with respect to the real oscilloscope in that user can easily develop it according to user s implementation purpose. The signals in sinus, square and triangle shapes supplied from a function generator were displayed in the real oscilloscopes and the developed virtual oscilloscope. Amplitude and time measurements of the signals were obtained via LabVIEW software functions. Amplitude and level, array max-min, transition measurements, pulse measurement and NI-Scope read measurement functions were used in the developed code to specify which function is the most capable for measuring the signal characteristics. Amplitude, maximum voltage, minimum voltage, rise time, fall time and frequency of the input signals were acquired from the different model (Gw Instek 2204 and 3504) real

8 12 G. Tektas and C. Celiktas: Measuring Voltage and Time Quantities of a Signal Through a oscilloscopes and the developed virtual oscilloscope. Obtained results were compared with each other. As can be seen in the Tables, differences in the obtained results were observed between 2204 and 3504 model real oscilloscopes. The reason for these is that the 3504 has high sample rate than If the signal is accurately reconstructed for a sufficiently high sample rate, more accurate measurements will be obtained [9, 17]. These differences between the results from both real oscilloscopes make the result differences between the real oscilloscopes and the virtual oscilloscope normal. In addition, data processing is performed by microprocessor in a real oscilloscope whereas it is done by software functions in the virtual one. When amplitudes obtained by using amplitude and level and NI-Scope read measurement functions were compared with those of the real ones, it was observed that amplitudes obtained via amplitude and level function were quite compatible with those of Maximum and minimum voltages from the array max-min and the NI-Scope read measurement functions were generally the same as each other. Rise time, fall time and signal frequency obtained through transition measurements and pulse measurement functions were also compatible with those of The results obtained from 3504 were taken in consideration for comparison because of the fact that sample rates of 3504 and the virtual oscilloscope were the same with each other. As can be seen in Figure 5 and 6, it was observed that the signal shapes in the virtual oscilloscope were quite compatible with those of the real oscilloscope for different time/div. and volt/div. settings. These shows that the developed virtual oscilloscope was quite successful in display the signal shapes. For the data acquired from the 5133 type digitizer, sample rate of the designed virtual oscilloscope was remained 100 MS/s leading to analyze the signals up to 100 MS/s due to 5133 s capability. In the present study, signals in sinus, square and triangle shapes were used to compare the measurement results and signal shapes from the real and virtual oscilloscopes. It was seen that the signal shapes in both type oscilloscopes were quite compatible with each other. Amplitude, maximum voltage, minimum voltage, rise time, fall time and frequency of the signals obtained from the virtual oscilloscope using waveform measurement functions ( amplitude and level, array max-min, transition measurements and pulse measurement ) were more compatible with those of 3504 than the results obtained using NI-Scope read measurement ( scope function ) in the virtual oscilloscope. It is suggested that waveform measurement functions should be used for the measurement of signal characteristics for a virtual oscilloscope. Hence, it can be concluded that the designed virtual oscilloscope could be used as the real oscilloscope with high precision for acquiring and processing the signals from the radiation detectors. Acknowledgements This work was supported by Scientific Research Foundation of Ege University under project numbers 14 FEN 026 and 14 FEN 052. References [1] J. Travis, J. Kring, LabVIEW for Everyone: Graphical Programming Made Easy and Fun, 3 rd ed., Prentice Hall, USA, (2006). [2] J. Jerome, Virtual Instrumentation Using LabVIEW, (2010). [3] NI Tutorial: Front Panel. (accessed on March 12 th, 2017) [4] NI Tutorial: Block Diagram. (accessed on March 12 th, 2017) [5] National Instruments LabVIEW Measurements Manual. (accessed on March 12 th, 2017). [6] S. Folea, LabVIEW-Practical Applications and Solutions, Intech, Rijeka, Croatia, (2011). [7] R. W. Leo, Techniques for Nuclear and Particle Physics Experiments, Springer Verlag Berlin Heidelberg, Germany, (1987). [8] Gw Instek, Digital Storage Oscilloscope, GDS-3000 Series User Manual. DS-3000-um.pdf (accessed on March 12 th, 2017). [9] Tektronix, 12 things to consider when choosing an oscilloscope. sider1.pdf (accessed on March 12 th, 2017). [10] G. Khanna, V. K. Banga, N. Sharma, G. Soni, Design of Using LabVIEW, IJETST, 03, , (2016). [11] L. Guili, K. Quancun, Design of Based on GPIB Interface and SCPI, IEEE, ICEMI, pp , (2013). [12] P. Gong, W. Zhou, Design and Implementation of Multifunctional Using USB Data-Acquisition Card, W. Procedia Engineering, IWIEE, 29, pp , (2012). [13] W. Jiang, F. Yuan, Design of Oscilloscope Based on Virtual Instrument Techniques, IEEE, PEITS, pp , (2009). [14] D. ShengLi et al., Design of Based LabVIEW, Springer-Verlag Berlin Heidelberg, ICICA, pp , (2011). [15] Gw Instek, Digital Storage Oscilloscope, GDS-2000 Series User Manual. GDS-2000_User_Manual_ %5b1%5d.pdf (accessed on March 12 th, 2017). [16] National Instruments, Bus-Powered USB Digitizers, NI USB-5132, NI USB (accessed on March 12 th, 2017). [17] Top 10 Things to Consider When Selecting a Digitizer/Oscilloscope. (accessed on March 12 th, 2017).

Applying Virtual Oscilloscope to Signal Measurements in Scintillation Detectors

Applying Virtual Oscilloscope to Signal Measurements in Scintillation Detectors Radiation Science and Technology 2015; 1(1): 1-5 Published online July 16, 2015 (http://www.sciencepublishinggroup.com/j/rst) doi: 10.11648/j.rst.20150101.11 Applying to Signal Measurements in Scintillation

More information

332:223 Principles of Electrical Engineering I Laboratory Experiment #2 Title: Function Generators and Oscilloscopes Suggested Equipment:

332:223 Principles of Electrical Engineering I Laboratory Experiment #2 Title: Function Generators and Oscilloscopes Suggested Equipment: RUTGERS UNIVERSITY The State University of New Jersey School of Engineering Department Of Electrical and Computer Engineering 332:223 Principles of Electrical Engineering I Laboratory Experiment #2 Title:

More information

Introduction to Oscilloscopes Instructor s Guide

Introduction to Oscilloscopes Instructor s Guide Introduction to Oscilloscopes A collection of lab exercises to introduce you to the basic controls of a digital oscilloscope in order to make common electronic measurements. Revision 1.0 Page 1 of 25 Copyright

More information

PC-based controller for Mechatronics System

PC-based controller for Mechatronics System Course Code: MDP 454, Course Name:, Second Semester 2014 PC-based controller for Mechatronics System Mechanical System PC Controller Controller in the Mechatronics System Configuration Actuators Power

More information

2 Oscilloscope Familiarization

2 Oscilloscope Familiarization Lab 2 Oscilloscope Familiarization What You Need To Know: Voltages and currents in an electronic circuit as in a CD player, mobile phone or TV set vary in time. Throughout the course you will investigate

More information

Faculty of Engineering, Thammasat University

Faculty of Engineering, Thammasat University Faculty of Engineering, Thammasat University Experiment 6: Oscilloscope (For room 506) Objectives: 1. To familiarize you with the Oscilloscope and Function Generator User Manual: Oscilloscope 1 5 9 4 7

More information

Arbitrary power supplies. 160 W to 5200 W

Arbitrary power supplies. 160 W to 5200 W Arbitrary power supplies 160 W to 5200 W TOE 8815 Arbitrary power supplies for generation of any voltage and current characteristics with an output power from 160 W to 5200 W. With exceptionally versatile

More information

2 : AC signals, the signal generator and the Oscilloscope

2 : AC signals, the signal generator and the Oscilloscope 2 : AC signals, the signal generator and the Oscilloscope Expected outcomes After conducting this practical, the student should be able to do the following Set up a signal generator to provide a specific

More information

GENERATION OF SIGNALS USING LABVIEW FOR MAGNETIC COILS WITH POWER AMPLIFIERS

GENERATION OF SIGNALS USING LABVIEW FOR MAGNETIC COILS WITH POWER AMPLIFIERS GENERATION OF SIGNALS USING LABVIEW FOR MAGNETIC COILS WITH POWER AMPLIFIERS Ashmi G V 1, Meena M S 2 1 ER&DCI-IT, Centre for Development of Advanced Computing, Thiruvananthapuram(India) 2 LAMP Group,

More information

EECE208 INTRO To ELECTRICAL ENG LAB. LAB 2. Instrumentation

EECE208 INTRO To ELECTRICAL ENG LAB. LAB 2. Instrumentation EECE208 INTRO To ELECTRICAL ENG LAB Dr. Charles Kim LAB 2. Instrumentation Objectives A brief description of the equipment (Oscilloscope, Function Generator, Power Supply, and Digital Multimeter) and its

More information

HAMEG Programmable Measuring Instruments Series 8100

HAMEG Programmable Measuring Instruments Series 8100 HAMEG Programmable Measuring Instruments Series 8100 HAMEG Programmable Measuring Instruments Series 8100 are ideally suited for test installations in production and automated tests in laboratories. They

More information

Introduction to Basic Laboratory Instruments

Introduction to Basic Laboratory Instruments Introduction to Contents: 1. Objectives... 2 2. Laboratory Safety... 2 3.... 2 4. Using a DC Power Supply... 2 5. Using a Function Generator... 3 5.1 Turn on the Instrument... 3 5.2 Setting Signal Type...

More information

Multiple Instrument Station Module

Multiple Instrument Station Module Multiple Instrument Station Module Digital Storage Oscilloscope Vertical Channels Sampling rate Bandwidth Coupling Input impedance Vertical sensitivity Vertical resolution Max. input voltage Horizontal

More information

Physics 472, Graduate Laboratory DAQ with Matlab. Overview of data acquisition (DAQ) with GPIB

Physics 472, Graduate Laboratory DAQ with Matlab. Overview of data acquisition (DAQ) with GPIB 1 Overview of data acquisition (DAQ) with GPIB The schematic below gives an idea of how the interfacing happens between Matlab, your computer and your lab devices via the GPIB bus. GPIB stands for General

More information

Data Acquisition Boards and USB-DAQ

Data Acquisition Boards and USB-DAQ Data Acquisition Boards and USB-DAQ CHRISTIAN ANTFOLK Announcement Choose a project Project description deadline 26.11.2017 (you can start working on the project before that) Lab 2 will be Wednesday den

More information

Getting Started. MSO/DPO Series Oscilloscopes. Basic Concepts

Getting Started. MSO/DPO Series Oscilloscopes. Basic Concepts Getting Started MSO/DPO Series Oscilloscopes Basic Concepts 001-1523-00 Getting Started 1.1 Getting Started What is an oscilloscope? An oscilloscope is a device that draws a graph of an electrical signal.

More information

Notes on Experiment #1

Notes on Experiment #1 Notes on Experiment #1 Bring graph paper (cm cm is best) From this week on, be sure to print a copy of each experiment and bring it with you to lab. There will not be any experiment copies available in

More information

On-Line Students Analog Discovery 2: Arbitrary Waveform Generator (AWG). Two channel oscilloscope

On-Line Students Analog Discovery 2: Arbitrary Waveform Generator (AWG). Two channel oscilloscope EET 150 Introduction to EET Lab Activity 5 Oscilloscope Introduction Required Parts, Software and Equipment Parts Figure 1, Figure 2, Figure 3 Component /Value Quantity Resistor 10 kω, ¼ Watt, 5% Tolerance

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

Introduction to the Analog Discovery

Introduction to the Analog Discovery Introduction to the Analog Discovery The Analog Discovery from Digilent (http://store.digilentinc.com/all-products/scopes-instruments) is a versatile and powerful USB-connected instrument that lets you

More information

UCE-DSO210 DIGITAL OSCILLOSCOPE USER MANUAL. FATIH GENÇ UCORE ELECTRONICS REV1

UCE-DSO210 DIGITAL OSCILLOSCOPE USER MANUAL. FATIH GENÇ UCORE ELECTRONICS REV1 UCE-DSO210 DIGITAL OSCILLOSCOPE USER MANUAL FATIH GENÇ UCORE ELECTRONICS www.ucore-electronics.com 2017 - REV1 Contents 1. Introduction... 2 2. Turn on or turn off... 3 3. Oscilloscope Mode... 3 3.1. Display

More information

UNIVERSITY OF CALIFORNIA, SANTA BARBARA Department of Electrical and Computer Engineering. ECE 2A & 2B Laboratory Equipment Information

UNIVERSITY OF CALIFORNIA, SANTA BARBARA Department of Electrical and Computer Engineering. ECE 2A & 2B Laboratory Equipment Information UNIVERSITY OF CALIFORNIA, SANTA BARBARA Department of Electrical and Computer Engineering ECE 2A & 2B Laboratory Equipment Information Table of Contents Digital Multi-Meter (DMM)... 1 Features... 1 Using

More information

Module 2: AC Measurements. Measurements and instrumentation

Module 2: AC Measurements. Measurements and instrumentation Module 2: AC Measurements Measurements and instrumentation Watch the following video Module objectives Upon successful completion of this module, students should be able to: Familiarise with the definition

More information

Advanced Lab LAB 6: Signal Acquisition & Spectrum Analysis Using VirtualBench DSA Equipment: Objectives:

Advanced Lab LAB 6: Signal Acquisition & Spectrum Analysis Using VirtualBench DSA Equipment: Objectives: Advanced Lab LAB 6: Signal Acquisition & Spectrum Analysis Using VirtualBench DSA Equipment: Pentium PC with National Instruments PCI-MIO-16E-4 data-acquisition board (12-bit resolution; software-controlled

More information

Things to consider while selecting a Digitizer

Things to consider while selecting a Digitizer Things to consider while selecting a Digitizer Chinmay Anand Misra Certified LabVIEW Developer Staff Applications Engineer Things to Consider Specifications Ecosystem Agenda Top 10 things to consider while

More information

MODELS WW5061/2. 50MS/s Single/Dual Channel Arbitrary Waveform Generators

MODELS WW5061/2. 50MS/s Single/Dual Channel Arbitrary Waveform Generators Single / Dual Channel 50MS/s waveform generator Sine waves to 25MHz, Square to 15MHz SINE OUT to 50MHz, 1Vp-p 11 Built-in popular standard waveforms 14 Bit amplitude resolution 11 digits frequency resolution

More information

EXPERIMENT NUMBER 2 BASIC OSCILLOSCOPE OPERATIONS

EXPERIMENT NUMBER 2 BASIC OSCILLOSCOPE OPERATIONS 1 EXPERIMENT NUMBER 2 BASIC OSCILLOSCOPE OPERATIONS The oscilloscope is the most versatile and most important tool in this lab and is probably the best tool an electrical engineer uses. This outline guides

More information

EECE208 INTRO To ELECTRICAL ENG LAB. LAB 2. Instrumentation

EECE208 INTRO To ELECTRICAL ENG LAB. LAB 2. Instrumentation EECE208 INTRO To ELECTRICAL ENG LAB Dr. Charles Kim LAB 2. Instrumentation Objectives A brief description of the equipment (Oscilloscope, Function Generator, Power Supply, and Digital Multimeter) and its

More information

AP034-OM-E Rev D ISSUED: January 2000 ²

AP034-OM-E Rev D ISSUED: January 2000 ² 3HUIRUPDQFH9HULILFDWLRQ 3HUIRUPDQFH9HULILFDWLRQ This procedure can be used to verify the warranted characteristics of the AP034 Active Differential Probe. The recommended calibration interval for the model

More information

EE EXPERIMENT 1 (2 DAYS) BASIC OSCILLOSCOPE OPERATIONS INTRODUCTION DAY 1

EE EXPERIMENT 1 (2 DAYS) BASIC OSCILLOSCOPE OPERATIONS INTRODUCTION DAY 1 EE 2101 - EXPERIMENT 1 (2 DAYS) BASIC OSCILLOSCOPE OPERATIONS INTRODUCTION The oscilloscope is the most versatile and most important tool in this lab and is probably the best tool an electrical engineer

More information

Sampling and Reconstruction

Sampling and Reconstruction Experiment 10 Sampling and Reconstruction In this experiment we shall learn how an analog signal can be sampled in the time domain and then how the same samples can be used to reconstruct the original

More information

LAB #7: Digital Signal Processing

LAB #7: Digital Signal Processing LAB #7: Digital Signal Processing Equipment: Pentium PC with NI PCI-MIO-16E-4 data-acquisition board NI BNC 2120 Accessory Box VirtualBench Instrument Library version 2.6 Function Generator (Tektronix

More information

UCE-DSO212 DIGITAL OSCILLOSCOPE USER MANUAL. UCORE ELECTRONICS

UCE-DSO212 DIGITAL OSCILLOSCOPE USER MANUAL. UCORE ELECTRONICS UCE-DSO212 DIGITAL OSCILLOSCOPE USER MANUAL UCORE ELECTRONICS www.ucore-electronics.com 2017 Contents 1. Introduction... 2 2. Turn on or turn off... 3 3. Oscilloscope Mode... 4 3.1. Display Description...

More information

Model 745 Series. Berkeley Nucleonics Test, Measurement and Nuclear Instrumentation since Model 845-HP Datasheet BNC

Model 745 Series. Berkeley Nucleonics Test, Measurement and Nuclear Instrumentation since Model 845-HP Datasheet BNC Model 845-HP Datasheet Model 745 Series Portable 20+ GHz Microwave Signal Generator High Power +23dBM Power Output 250 fs Digital Delay Generator BNC Berkeley Nucleonics Test, Measurement and Nuclear Instrumentation

More information

Development of 4/16-Channel Data Acquisition System Using Lab VIEW

Development of 4/16-Channel Data Acquisition System Using Lab VIEW Development of 4/16-Channel Data Acquisition System Using Lab VIEW Kishori Jadhav 1, Nisha Sarwade 2 1 PG scholar, Electrical department, VJTI, Matunga, 400019 2 Associate professor, Electrical department,

More information

Sonoma State University Department of Engineering Science Spring 2017

Sonoma State University Department of Engineering Science Spring 2017 EE 110 Introduction to Engineering & Laboratory Experience Saeid Rahimi, Ph.D. Lab 4 Introduction to AC Measurements (I) AC signals, Function Generators and Oscilloscopes Function Generator (AC) Battery

More information

80MHz/50MHz Arbitrary Function Generator

80MHz/50MHz Arbitrary Function Generator 80MHz/50MHz Arbitrary Function Generator AFG-3000 Series NEW The AFG-3000 Series is an Arbitrary Waveform and Digital-Synthesized Function Generator designed for industrial, scientific research and educational

More information

Burst mode - This is incorporated to simulate simultaneous analog input. Compatible with a range of Application Development Environments

Burst mode - This is incorporated to simulate simultaneous analog input. Compatible with a range of Application Development Environments Agilent U2300A Series USB Modular Multifunction Data Acquisition(DAQ) Devices Data Sheet Features Up to 3 MSa/s sampling rate for a single channel Functions as a standalone or modular unit Easy to use

More information

Lab: INTRODUCTION TO THE WAVEFORM GENERATOR AND THE OSCILLOSCOPE

Lab: INTRODUCTION TO THE WAVEFORM GENERATOR AND THE OSCILLOSCOPE Name EET101/Lab#5; EET121/Lab#5; EGR104/Lab#3 Sec / Night Date Lab Partner(s) Name(s) Lab: INTRODUCTION TO THE WAVEFORM GENERATOR AND THE OSCILLOSCOPE Objectives: Each student will: 1. Know the function

More information

LeCroy 9304A, 9304AM Digital Oscilloscopes 200 MHz Bandwidth, 100 MS/s. Main Features

LeCroy 9304A, 9304AM Digital Oscilloscopes 200 MHz Bandwidth, 100 MS/s. Main Features LeCroy 9304A, 9304AM Digital Oscilloscopes 200 MHz Bandwidth, 100 MS/s Main Features Four Channels 50k and 200k Point Records DOS Compatible Floppy Disk, PCMCIA portable hard drive and Memory Card Options

More information

EET 223 RF COMMUNICATIONS LABORATORY EXPERIMENTS

EET 223 RF COMMUNICATIONS LABORATORY EXPERIMENTS EET 223 RF COMMUNICATIONS LABORATORY EXPERIMENTS Experimental Goals A good technician needs to make accurate measurements, keep good records and know the proper usage and limitations of the instruments

More information

FYSP1110/K1 (FYSP110/K1) USE OF AN OSCILLOSCOPE

FYSP1110/K1 (FYSP110/K1) USE OF AN OSCILLOSCOPE FYSP1110/K1 (FYSP110/K1) USE OF AN OSCILLOSCOPE 1 Introduction In this exercise you will get basic knowledge about how to use an oscilloscope. You ll also measure properties of components, which you are

More information

EXPERIMENT 1 PRELIMINARY MATERIAL

EXPERIMENT 1 PRELIMINARY MATERIAL EXPERIMENT 1 PRELIMINARY MATERIAL BREADBOARD A solderless breadboard, like the basic model in Figure 1, consists of a series of square holes, and those columns of holes are connected to each other via

More information

The University of Jordan Mechatronics Engineering Department Electronics Lab.( ) Experiment 1: Lab Equipment Familiarization

The University of Jordan Mechatronics Engineering Department Electronics Lab.( ) Experiment 1: Lab Equipment Familiarization The University of Jordan Mechatronics Engineering Department Electronics Lab.(0908322) Experiment 1: Lab Equipment Familiarization Objectives To be familiar with the main blocks of the oscilloscope and

More information

Agilent Technologies 3000 Series Oscilloscopes

Agilent Technologies 3000 Series Oscilloscopes Agilent Technologies 3000 Series Oscilloscopes Data Sheet Full-featured oscilloscopes for the smallest budgets Features: 60 to 200 MHz bandwidths 1 GSa/s maximum sample rate Large 15-cm (5.7-in) color

More information

B. Equipment. Advanced Lab

B. Equipment. Advanced Lab Advanced Lab Measuring Periodic Signals Using a Digital Oscilloscope A. Introduction and Background We will use a digital oscilloscope to characterize several different periodic voltage signals. We will

More information

Models 296 and 295 combine sophisticated

Models 296 and 295 combine sophisticated Established 1981 Advanced Test Equipment Rentals www.atecorp.com 800-404-ATEC (2832) Models 296 and 295 50 MS/s Synthesized Multichannel Arbitrary Waveform Generators Up to 4 Independent Channels 10 Standard

More information

Dual Channel Function/Arbitrary Waveform Generators 4050B Series

Dual Channel Function/Arbitrary Waveform Generators 4050B Series Data Sheet Dual Channel Function/Arbitrary Waveform Generators The Dual Channel Function/ Arbitrary Waveform Generators are capable of generating stable and precise sine, square, triangle, pulse, and arbitrary

More information

Lab 6 Instrument Familiarization

Lab 6 Instrument Familiarization Lab 6 Instrument Familiarization What You Need To Know: Voltages and currents in an electronic circuit as in a CD player, mobile phone or TV set vary in time. Throughout todays lab you will investigate

More information

LABORATORY 4. Palomar College ENGR210 Spring 2017 ASSIGNED: 3/21/17

LABORATORY 4. Palomar College ENGR210 Spring 2017 ASSIGNED: 3/21/17 LABORATORY 4 ASSIGNED: 3/21/17 OBJECTIVE: The purpose of this lab is to evaluate the transient and steady-state circuit response of first order and second order circuits. MINIMUM EQUIPMENT LIST: You will

More information

MSO Supplied with a full SDK including example programs Software compatible with Windows XP, Windows Vista and Windows 7 Free Technical Support

MSO Supplied with a full SDK including example programs Software compatible with Windows XP, Windows Vista and Windows 7 Free Technical Support PicoScope 2205 MSO USB-POWERED MIXED SIGNAL OSCILLOSCOPE Think logically... 25 MHz analog bandwidth 100 MHz max. digital input frequency 200 MS/s mixed signal sampling Advanced digital triggers SDK and

More information

The Oscilloscope. Vision is the art of seeing things invisible. J. Swift ( ) OBJECTIVE To learn to operate a digital oscilloscope.

The Oscilloscope. Vision is the art of seeing things invisible. J. Swift ( ) OBJECTIVE To learn to operate a digital oscilloscope. The Oscilloscope Vision is the art of seeing things invisible. J. Swift (1667-1745) OBJECTIVE To learn to operate a digital oscilloscope. THEORY The oscilloscope, or scope for short, is a device for drawing

More information

Fig. 1. NI Elvis System

Fig. 1. NI Elvis System Lab 2: Introduction to I Elvis Environment. Objectives: The purpose of this laboratory is to provide an introduction to the NI Elvis design and prototyping environment. Basic operations provided by Elvis

More information

Labview Based Gain scheduled PID Controller for a Non Linear Level Process Station

Labview Based Gain scheduled PID Controller for a Non Linear Level Process Station IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-issn: 2278-2834,p- ISSN: 2278-8735 PP 05-11 www.iosrjournals.org Labview Based Gain scheduled PID Controller for a Non Linear Level

More information

Tektronix MDO3000 Series Oscilloscope. Demonstration Guide

Tektronix MDO3000 Series Oscilloscope. Demonstration Guide Tektronix MDO3000 Series Oscilloscope 2 www.tektronix.com/mdo3000 Table of Contents Tektronix MDO3000 Series Oscilloscope... 4 About This Guide... 6 Powering on the Board... 8 MDO3000 Series Front Panel

More information

WaveStation Function/Arbitrary Waveform Generators

WaveStation Function/Arbitrary Waveform Generators WaveStation Function/Arbitrary Waveform Generators Key Features High performance with 14-bit, 125 MS/s and 16 kpts 2 channels on all models Large 3.5 color display for easy waveform preview Over 40 built-in

More information

WaveStation Function/Arbitrary Waveform Generators

WaveStation Function/Arbitrary Waveform Generators WaveStation Function/Arbitrary Waveform Generators Key Features High performance with 14-bit, 125 MS/s and 16 kpts 2 channels on all models Large 3.5 color display for easy waveform preview Over 40 built-in

More information

Agilent N2740A Education Training Kit for 1000 Series Oscilloscopes

Agilent N2740A Education Training Kit for 1000 Series Oscilloscopes Agilent N2740A Education Training Kit for 1000 Series Oscilloscopes Lab Manual A Notices Agilent Technologies, Inc. 2008 No part of this manual may be reproduced in any form or by any means (including

More information

Oscilloscope How To.

Oscilloscope How To. Oscilloscope How To by amandaghassaei on April 9, 2012 Author:amandaghassaei uh-man-duh-guss-eye-dot-com I'm a grad student at the Center for Bits and Atoms at MIT Media Lab. Before that I worked at Instructables,

More information

A Virtual Instrument for Automobiles Fuel Consumption Investigation. Tsvetozar Georgiev

A Virtual Instrument for Automobiles Fuel Consumption Investigation. Tsvetozar Georgiev A Virtual Instrument for Automobiles Fuel Consumption Investigation Tsvetozar Georgiev Abstract: A virtual instrument for investigation of automobiles fuel consumption is presented in this paper. The purpose

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

ArbStudio Arbitrary Waveform Generators. Powerful, Versatile Waveform Creation

ArbStudio Arbitrary Waveform Generators. Powerful, Versatile Waveform Creation ArbStudio Arbitrary Waveform Generators Powerful, Versatile Waveform Creation UNMATCHED WAVEFORM UNMATCHED WAVEFORM GENERATION GENERATION Key Features 125 MHz bandwidth 1 GS/s maximum sample rate Long

More information

Analog Discovery Arbitrary Function Generator for Windows 7 by Mr. David Fritz and Ms. Ellen Robertson

Analog Discovery Arbitrary Function Generator for Windows 7 by Mr. David Fritz and Ms. Ellen Robertson Analog Discovery Arbitrary Function Generator for Windows 7 by Mr. David Fritz and Ms. Ellen Robertson Financial support to develop this tutorial was provided by the Bradley Department of Electrical and

More information

AFG-2100/2000 Series Arbitrary Function Generator. New Product Announcement

AFG-2100/2000 Series Arbitrary Function Generator. New Product Announcement AFG-2100/2000 Series Arbitrary Function Generator New Product Announcement The AFG-2100/2000 Series Arbitrary Function Generator The AFG-2100/2000 Series Arbitrary Function Generator is a DDS (Direct Digital

More information

GDS MHz Handheld Digital Oscilloscope New Product Announcement

GDS MHz Handheld Digital Oscilloscope New Product Announcement GDS-122 20MHz Handheld Digital Oscilloscope New Product Announcement GDS-122 is GW Instek s first handheld oscilloscope launched to the market. It is equipped with 3.8-inch color LCD, which is helpful

More information

Dept. of Electrical, Computer and Biomedical Engineering. Inverting and non inverting amplifier

Dept. of Electrical, Computer and Biomedical Engineering. Inverting and non inverting amplifier Dept. of Electrical, Computer and Biomedical Engineering Inverting and non inverting amplifier Purpose of this lab Build an inverting and a non inverting amplifier based on a TL081 op amp - use the NI

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

Arbitrary/Function Generators AFG3000C Series Datasheet

Arbitrary/Function Generators AFG3000C Series Datasheet Test Equipment Depot - 800.517.8431-99 Washington Street Melrose, MA 02176 - TestEquipmentDepot.com Arbitrary/Function Generators AFG3000C Series Datasheet Applications Electronic test and design Sensor

More information

LAB II. INTRODUCTION TO LABVIEW

LAB II. INTRODUCTION TO LABVIEW 1. OBJECTIVE LAB II. INTRODUCTION TO LABVIEW In this lab, you are to gain a basic understanding of how LabView operates the lab equipment remotely. 2. OVERVIEW In the procedure of this lab, you will build

More information

Experiment 1.A. Working with Lab Equipment. ECEN 2270 Electronics Design Laboratory 1

Experiment 1.A. Working with Lab Equipment. ECEN 2270 Electronics Design Laboratory 1 .A Working with Lab Equipment Electronics Design Laboratory 1 1.A.0 1.A.1 3 1.A.4 Procedures Turn in your Pre Lab before doing anything else Setup the lab waveform generator to output desired test waveforms,

More information

WaveStation Function/Arbitrary Waveform Generators

WaveStation Function/Arbitrary Waveform Generators Function/Arbitrary Waveform Generators Key Features High performance with 14-bit waveform generation, up to 500 MS/s sample rate and up to 512 kpts memory 2 channels on all models Large color display for

More information

N acquisitions, all channels simultaneously, N is selectable from 4, 16, 64, and 128 Inputs

N acquisitions, all channels simultaneously, N is selectable from 4, 16, 64, and 128 Inputs With compliments All specifications apply to the TDS 200-Series Digital Real-Time Oscilloscope with a P2100 probe with the Attenuation switch set to 10X unless noted otherwise. To meet specifications,

More information

LMS Series Lab Brick Synthesized Signal Generator

LMS Series Lab Brick Synthesized Signal Generator Product Specification LMS Series Lab Brick Synthesized Signal Generator Features/Benefits > Cost effective, fast switching signal generators to 2 GHz > Includes easy to use virtual front panel GUI program

More information

On-Line Students Analog Discovery 2: Arbitrary Waveform Generator (AWG). Two channel oscilloscope

On-Line Students Analog Discovery 2: Arbitrary Waveform Generator (AWG). Two channel oscilloscope EET 150 Introduction to EET Lab Activity 8 Function Generator Introduction Required Parts, Software and Equipment Parts Figure 1 Component /Value Quantity Resistor 10 kω, ¼ Watt, 5% Tolerance 1 Resistor

More information

Appendix A: Specifications

Appendix A: Specifications All specifications apply to the TDS 200-Series Digital Oscilloscopes and a P2100 probe with the Attenuation switch set to 10X unless noted otherwise. To meet specifications, two conditions must first be

More information

Page 1/10 Digilent Analog Discovery (DAD) Tutorial 6-Aug-15. Figure 2: DAD pin configuration

Page 1/10 Digilent Analog Discovery (DAD) Tutorial 6-Aug-15. Figure 2: DAD pin configuration Page 1/10 Digilent Analog Discovery (DAD) Tutorial 6-Aug-15 INTRODUCTION The Diligent Analog Discovery (DAD) allows you to design and test both analog and digital circuits. It can produce, measure and

More information

Exercise 6. Range and Angle Tracking Performance (Radar-Dependent Errors) EXERCISE OBJECTIVE

Exercise 6. Range and Angle Tracking Performance (Radar-Dependent Errors) EXERCISE OBJECTIVE Exercise 6 Range and Angle Tracking Performance EXERCISE OBJECTIVE When you have completed this exercise, you will be familiar with the radardependent sources of error which limit range and angle tracking

More information

Output Impedance. Duty Cycle Range. Buffer Size Resolution. PROTECTION Input Over Voltage. Output Short Circuit. TRIGGERING Sources.

Output Impedance. Duty Cycle Range. Buffer Size Resolution. PROTECTION Input Over Voltage. Output Short Circuit. TRIGGERING Sources. 3 Channel Digital Storage Oscilloscope (DSO) Instrument VERTICAL SPECIFICATIONS Analogue Bandwidth (-3dB) Bandwidth Limiting Rise time (10% to 90%, calculated) Input ranges (full scale) Input sensitivity

More information

Cornerstone Electronics Technology and Robotics Week 21 Electricity & Electronics Section 10.5, Oscilloscope

Cornerstone Electronics Technology and Robotics Week 21 Electricity & Electronics Section 10.5, Oscilloscope Cornerstone Electronics Technology and Robotics Week 21 Electricity & Electronics Section 10.5, Oscilloscope Field trip to Deerhaven Generation Plant: Administration: o Prayer o Turn in quiz Electricity

More information

GDS-2000A 300/200/100/70 MHz DSO New Product Announcement

GDS-2000A 300/200/100/70 MHz DSO New Product Announcement GDS-2000A 300/200/100/70 MHz DSO New Product Announcement The GDS-2000A Series Digital Storage Oscilloscope offers 2 and 4-channel configurations and wide bandwidth selections, including 300MHz, 200MHz,

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

DIGITAL STORAGE OSCILLOSCOPES

DIGITAL STORAGE OSCILLOSCOPES 99 Washington Street Melrose, MA 02176 Fax 781-665-0780 TestEquipmentDepot.com DIGITAL STORAGE OSCILLOSCOPES Digital Storage Oscilloscope 100MS/s Acquisition (40MS/s 2 Acquisition) 100MHz 2 channel. OUTLINE

More information

RIGOL Data Sheet. DS1000E, DS1000D Series Digital Oscilloscopes DS1102E, DS1052E, DS1102D, DS1052D. Product Overview. Easy to Use Design.

RIGOL Data Sheet. DS1000E, DS1000D Series Digital Oscilloscopes DS1102E, DS1052E, DS1102D, DS1052D. Product Overview. Easy to Use Design. RIGOL Data Sheet DS1000E, DS1000D Series Digital Oscilloscopes DS1102E, DS1052E, DS1102D, DS1052D Product Overview The DS1000E, DS1000D series instruments are economical, high-performance digital oscilloscopes.

More information

LAB 2 SPECTRUM ANALYSIS OF PERIODIC SIGNALS

LAB 2 SPECTRUM ANALYSIS OF PERIODIC SIGNALS Eastern Mediterranean University Faculty of Engineering Department of Electrical and Electronic Engineering EENG 360 Communication System I Laboratory LAB 2 SPECTRUM ANALYSIS OF PERIODIC SIGNALS General

More information

Combinational logic: Breadboard adders

Combinational logic: Breadboard adders ! ENEE 245: Digital Circuits & Systems Lab Lab 1 Combinational logic: Breadboard adders ENEE 245: Digital Circuits and Systems Laboratory Lab 1 Objectives The objectives of this laboratory are the following:

More information

Dual Channel Function/Arbitrary Waveform Generators 4050 Series

Dual Channel Function/Arbitrary Waveform Generators 4050 Series Data Sheet Dual Channel Function/Arbitrary Waveform Generators The Dual Channel Function/Arbitrary Waveform Generators are capable of generating stable and precise sine, square, triangle, pulse, and arbitrary

More information

Exercise 8 Measurements of time and frequency.

Exercise 8 Measurements of time and frequency. Exercise 8 Measurements of time and frequency. 1. Aim of the exercise The aim of the exercise is to familiarize students with methods of measuring time parameters of electrical signals such as frequency,

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

Getting started with Mobile Studio.

Getting started with Mobile Studio. Getting started with Mobile Studio. IMPORTANT!!! DO NOT PLUG THE MOBILE STUDIO BOARD INTO THE USB PORT YET. First Lab: For the first lab experiment you will essentially play with the Mobile Studio Board

More information

TERADYNE OSCILLOSCOPES & ARBITRARY WAVEFORM GENERATORS

TERADYNE OSCILLOSCOPES & ARBITRARY WAVEFORM GENERATORS TERADYNE OSCILLOSCOPES & ARBITRARY WAVEFORM GENERATORS Supports PXI, VXI & LXI platforms and up to 4 channels per instrument Sample rates to 4 GS/s and up to 14 bit resolution Wide up to 1 GHz On-board

More information

Electronic AC Load ZSAC Series. 400 W up to 21,000 W 260 V up to 440 V 3 A up to 100 A. Rev. 3.03

Electronic AC Load ZSAC Series. 400 W up to 21,000 W 260 V up to 440 V 3 A up to 100 A. Rev. 3.03 Electronic AC Load Series 400 W up to 21,000 W 260 V up to 440 V 3 A up to 100 A Rev. 3.03 Electronic AC Loads, Series Interface overview RS-232 USB GPIB LAN System bus Analog / Analog isolated X X Standard

More information

Exp. #2-6 : Measurement of the Characteristics of,, and Circuits by Using an Oscilloscope

Exp. #2-6 : Measurement of the Characteristics of,, and Circuits by Using an Oscilloscope PAGE 1/14 Exp. #2-6 : Measurement of the Characteristics of,, and Circuits by Using an Oscilloscope Student ID Major Name Team No. Experiment Lecturer Student's Mentioned Items Experiment Class Date Submission

More information

LAB I. INTRODUCTION TO LAB EQUIPMENT

LAB I. INTRODUCTION TO LAB EQUIPMENT LAB I. INTRODUCTION TO LAB EQUIPMENT 1. OBJECTIVE In this lab you will learn how to properly operate the basic bench equipment used for characterizing active devices: 1. Oscilloscope (Keysight DSOX 1102A),

More information

Waveform Generators and Oscilloscopes. Lab 6

Waveform Generators and Oscilloscopes. Lab 6 Waveform Generators and Oscilloscopes Lab 6 1 Equipment List WFG TEK DPO 4032A (or MDO3012) Resistors: 10kΩ, 1kΩ Capacitors: 0.01uF 2 Waveform Generators (WFG) The WFG supplies a variety of timevarying

More information

EENG-201 Experiment # 4: Function Generator, Oscilloscope

EENG-201 Experiment # 4: Function Generator, Oscilloscope EENG-201 Experiment # 4: Function Generator, Oscilloscope I. Objectives Upon completion of this experiment, the student should be able to 1. To become familiar with the use of a function generator. 2.

More information

High Stability Voltage Source

High Stability Voltage Source Bilt System module - BE2100 High Stability Voltage Source Voltage to ±12V, current to ±200mA High Resolution: 21 bits, 6 ½ digits Ultra Low Noise: down to 6µVp-p Clean output noise spectrum with no spike

More information

CAMAC based Test Signal Generator using Reconfigurable

CAMAC based Test Signal Generator using Reconfigurable Journal of Physics: Conference Series CAMAC based Test Signal Generator using Reconfigurable device To cite this article: Atish Sharma et al 2010 J. Phys.: Conf. Ser. 208 012006 View the article online

More information

HP 16533A 1-GSa/s and HP 16534A 2-GSa/s Digitizing Oscilloscope

HP 16533A 1-GSa/s and HP 16534A 2-GSa/s Digitizing Oscilloscope User s Reference Publication Number 16534-97009 February 1999 For Safety Information, Warranties, and Regulatory Information, see the pages behind the Index Copyright Hewlett-Packard Company 1991 1999

More information

IVI STEP TYPES. Contents

IVI STEP TYPES. Contents IVI STEP TYPES Contents This document describes the set of IVI step types that TestStand provides. First, the document discusses how to use the IVI step types and how to edit IVI steps. Next, the document

More information

DIGITAL OSCILLOSCOPES & DIGITAL SCOPES

DIGITAL OSCILLOSCOPES & DIGITAL SCOPES 7004 Digital Oscilloscopes DL4100 (700430) 38 220 427mm 15kg ( 15-11/16 8-11/16 16-7/8" 33.1 lbs) YOKOGAWA introduces a brand new digital oscilloscope with outstanding performance. The DL4100 / DL4200

More information