Chapter 6 Data Acquisition and Spectral Analysis System high-speed digitizer card for acquiring time-domain data. The digitizer is used in

Size: px
Start display at page:

Download "Chapter 6 Data Acquisition and Spectral Analysis System high-speed digitizer card for acquiring time-domain data. The digitizer is used in"

Transcription

1 Chapter 6 Data Acquisition and Spectral Analysis System 6.1 Introduction This chapter will discuss the hardware and software involved in developing the data acquisition and spectral analysis system. The system uses a National Instruments NI 5112 high-speed digitizer card for acquiring time-domain data. The digitizer is used in conjunction with a software package written in Microsoft Visual Basic 6.0 for interfacing with the card. The software package fetches the data acquired by the digitizer, displays the data in a graphical user interface, and performs spectral analysis on the data. The next section will discuss the fundamental specifications of the digitizer. 6.2 NI 5112 High-Speed Digitizer The National Instruments NI 5112 is a high-speed digitizer with a maximum realtime sampling rate of 100 MHz and random interleaved sampling rates from 200 MHz to 2.5 GHz. The random interleaving function obtains multiple sets of samples over several periods each shifted slightly. The resulting data is used to reconstruct a waveform that appears to be sampled at a rate higher than what is normally capable by the card. To use random interleaving the waveform being sampled must be periodic or the reconstructed signal will not represent the original signal. In contrast, transient signals and periodic signals can be sampled by using the real-time sampling. 53

2 54 The NI 5112 has two channels which can sample simultaneously at 8-bits per sample. Therefore, the digitizer is capable of distinguishing between 256 or 2 8 different voltage levels across the dynamic range. This is a direct limitation of the ADC (analogto-digital converter) within the card. The NI 5112 has an input range from ±25 mvolts to ±25 Volts and a maximum DC offset of ±37 Volts. The input impedance of the digitizer is user selectable and software controlled for either 50 Ω or 1 MΩ. The voltage seen by the digitizer is expressed by equation (6.1): R in V = m Vs (6.1) Rin + Rs where V m is the voltage measured by the digitizer, V s is the voltage of the source, R s is the output impedance of the source, and R in is the input impedance of the digitizer. If the 50 Ω impedance is selected, then the input voltage to the digitizer should be limited to 1 V rms in order to achieve accurate results from the data acquisition. All of the functions and settings of the digitizer are software controlled. The NI 5112 is compatible with Visual Basic, Visual C and C++, Labview, LabWindows/CVI, and Measurement Studio for Visual C++. In this thesis, Visual Basic 6.0 was used to control and interface with the NI Software Functionality As discussed in section (6.1), the software package is used to acquire data either from a data file or a signal source. After the data acquisition phase, the software is used to display the time-domain information of the signal and to perform spectral analysis.

3 55 The frequency-domain information of the signal is acquired from the spectral analysis. These results are then displayed in the form of magnitude and phase plots Data Acquisition The software has the ability to acquire data from the NI 5112 digitizer, retrieve previously acquired data from a binary (.bin) file, or retrieve data from a text (.txt) file. The data acquired from the digitizer is the sampled and quantized, time-domain data from the signal source on channel 0 (ch0). This data is stored in a text (.txt) file and a binary (.bin) file with the directory and filename specified by the user. The user can later view the time-domain data by opening the corresponding text (.txt) file in the specified directory. To acquire data from the NI 5112, the user must select the Acquire waveform and save to file radio button. Figure (6.1) shows the initial screenshot upon program execution. Next, a path and filename with the.bin extension used to store the acquired data must be provided by the user in the File Path field. The software will also store the acquired data in ASCII format in a text (.txt) file with the same path and filename. Before acquiring the data, the user must specify a minimum sample rate and a minimum record length in the User Input frame. The NI 5112 tries to achieve the specified sample rate and record length. If either of these conditions cannot be met, the NI 5112 will use a higher value for that certain parameter rather than a smaller value. The maximum sample rate is 100 million samples/second. The value of the Resource Name field should remain to be the default value DAQ::1 unless multiple NI 5112 digitizers are in the system. This parameter directs the software to the correct digitizer.

4 56 Figure 6.1 Screen Shot upon Program Execution As discussed in section (6.2), the input impedance of the NI 5112 is software controlled. The input impedance can be specified in the Input Impedance drop-down list. The possible values for this parameter are 50 Ω or 1 MΩ.

5 57 After the above parameters have been specified, the program is ready to acquire the data from the NI At this point the user must select Acquire Data from the Tools menu or click on the Acquire Data button on the startup screen. The timedomain data will then be displayed on the plot at the bottom of the screen. To retrieve data from a previously acquired data file, the user must select the Read waveform from.bin file and plot radio button. Next, a path and filename with the.bin extension must be specified by the user in the File Path field. After these parameters have been specified, the program is ready to read in the data. The user must now select Read Data from the tools menu or click the Read Data button on the startup screen. The time-domain data will then be retrieved from the binary file and displayed on the plot at the bottom of the screen. To retrieve data from a text file, the user must select the Read waveform from.txt file and plot radio button. Next the user should follow the same procedure for retrieving data from a binary file. The user can create text files for input into the spectral analysis software. To do this, the user must first open a new text file. The first line of the file should contain the record length. The second line of the text file should contain the sample rate. The third line and below should contain the actual time-domain data values for input into the software. After retrieving data from a binary or text file, the File Feedback frame displays the sample rate and record length of the specified file Time-Domain Plot After data acquisition/retrieval the time-domain data is plotted at the bottom of the startup screen. This is shown in figure (6.2). The horizontal axis represents time and

6 58 the vertical axis represents volts. The scales for these two axes can be adjusted by selecting values in the Plot Controls frame. If the entire waveform will not fit in the window, then a horizontal scroll bar becomes visible. This allows the user to scroll in order to view the entire waveform. Figure 6.2 Screen Shot of Time-Domain Plot

7 59 Cursors can be placed on the waveform by left-clicking and right-clicking the mouse at the desired location on the plot. The Cursor Info frame reports the data values for both the left and right cursors. This can be seen in figure (6.2). The first row of text boxes displays the sample number for the left and right cursors. The second row of text boxes displays the value in volts for both cursors. The third row of the Cursor Info frame displays the change in time between the two cursors as well as the inverse of the change in time between the two cursors. If the left and right cursors are placed one period apart, then the frequency of the waveform is displayed as the inverse of the change in time between the two cursors Additional Time-Domain Tools After the data is acquired/retrieved the user can use the tools in the Tools menu to further analyze the data. The user can find the maximum positive value in volts out of the entire data set by selecting Find Largest Value from the Tools menu. To find the largest absolute value, the user can select Find Largest abs(value) from the Tools menu. Window functions as discussed in Chapter 5 can be applied to the entire input data set by selecting Apply Window Function from the Tools menu. The user has the option of selecting one of the following window functions: rectangular, triangular, sine lobe, Hanning, Hamming, sine cubed, sine to the fourth, and Blackman. After a window function is selected, the program then displays the modified data set (the input data set multiplied by the window function). If a window function has been applied, the original data set can be reloaded by selecting Rectangular window function from the Tools/Apply Window Function menu.

8 60 The user can perform spectral analysis on the input data by selecting FFT or Selective FFT from the Tools menu. The FFT function performs a fast Fourier transform algorithm on the entire input data set. The Selective FFT function extracts the data between the two cursors and performs an FFT algorithm on the extracted data. If a window function is applied, then the FFT function performs an FFT algorithm on the modified data set. After the FFT algorithm has been performed on the input data set, a new window will open displaying the frequency content of the input data set Frequency Plots The new window contains plots of both the magnitude and phase of the FFT output coefficients. This is shown in figure (6.3). The upper graph displays the magnitude spectrum while the lower graph displays the phase spectrum. The horizontal axis represents the base-10 logarithm of the frequency. The vertical axis on the magnitude plot can either be displayed in volts or decibels (db) by selecting the Vertical axis in db check box in the Plot Controls frame. The vertical axis on the phase plot has units of degrees ranging from (-180 to +180 degrees). The scales of the plots can be adjusted using the controls within the Plot Controls frame. The Vertical axis in db check box determines the units for the magnitude plot s vertical axis. The drop-down list determines the number of volts or decibels to use per vertical division. The Expand X-axis arrow keys are used to zoom in or out on the magnitude and phase plots x-axes. The Scroll X-axis horizontal scroll bar is used to shift the magnitude and phase spectrum to the left or right in order to view information that is not currently displayed on the plots. The Vertical Shift arrow keys are used to shift the magnitude spectrum up or down along the vertical axis.

9 61 Figure 6.3 Screen Shot of Frequency Plots Left-clicking the mouse button on the magnitude or phase plots will place a cursor at the nearest point. The cursor will appear on both plots corresponding to the same output coefficient. The cursor information is displayed in the Cursor Information frame. The magnitude in volts or decibels is displayed as well as the phase, the sample number and the frequency. If the x-axis is zoomed out, it can be hard to select the exact data point that is desired since the data points will be concentrated in a small region. The Left and Right buttons within the Cursor Information frame are used to increase or decrease the cursor s sample number in order to achieve the exact data point that is desired by the user.

10 62 The DC component magnitude can be displayed by selecting Find DC Component from the Tools menu Help Brief help topics for using the software are available under the Help menu on the startup window during runtime.

Hands-on Lab 2: LabVIEW NI-DAQ Basics 2

Hands-on Lab 2: LabVIEW NI-DAQ Basics 2 Hands-on Lab 2: LabVIEW NI-DAQ Basics 2 Recall that the final objective is position regulation using computer-controlled state feedback. Computer control requires both software, like LabVIEW and hardware,

More information

USB Instruments EasyScope II for PS40M10 "Swordfish" Help

USB Instruments EasyScope II for PS40M10 Swordfish Help USB Instruments EasyScope II for PS40M10 "Swordfish" Help I EasyScope II for PS40M10 Help Table of Contents Part I Introduction 3 1 Welcome to... EasyScope II for PS40M10 3 2 EasyScope... II Features 4

More information

Multi VirAnalyzer MDSO-LA

Multi VirAnalyzer MDSO-LA Multi VirAnalyzer MDSO-LA Model User Guide 2011-11-1 1 contents 1.Introduction 1 2.Feature Description 2 3.Software Installation 2 3. 1 I n s t a l l a t i o n p a c k a g e 2 3.2 Hardware connection 2

More information

EasyScopeIII for DS60M10. User Guide

EasyScopeIII for DS60M10. User Guide EasySync Ltd EasyScopeIII for DS60M10 User Guide Document Reference No.: ES_000095 Issue Date: 2012-11-19 EasySync Ltd Unit 1, 2 Seaward Place, Centurion Business Park, Glasgow, G41 1HH, United Kingdom

More information

DynoWare. Electronics & Software. Software for Data Acquisition and Evaluation. Type 2825A...

DynoWare. Electronics & Software. Software for Data Acquisition and Evaluation. Type 2825A... Electronics & Software DynoWare Software for Data Acquisition and Evaluation 2825A... Kistler DynoWare is a universal and easy to use software, which is particularly suitable for force measurements with

More information

DASYLab Data Acquisition System Laboratory

DASYLab Data Acquisition System Laboratory Features Create complex applications in minimal time without programming Lets you build worksheets using graphical functions: - Select icons from a palette and place them on worksheet - Connect them using

More information

GET TO KNOW FLEXPRO IN ONLY 15 MINUTES

GET TO KNOW FLEXPRO IN ONLY 15 MINUTES GET TO KNOW FLEXPRO IN ONLY 15 MINUTES Data Analysis and Presentation Software GET TO KNOW FLEXPRO IN ONLY 15 MINUTES This tutorial provides you with a brief overview of the structure of FlexPro and the

More information

DT9828. Low-Cost, Isolated, Thermocouple Measurement Module. Overview. Key Features. Supported Operating Systems

DT9828. Low-Cost, Isolated, Thermocouple Measurement Module. Overview. Key Features. Supported Operating Systems DT9828 Low-Cost, Isolated, Thermocouple Measurement Module Overview The DT9828 is an 8-channel, isolated thermocouple DAQ module that features superb accuracy yet is lowcost and easy-to-use. The DT9828

More information

Getting to Know FlexPro in just 15 Minutes

Getting to Know FlexPro in just 15 Minutes Getting to Know FlexPro in just 15 Minutes This tutorial provides you with a brief overview of the structure of FlexPro and the basic command methods. 3 Managing Data with FlexPro FlexPro stores all objects

More information

Tutorial of Origin 7.0. Chuang Tan, Zheyun Liu

Tutorial of Origin 7.0. Chuang Tan, Zheyun Liu Tutorial of Origin 7.0 Chuang Tan, Zheyun Liu Origin is a kind of powerful software for numerical manipulation and data analysis. Here is a brief tutorial that explains how to do the numerical Fourier

More information

GFT6084 Quad 2 / 4GS Digitizer

GFT6084 Quad 2 / 4GS Digitizer FEATURES 2U, 19 Compact form factor 4 analog channels with vertical sensitivity 1mV/div to 10V/div Up to 2GS/s sampling rate per channel or 4 GS/s sampling rate on 2 channels DC to 500MHz Analog Bandwidth,

More information

MotionDAS. MotionPro DAS User Manual (For Windows ) User Manual 1

MotionDAS. MotionPro DAS User Manual (For Windows ) User Manual 1 MotionPro DAS (For Windows ) 1 Software Release 1.05.01 Document Revision December 2017 Products Information http://www.idtvision.com North America 1202 E Park Ave TALLAHASSE FL 32301 United States of

More information

Basic Data Acquisition with LabVIEW

Basic Data Acquisition with LabVIEW Basic Data Acquisition with LabVIEW INTRODUCTION This tutorial introduces the creation of LabView Virtual Instruments (VI s), in several individual lessons. These lessons create a simple sine wave signal,

More information

Compact 8 in 1 Multi-Instruments SF Series

Compact 8 in 1 Multi-Instruments SF Series Oscilloscope/ Spectrum Analyzer/ Data Recorder 1 GHz analog input bandwidth Automated Response Analyzer range: 1 Hz to 15 MHz Arbitrary Waveform Generator 1 mhz to 15 MHz output frequency Logic Analyzer

More information

Analog Input Sample Rate

Analog Input Sample Rate ECONseries Low Cost USB Data Acquisition Modules Overview The ECONseries is a flexible yet economical series of multifunction DAQ modules. You chse the number of analog I/O and digital I/O channels, the

More information

MAXSANTAFEEVSYS User Manual

MAXSANTAFEEVSYS User Manual MAXSANTAFEEVSYS User Manual Rev 0; 5/14 For pricing, delivery, and ordering information, please contact Maxim Direct at 1-888-629-4642, or visit Maxim Integrated s website at www.maximintegrated.com. Maxim

More information

AEMLog Users Guide. Version 1.01

AEMLog Users Guide. Version 1.01 AEMLog Users Guide Version 1.01 INTRODUCTION...2 DOCUMENTATION...2 INSTALLING AEMLOG...4 AEMLOG QUICK REFERENCE...5 THE MAIN GRAPH SCREEN...5 MENU COMMANDS...6 File Menu...6 Graph Menu...7 Analysis Menu...8

More information

Kraus Messtechnik GmbH Gewerbering 9, D Otterfing, , Fax Germany Web:

Kraus Messtechnik GmbH Gewerbering 9, D Otterfing, , Fax Germany Web: Kraus Messtechnik GmbH Gewerbering 9, D-83624 Otterfing, +49-8024-48737, Fax. +49-8024-5532 Germany Web: www.kmt-gmbh.com E-mail: info@kmt-gmbh.com µ-lab and µ-graph DATA ACQUSITION AND ANALYSIS WITH 32-BIT-POWER

More information

WaveAce Oscilloscopes 40 MHz 300 MHz. Debug With Confidence

WaveAce Oscilloscopes 40 MHz 300 MHz. Debug With Confidence WaveAce Oscilloscopes 40 MHz 300 MHz Debug With Confidence the tools and features for all your debug the tools and features for all your debug needs needs Key Features 40 MHz, 60 MHz, 100 MHz, 200 MHz

More information

PORTABLE OSCILLOSCOPE

PORTABLE OSCILLOSCOPE PORTABLE OSCILLOSCOPE OX 7100 Series 3 YEAR WAR WAR R ANTNT Y Isolated inputs: 600VAC, 850VDC to ground and channel-to-channel Five complementary tools in one: Oscilloscope, Multimeter, FFT Analyzer, Harmonic

More information

BOYS TOWN NATIONAL RESEARCH HOSPITAL

BOYS TOWN NATIONAL RESEARCH HOSPITAL BOYS TOWN NATIONAL RESEARCH HOSPITAL WavEd User's Guide Stephen T. Neely Jo E. Peters ABSTRACT WavEd is a computer program for displaying and editing digitized acoustic waveforms on an IBM-PC. The program

More information

WaveAce Oscilloscopes 40 MHz 200 MHz. Debug With Confidence

WaveAce Oscilloscopes 40 MHz 200 MHz. Debug With Confidence WaveAce Oscilloscopes 40 MHz 200 MHz Debug With Confidence THE TOOLS AND FEATURES FOR ALL YOUR DEBUG NEEDS Key Features 40 MHz, 60 MHz, 100 MHz, and 200 MHz bandwidths Sample rates up to 2 GS/s Long Waveform

More information

WaveAce Series Oscilloscopes

WaveAce Series Oscilloscopes WaveAce Series Oscilloscopes 60 MHz 300 MHz Debug With Confidence THE TOOLS AND FEATURES FOR ALL YOUR DEBUG NEEDS Key Features 60 MHz, 100 MHz, 200 MHz and 300 MHz bandwidths Sample rates up to 2 GS/s

More information

Computer Interfacing Using LabView

Computer Interfacing Using LabView Computer Interfacing Using LabView Physics 258 Last revised September 25, 2005 by Ed Eyler Purpose: Note: To write a simple LabView program that digitizes data using an ADC on a data acquisition card,

More information

PORTABLE OSCILLOSCOPE

PORTABLE OSCILLOSCOPE PORTABLE OSCILLOSCOPE OX 7100 Series W3 YEAR AR RA NT Y Isolated inputs: 600VAC, 850VDC to ground and channel-to-channel Five complementary tools in one: Oscilloscope, Multimeter, FFT Analyzer, Harmonic

More information

Hands-On Introduction to. LabVIEW. for Scientists and Engineers. Second Edition. John Essick. Reed College OXFORD UNIVERSITY PRESS

Hands-On Introduction to. LabVIEW. for Scientists and Engineers. Second Edition. John Essick. Reed College OXFORD UNIVERSITY PRESS Hands-On Introduction to LabVIEW for Scientists and Engineers Second Edition John Essick Reed College New York Oxford OXFORD UNIVERSITY PRESS Contents. Preface xiii 1. THE WHILE LOOP AND WAVEFORM CHART

More information

Manual. User Reference Guide. Analysis Application (EMG) Electromyography Analysis

Manual. User Reference Guide. Analysis Application (EMG) Electromyography Analysis Phone: (888) 765-9735 WWW.MINDWARETECH.COM User Reference Guide Manual Analysis Application Electromyography Analysis (EMG) Copyright 2014 by MindWare Technologies LTD. All Rights Reserved. 1 Phone: (614)

More information

Section 1 Establishing an Instrument Connection

Section 1 Establishing an Instrument Connection Manual for Sweep VI Fall 2011 DO NOT FORGET TO SAVE YOUR DATA TO A NEW LOCATION, OTHER THAN THE TEMP FOLDER ON YOUR LAB STATION COMPUTER! FAILURE TO DO SO WILL RESULT IN LOST DATA WHEN YOU LOG OUT! 1.1.

More information

Enerscope-3S Studio. User Manual. Windows Software for Consulting and Analysing Data collected by Enerscope-3S Power Analyzer.

Enerscope-3S Studio. User Manual. Windows Software for Consulting and Analysing Data collected by Enerscope-3S Power Analyzer. Enerscope-3S Studio Windows Software for Consulting and Analysing Data collected by Enerscope-3S Power Analyzer. User Manual ~ 1 ~ Table of Contents Paragraph Title Page 1 General Information 3 1.1 Main

More information

Introduction to National Instruments LabVIEW and Data Acquisition (DAQ)

Introduction to National Instruments LabVIEW and Data Acquisition (DAQ) Introduction to National Instruments LabVIEW and Data Acquisition (DAQ) Danial J. Neebel, Joseph R. Blandino, and David J. Lawrence, College of Integrated Science and Technology James Madison University

More information

MindWare Electromyography (EMG) Analysis User Reference Guide Version Copyright 2011 by MindWare Technologies LTD. All Rights Reserved.

MindWare Electromyography (EMG) Analysis User Reference Guide Version Copyright 2011 by MindWare Technologies LTD. All Rights Reserved. MindWare Electromyography (EMG) Analysis User Reference Guide Version 3.0.12 Copyright 2011 by MindWare Technologies LTD. All Rights Reserved. MindWare EMG 3.0.12 User Guide Internet Support E-mail: sales@mindwaretech.com

More information

Artisan Technology Group is your source for quality new and certified-used/pre-owned equipment

Artisan Technology Group is your source for quality new and certified-used/pre-owned equipment Artisan Technology Group is your source for quality new and certified-used/pre-owned equipment FAST SHIPPING AND DELIVERY TENS OF THOUSANDS OF IN-STOCK ITEMS EQUIPMENT DEMOS HUNDREDS OF MANUFACTURERS SUPPORTED

More information

DT MS/s High-Speed, Isolated Simultaneous USB Data Acquisition Module. Overview. Key Features. Bandwidth of the DT9862

DT MS/s High-Speed, Isolated Simultaneous USB Data Acquisition Module. Overview. Key Features. Bandwidth of the DT9862 DT9862 10 MS/s High-Speed, Isolated Simultaneous USB Data Acquisition Module Overview The DT9862 is a high-speed, high-performance USB data acquisition module that provide throughput rates up to 10 MS/s

More information

PCI-express data acquisition card DAQ0504M User Guide

PCI-express data acquisition card DAQ0504M User Guide PCI-express data acquisition card DAQ0504M User Guide Contents Safety information... 3 About this guide... 4 DAQ0504M specifications... 5 Chapter 1. Product introduction 1-1. Package contents...... 6.

More information

TimeView. Modulation Domain Analyzer SW. Users Manual June Third Edition. 2017, Pendulum Instruments

TimeView. Modulation Domain Analyzer SW. Users Manual June Third Edition. 2017, Pendulum Instruments TimeView Modulation Domain Analyzer SW Users Manual 4031 600 29001 June 2018 - Third Edition 2017, Pendulum Instruments TimeView Modulation Domain Analyzer SW User's Manual 4031 600 29001 June 2018 - Third

More information

AKELA Vector Network Analyzer (VNA) Quick Start Guide

AKELA Vector Network Analyzer (VNA) Quick Start Guide AKELA Vector Network Analyzer (VNA) Quick Start Guide Copyright AKELA, Inc. 2012, all rights reserved http:\\akelainc.com LabVIEW and LabWindows are registered trademarks of National Instruments Incorporated

More information

Product Information Sheet PDA14 2 Channel, 14-Bit Waveform Digitizer APPLICATIONS FEATURES OVERVIEW

Product Information Sheet PDA14 2 Channel, 14-Bit Waveform Digitizer APPLICATIONS FEATURES OVERVIEW Product Information Sheet PDA 2 Channel, -Bit Waveform Digitizer FEATURES 2 Channels at up to 100 MHz Sample Rate Bits of Resolution Bandwidth from DC-50 MHz 512 Megabytes of On-Board Memory 500 MB/s Transfer

More information

GaiaSpectrum. User guide. Copyright 2007 Geoscanners AB

GaiaSpectrum. User guide. Copyright 2007 Geoscanners AB 1 GaiaSpectrum User guide 2 Contents OVERVIEW...4 Installation... 5 Support... 7 GETTING STARTED...8 File Import... 9 Main Window...10 File Toolbar...13 Options...16 File Info...23 Playback...25 Data Views...27

More information

USB Instruments EasyLogger for PS40M10 "Swordfish" Help

USB Instruments EasyLogger for PS40M10 Swordfish Help USB Instruments EasyLogger for PS40M10 "Swordfish" Help I EasyLogger for PS40M10 Help Table of Contents Part I Introduction 3 1 Welcome to... EasyLogger for PS40M10 3 2 EasyLogger... Features 4 Part II

More information

CDB5529 Evaluation Board and Software

CDB5529 Evaluation Board and Software Features l l l l l CDB5529 CDB5529 Evaluation Board and Software RS-232 Serial Communication with PC On-board 80C51 Microcontroller On-board Voltage Reference Lab Windows/CVI TM Evaluation Software - Register

More information

Matlab OTKB GUI Manual:

Matlab OTKB GUI Manual: Matlab OTKB GUI Manual: Preface: This is the manual for the OTKB GUI. This GUI can be used to control stage position as well as perform sensitivity and stiffness calibrations on the trap. This manual will

More information

Experiment 3. Getting Start with Simulink

Experiment 3. Getting Start with Simulink Experiment 3 Getting Start with Simulink Objectives : By the end of this experiment, the student should be able to: 1. Build and simulate simple system model using Simulink 2. Use Simulink test and measurement

More information

Vibration Analyzer Version 1.0.2

Vibration Analyzer Version 1.0.2 Vibration Research Corporation 6437 28 th Ave. Hudsonville, MI 49426 support@vibrationresearch.com Phone: (616) 669-3028 Fax: (616) 669-5337 Vibration Analyzer Version 1.0.2 File menu The File menu is

More information

idsc Reference Manual

idsc Reference Manual idsc Reference Manual Intelligent Digital Signal Conditioning Manual Hardware and Software Description and Reference Guide Version 5.20 Microstar Laboratories, Inc. This manual contains proprietary information

More information

Velleman LEGEN HEIRWEG GAVERE BELGIUM. PCS64i PC Scope

Velleman LEGEN HEIRWEG GAVERE BELGIUM. PCS64i PC Scope Velleman LEGEN HEIRWEG 33 9890 GAVERE BELGIUM PCS64i PC Scope GENERAL The PCS64i is a digital storage oscilloscope whose display and operation uses an IBM compatible computer. All standard oscilloscope

More information

NanoWin. User's Manual - Rel. NW-1.1. Windows 9x and Windows NT 4.0 Data Management Software for NANOVIP Plus and NANOVIP Plus MEM Handheld Analysers

NanoWin. User's Manual - Rel. NW-1.1. Windows 9x and Windows NT 4.0 Data Management Software for NANOVIP Plus and NANOVIP Plus MEM Handheld Analysers NanoWin User's Manual - Windows 9x and Windows NT 4.0 Data Management Software for NANOVIP Plus and NANOVIP Plus MEM Handheld Analysers Page 1 of 35 NanoWin Windows 9x and Windows NT 4.0 Data Management

More information

Labview. Masood Ejaz

Labview. Masood Ejaz Labview A Tutorial By Masood Ejaz Note: This tutorial is a work in progress and written specially for CET 3464 Software Applications in Engineering Technology, a course offered as part of BSECET program

More information

AlazarDSO User Guide Version August 9, 2010

AlazarDSO User Guide Version August 9, 2010 Version 1.1.25 August 9, 2010 Alazar Technologies, Inc. 6600 Trans-Canada Highway, Suite 310 Pointe-Claire, Quebec Canada H9R 4S2 Telephone: (514) 426-4899 Fax: (514) 426-2723 E-mail: support@alazartech.com

More information

GDS-2000 Series. Features

GDS-2000 Series. Features GDS-2000 Series Features 200/100/60 MHz Bandwidth 2/4 Input Channels 1GSa/s Real-Time and 25GSa/s Equivalent-Time Sampling Maximum 25k Points Record Length Large 5.6-in TFT Color Display USB Host/Device:

More information

K. N. Prestwich Dept. of Biology Holy Cross College, Worcester, MA USA

K. N. Prestwich Dept. of Biology Holy Cross College, Worcester, MA USA The "ZC v5" Program: A User's Manual for Determining Cycleto-Cycle Frequencies of Sound Pulses Based on the Zero- Crossing Technique POWER MACINTOSH VERSION K. N. Prestwich Dept. of Biology Holy Cross

More information

Lab 4 - Data Acquisition

Lab 4 - Data Acquisition Lab 4 - Data Acquisition 1/13 Lab 4 - Data Acquisition Report A short report is due at 8:00 AM on the Thursday of the next week of classes after you complete this lab. This short report does NOT need to

More information

16-Bit A/D Converter (ENOB=14.1) 16-bit D/A. 16-bit D/A. Digital I/O (8/8) Counter/Timer (2)

16-Bit A/D Converter (ENOB=14.1) 16-bit D/A. 16-bit D/A. Digital I/O (8/8) Counter/Timer (2) DT9818 Isolated, Embedded USB Data Acquisition Board The DT9818 is perfect for embedding in a custom application where isolation is required. The DT9818 is a highperformance USB data acquisition (DAQ)

More information

Today. 4/5/11 Physics 262 Lecture 10 Questions about Exams Homework. Lab: Continue project. Lecture. Review your exams and review practice exam again.

Today. 4/5/11 Physics 262 Lecture 10 Questions about Exams Homework. Lab: Continue project. Lecture. Review your exams and review practice exam again. Today 4/5/11 Physics 262 Lecture 10 Questions about Exams Homework Review your exams and review practice exam again. Lab: Continue project Do pre-lab before lab. See last weeks handout. Requires use of

More information

ME 224: EXPERIMENTAL ENGINEERING. Lecture 2

ME 224: EXPERIMENTAL ENGINEERING. Lecture 2 ME 224: EXPERIMENTAL ENGINEERING Class: M 1:00-1:50 TECH: L170 Labs: T and Th 2:00-4:50 PM Ford Building : B100 Lecture 2 1 Introduction to Labview Labview (Laboratory Virtual Instruments Engineering Workbench)

More information

DL7200 Digital Oscilloscope CAN Bus Signal Analysis Function

DL7200 Digital Oscilloscope CAN Bus Signal Analysis Function User s Manual DL7200 Digital Oscilloscope CAN Bus Signal Analysis Function IM 701430-51E Yokogawa Electric Corporation IM 701430-51E 2nd Edition Thank you for purchasing the DL7200 Digital Oscilloscope

More information

NMS Spectrum Analyzer Application

NMS Spectrum Analyzer Application NMS Spectrum Analyzer Application Spectrum View Window... 3 Context Sensitive Menus for Spectrum View Window... 3 Add Horizontal Line... 4 Add Vertical Line... 4 Show Lines... 4 Hide Lines... 4 Delete

More information

ksa 400 Growth Rate Analysis Routines

ksa 400 Growth Rate Analysis Routines k-space Associates, Inc., 2182 Bishop Circle East, Dexter, MI 48130 USA ksa 400 Growth Rate Analysis Routines Table of Contents ksa 400 Growth Rate Analysis Routines... 2 1. Introduction... 2 1.1. Scan

More information

Kulite DAQ. Data Acquisition Software User s Manual. Version 3.2.0

Kulite DAQ. Data Acquisition Software User s Manual. Version 3.2.0 Kulite DAQ Data Acquisition Software User s Manual Version 3.2.0 Table of Contents Kulite DAQ Overview... 3 Main Window... 4 1. Menu bar... 4 2. Interface selection... 5 3. Found devices... 5 4. Sorting...

More information

AEMLog users guide V User Guide - Advanced Engine Management 2205 West 126 th st Hawthorne CA,

AEMLog users guide V User Guide - Advanced Engine Management 2205 West 126 th st Hawthorne CA, AEMLog users guide V 1.00 User Guide - Advanced Engine Management 2205 West 126 th st Hawthorne CA, 90250 310-484-2322 INTRODUCTION...2 DOCUMENTATION...2 INSTALLING AEMLOG...4 TRANSFERRING DATA TO AND

More information

User s Manual. DL7440/DL7480 Digital Oscilloscope Serial Bus Signal Analysis Function

User s Manual. DL7440/DL7480 Digital Oscilloscope Serial Bus Signal Analysis Function User s Manual DL7440/DL7480 Digital Oscilloscope Serial Bus Signal Analysis Function (Includes the I 2 C Bus Signal/CAN Bus Signal/ SPI Bus Signal Analysis Function) Yokogawa Electric Corporation 3rd Edition

More information

Hardware: Acquiring Data and Communicating with Instruments

Hardware: Acquiring Data and Communicating with Instruments Hardware: Acquiring Data and Communicating with Instruments 4 Acquiring a Signal This chapter introduces you to the Express VIs you use to acquire data and communicate with instruments on Windows. These

More information

Manual imso-204x. RevOrig_

Manual imso-204x. RevOrig_ Manual imso-204x Manual Table of Contents Section 1 Getting Started SAFETY 1.10 Quickstart Guide 1.20 SAFETY 1.30 Compatibility 1.31 Hardware 1.32 Software 1.40 Tool Tips Section 2 How it works 2.10 Menus

More information

Getting Started with LabVIEW Virtual Instruments

Getting Started with LabVIEW Virtual Instruments Getting Started with LabVIEW Virtual Instruments Approximate Time You can complete this exercise in approximately 30 minutes. Background LabVIEW programs are called virtual instruments, or VIs, because

More information

Introduction to Microsoft Excel

Introduction to Microsoft Excel Chapter A spreadsheet is a computer program that turns the computer into a very powerful calculator. Headings and comments can be entered along with detailed formulas. The spreadsheet screen is divided

More information

for demos & updates

for demos & updates Check www.velleman.be for demos & updates MINIMUM SYSTEM REQUIREMENTS : IBM-compatible PC Windows 95, 98, ME (Win2000 / XP or NT possible) SVGA display card (min. 800x600 for Windows) mouse free printer

More information

NI PXI Contents CALIBRATION PROCEDURE

NI PXI Contents CALIBRATION PROCEDURE CALIBRATION PROCEDURE NI PXI-5422 Contents This document contains step-by-step instructions for writing a calibration procedure for the NI PXI-5422 arbitrary waveform generator. Conventions... 1 Introduction...

More information

Step-by-Step Data Acquisition Part II Exercise 2: Generating an Analog Output Waveform

Step-by-Step Data Acquisition Part II Exercise 2: Generating an Analog Output Waveform Step-by-Step Data Acquisition Part II Exercise 2: Generating an Analog Output Waveform In this exercise, you will use the DAQ Assistant to build a LabVIEW VI that generates and outputs an analog waveform.

More information

DLM2000 Series. Mixed Signal Oscilloscope. IM E 3rd Edition

DLM2000 Series. Mixed Signal Oscilloscope. IM E 3rd Edition DLM2000 Series Mixed Signal Oscilloscope 3rd Edition Thank you for purchasing the DLM2000 Series Mixed Signal Oscilloscope. This User s Manual explains how to use the DLM2000. To ensure correct use, please

More information

Wireless Circuits and Systems Laboratory

Wireless Circuits and Systems Laboratory Wireless Circuits and Systems Laboratory Procedure #9 8714 VNA Data Acquisition and Manipulation (using Microsoft Excel) Contained in this procedure: 1) Acquiring 1- and 2-port data from the HP8714 and

More information

15. Check this point when you can t communicate

15. Check this point when you can t communicate * CONTENTS * 1. The organization of link system 2. FindView Installation 3. The FindView Software Main Screen 4. Communication Port setup 5. Scope Window 6. Meter Window 7. Notes Window 8. Menus and Toolbar

More information

PX Bit, GS/s or 1 3 GS/s, PCIe Digitizer

PX Bit, GS/s or 1 3 GS/s, PCIe Digitizer Product Information Sheet PX1500-2 8-Bit, 2 CH @ 1.5 GS/s or 1 CH @ 3 GS/s, PCIe Digitizer FEATURES 2 Analog Input Channels up to 1.5 GS/s per Channel 1 Analog Input Channels up to 3 GS/s per Channel 8

More information

ELAN DIGITAL SYSTEMS LTD. USBscope50 SDK User s Guide (Software Development Kit) ES378

ELAN DIGITAL SYSTEMS LTD. USBscope50 SDK User s Guide (Software Development Kit) ES378 ELAN DIGITAL SYSTEMS LTD. LITTLE PARK FARM ROAD, SEGENSWORTH WEST, FAREHAM, HANTS. PO15 5SJ. TEL: (44) (0)1489 579799 FAX: (44) (0)1489 577516 e-mail: support@pccard.co.uk website: http://www.pccard.co.uk

More information

Graph based simulation tutorial

Graph based simulation tutorial Capítulo 1 Graph based simulation tutorial 1.1. Introduction The purpose of this tutorial is to show you, by use of a simple amplifier circuit, how to perform a graph based simulation using PROTEUS VSM.

More information

NI Introduction CALIBRATION PROCEDURE. What Is Calibration? External Calibration

NI Introduction CALIBRATION PROCEDURE. What Is Calibration? External Calibration CALIBRATION PROCEDURE NI 5911 Introduction What Is Calibration? This document contains information and step-by-step instructions for calibrating the NI 5911 digitizer. This calibration procedure is intended

More information

A variety of ECONseries modules provide economical yet flexible solutions. Waveform Generation

A variety of ECONseries modules provide economical yet flexible solutions. Waveform Generation ECONseries BUS: USB Type: Economy, Mini-Instruments ECONseries Economy USB Mini-Instruments Flexible Yet Economical A variety of low-cost ECONseries modules are available to provide flexible yet economical

More information

Dept. of Electrical, Computer and Biomedical Engineering. Instrumentation for the data acquisition laboratory

Dept. of Electrical, Computer and Biomedical Engineering. Instrumentation for the data acquisition laboratory Dept. of Electrical, Computer and Biomedical Engineering Instrumentation for the data acquisition laboratory Purpose of the lab activity Design and make simple systems for data acquisition from detectors,

More information

VIBbox 64-Channel Sound & Vibration Solution

VIBbox 64-Channel Sound & Vibration Solution VIBbox 64-Channel Sound & Vibration Solution VIBbox is a high-accuracy, high channel count, dynamic signal analyzer system for sound and vibration applications. VIBbox packages four DT9857E modules in

More information

Advanced Design System 1.5. Data Display

Advanced Design System 1.5. Data Display Advanced Design System 1.5 Data Display December 2000 Notice The information contained in this document is subject to change without notice. Agilent Technologies makes no warranty of any kind with regard

More information

PS40M10 SwordFish Multi-Function Instrument. Getting Started Guide

PS40M10 SwordFish Multi-Function Instrument. Getting Started Guide PS40M10 SwordFish Multi-Function Instrument Getting Started Guide PS40M10 SwordFish Hand Held USB Oscilloscope The PS40M10 SwordFish is a unique hand held device that combines the functions of Oscilloscope,

More information

Vibration Analyzer, Data Collector & Dynamic Balancer

Vibration Analyzer, Data Collector & Dynamic Balancer Vibration Analyzer, Data Collector & Dynamic Balancer The most complete, reliable and productive solution for Vibration Analysis, Route Based Data Collection and Dynamic Balancing DigivibeMX is the most

More information

CDB5532U Evaluation Board and Software

CDB5532U Evaluation Board and Software CDB5532U Evaluation Board and Software Features USB Communication with PC On-board Microcontroller On-board Voltage Reference Evaluation Software Register Setup & Chip Control FFT Analysis Time Domain

More information

NI PCI-5153EX. Contents USER GUIDE. with Hardware Accumulation Firmware

NI PCI-5153EX. Contents USER GUIDE. with Hardware Accumulation Firmware USER GUIDE NI PCI-5153EX with Hardware Accumulation Firmware Contents The National Instruments PCI-5153EX is a version of the NI PCI-5153 that has a higher capacity FPGA. The larger FPGA enables the NI

More information

Manual imso-204 imso-204l

Manual imso-204 imso-204l Manual imso-204 imso-204l Manual Table of Contents Section 1 Getting Started SAFETY 1.10 Quickstart Guide 1.20 SAFETY 1.30 Compatibility 1.31 Hardware 1.32 Software 1.40 Tool Tips Section 2 How it works

More information

LabWindows /CVI Release Notes Version 9.0

LabWindows /CVI Release Notes Version 9.0 LabWindows /CVI Release Notes Version 9.0 Contents These release notes introduce LabWindows /CVI 9.0. Refer to this document for system requirements, installation and activation instructions, and information

More information

Figure 1: ADE Test Editor

Figure 1: ADE Test Editor Due to some issues that ADE GXL simulation environment has (probably because of inappropriate setup), we will run simulations in the ADE L design environment, which includes all the necessary tools that

More information

Using the ThinkRF R5500 Real- Time Spectrum Analyzer with LabVIEW

Using the ThinkRF R5500 Real- Time Spectrum Analyzer with LabVIEW Application Note 74-0042-170418 Using the ThinkRF R5500 Real- Time Spectrum Analyzer with LabVIEW Easily and quickly integrate your ThinkRF R5500 Real-Time Spectrum Analyzer into your existing or new NI

More information

Visual Formula, Important Graphs, Inequalities, and Other Things

Visual Formula, Important Graphs, Inequalities, and Other Things flynt_1598632914_ch10, 4/8/6, 12:3191 chapter 10 Visual Formula, Important Graphs, Inequalities, and Other Things The activities this chapter covers allow you to use Visual Formula to work with many of

More information

DS2200C User Manual Copyright (c) EasySync Ltd. 2003

DS2200C User Manual Copyright (c) EasySync Ltd. 2003 DS2200C User Manual Copyright (c) EasySync Ltd. 2003 EasyScope User Manual All rights reserved. No parts of this work may be reproduced in any form or by any means - graphic, electronic, or mechanical,

More information

NMR Training VNMRJ 4.2A/VNMRS 400

NMR Training VNMRJ 4.2A/VNMRS 400 NMR Training VNMRJ 4.2A/VNMRS 400 The VNMRS/new 400 MHz NMR uses VNMRJ 4.2A. Although VNMRJ is different than VNMRalmost ALL typed commands that you know from VNMR should work. LOGIN: Your username is

More information

ME 365 EXPERIMENT 3 INTRODUCTION TO LABVIEW

ME 365 EXPERIMENT 3 INTRODUCTION TO LABVIEW ME 365 EXPERIMENT 3 INTRODUCTION TO LABVIEW Objectives: The goal of this exercise is to introduce the Laboratory Virtual Instrument Engineering Workbench, or LabVIEW software. LabVIEW is the primary software

More information

SR3_Analog_32. User s Manual

SR3_Analog_32. User s Manual SR3_Analog_32 User s Manual by with the collaboration of March 2nd 2012 1040, avenue Belvédère, suite 215 Québec (Québec) G1S 3G3 Canada Tél.: (418) 686-0993 Fax: (418) 686-2043 1 INTRODUCTION 4 2 TECHNICAL

More information

Engineering Project-I. Module 1: Familiarization of LabVIEW and the Vernier Toolkit

Engineering Project-I. Module 1: Familiarization of LabVIEW and the Vernier Toolkit Engineering Project-I Module 1: Familiarization of LabVIEW and the Vernier Toolkit PREPARED BY Academic Services Unit January 2012 Applied Technology High Schools, 2012 Module 1: Familiarization of LabVIEW

More information

4.1 QUANTIZATION NOISE

4.1 QUANTIZATION NOISE DIGITAL SIGNAL PROCESSING UNIT IV FINITE WORD LENGTH EFFECTS Contents : 4.1 Quantization Noise 4.2 Fixed Point and Floating Point Number Representation 4.3 Truncation and Rounding 4.4 Quantization Noise

More information

To Plot a Graph in Origin. Example: Number of Counts from a Geiger- Müller Tube as a Function of Supply Voltage

To Plot a Graph in Origin. Example: Number of Counts from a Geiger- Müller Tube as a Function of Supply Voltage To Plot a Graph in Origin Example: Number of Counts from a Geiger- Müller Tube as a Function of Supply Voltage 1 Digression on Error Bars What entity do you use for the magnitude of the error bars? Standard

More information

National Instruments Analog-to-Digital (NI A2D) Module Manual

National Instruments Analog-to-Digital (NI A2D) Module Manual Particle Analysis and Display System (PADS): National Instruments Analog-to-Digital (NI A2D) Module Manual DOC-0292 Rev A PADS 3.5, NI A2D Module 3.5 2545 Central Avenue Boulder, CO 80301 USA C O P Y R

More information

99 Washington Street Melrose, MA Phone Toll Free Visit us at

99 Washington Street Melrose, MA Phone Toll Free Visit us at 99 Washington Street Melrose, MA 02176 Phone 781-665-1400 Toll Free 1-800-517-8431 Visit us at www.testequipmentdepot.com Manual imso-204 Manual Table of Contents Section 1 Getting Started SAFETY 1.10

More information

METS methane sensor SOFTWARE MANUAL UNDERWATER SENSORS FOR DISSOLVED GASES

METS methane sensor SOFTWARE MANUAL UNDERWATER SENSORS FOR DISSOLVED GASES METS methane sensor SOFTWARE MANUAL UNDERWATER SENSORS FOR DISSOLVED GASES - METS - Software Manual Release: Software v4.1.3, August 2006 Manual v4.1.5, July 2014 CONTENTS 1 SOFTWARE SYSTEM REQUIREMENTS

More information

Lab Exercise 2: Data Acquisition with NI LabVIEW

Lab Exercise 2: Data Acquisition with NI LabVIEW Objective When you have completed this exercise, you will be able: To use the DAQ Assistant to acquire analog data measurements with NI LabVIEW To use Write to Measurement express VI to log real time data

More information

Product Information Sheet PDA GHz Waveform Digitizer APPLICATIONS FEATURES OVERVIEW

Product Information Sheet PDA GHz Waveform Digitizer APPLICATIONS FEATURES OVERVIEW Product Information Sheet PDA1000 1 GHz Waveform Digitizer FEATURES Single channel at up to 1 GHz sample rate Bandwidth from DC-500 MHz 256 Megabytes of on-board memory 500 MB/s transfer via Signatec Auxiliary

More information

DL150 Software Instructions

DL150 Software Instructions DL150 Software Instructions The DL150 USB software is a program for downloading stored data from the DL150 when it is connected to a PC or notebook computer. The data may be displayed graphically or as

More information