Pole Zero Correction using OBSPY and PSN Data

Size: px
Start display at page:

Download "Pole Zero Correction using OBSPY and PSN Data"

Transcription

1 Pole Zero Correction using OBSPY and PSN Data Obspy provides the possibility of instrument response correction. WinSDR and WinQuake already have capability to embed the required information into the event files. There is no need to fear the math complexity as all the numbers can be simply related to what is already within your station processing. There are 3 main considerations in response correction. One is time delay, the second is amplitude, and the third is phase correction. Take these one at the time. Time delay occurs within the data gathering and processing. Think about your AD converter. It may average 240 samples per second to provide a sample rate of 30sps. Therefore each data point represents 8 samples gathered over the preceeding sample interval and the delay is delayed by approximately one half of the sample interval. An anti-alias filter may delay further by several sample intervals. WinSDR documents provide this information: Sensor Filter Delay Field: The Filter Delay setting is used to compensate for the propagation delay of the signal through the low-pass filter connected between the sensor and the A/D card. This is done by subtracting from the start time of the event file the number of milliseconds entered in this field. To measure the delay of your filter you will need a signal generator with a square wave output and a oscilloscope with two channels (or you could use two WinSDR channels). Feed the square wave into the amp / filter card. With the O-Scope or WinSDR look at the input signal with one channel and the output of the filter with the other. Measure the difference between the input and output signal in milliseconds and enter that number in the Filter Delay field for the channel. If you are using my Amp / Filter board with a 10 Hz low-pass filter you should use a value of around 50 milliseconds. For PSN-ACCEL and PSN-ADC24 boards running at 100 SPS or higher a value of 20 milliseconds can be used. The delay can be adjusted in your data using the starttime delay feature of WinQuake or set into WinSDR settings. There is really nothing new or difficult about this adjustment. With my digital anti-allias I use seconds representing AD averaging plus 30 samples delay in the digital filter. Second is amplitude correction. Here again most of you are already implementing some form of this. The sensitivity, AD voltage and amp gain provide conversion from counts to nanometers centimeters volts or whatever scale you are using for display locally. WinQuake documentation provides a calculator to compute a correct sensitivity number for your station. This number is related to a SAC pole zero file gain called the constant by a factor of gain=100/winquakesensitivity. The output voltage in WinQuake is related to your magnet coil commonly called G by a factor of 100 also since WinQuake corrections are defined at the centimeter level rather than at a full meter. For the common magnet coil sensing arrangement a velocity output of volts per 1 meter per second is the standard reference. The sensitivity and amp gain numbers then translate the output to the recorded level. Finally, the phase correction is a bit more involved but can be figured out with some available tools. This document will use SeismoWin for ease creating graphic display. Brett has also provided a spreadsheet to the PSN that will accomplish the same computations for you. For simple pendulum sensors the period and damping which you already have set are used to get the poles and zeros. The following example is based on a 2.78 second period vertical instrument quite similar to an AS1 configuration.

2 The first things we need are period, damping, and 'G' or gain of the pickup coil. These numbers are entered into the Seismowin sensor block. The first graphic shows the source data and the second graphic the resulting poles and zeroes. Note also the A0 of and gain normalized at 1 hz which we will use later. Also note the marker in rad/sec and marker in Velocity as we are correcting for a velocity sensor. The next image shows input numbers for the instrument. Period, damping, and G. The plot shows amplitude response dropping below the natural frequency and the phase shift induced. The output shows 2 poles and 2 zeros, a0 and gain for the stage.

3 Now consider the amplifier portion. A circuit simulation program should be able to correctly provide the poles and zeros for the circuit. I do not have that capability so my inputs are estimated using other methods. Note the amplifier has a flat top curve reaching much lower in frequency compared to the pendulum stage. The phase changes are a much more complex curve. Poles and zeros are shown below.

4 If the 2 stages are combined we find that the poles and zeros are simply listed together and the gains are multiplied as logic would probably lead. This section is also done in velocity and radians/sec. Now consider the AD. As most AD converters will not have gain and should not have an affect on the data the expectation would be gain of 1 and no poles and zeros.

5 Our guess was almost correct. There is a gain because the AD converts 1 volt to bits in the data stream. Our final recorded level is in bits/meter/second. Now all the pieces are in place to perform instrument response correction. Using WinSDR, the poles and zeros can be loaded in the following format and they will be added to the data files saved from the channel.

6 Example Poles and Zeros File to be used with WinSDR and based upon the above discussion. nzeros=3 Requires change to 4 for displacement npoles=5 z0= e+00, e+00 z1= e+00, e+00 z2= e+00, e+00 z3= (This should be added to the velocity zero list to make displacement) p0= e+00, e+00 p1= e+00, e+00 p2= e+01, e+01 p3= e+01, E+01 p4= e-02, e+00 When this pole zero information is combined with the sensitivity number which is also available in the WinSDR channel everything needed for instrument response correction is available. The information above is related to a SAC pole zero format as produced by the rdseed program. It will be noted that we need one more zero as indicated. The added zero will convert to a displacement output of the corrected data. It corresponds to integrating your event file before computing magnitude in WinQuake. The final system response to velocity is shown below with a correction to a displacement response directly below for comparison. Next is displacement.

7 Also, the SAC format uses a constant representing gain. Comparison will show that taking the WinQuake sensitivity in cm/sec/adcount and dividing it into 100 to get counts per meter per second is the needed conversion. The readpsn() program will perform the conversion and attach the correct information accessed by the variable trace.stats.response.paz.sensitivity if WinSDR has been set up with this number. In [57]: rp[0].stats.response Out[57]: AttribDict({''zeros': [0j, 0j, 0j, 0j], 'sensitivity': , 'poles': [( j), ( j), ( j), ( j), ( j)]}) So how does the constant relate to the system definition we created? By placing the numbers into a RESPONSE file format we can see the relationship and also learn about the RESP format. Examine this resp file looking for A0, gains, and sensitivities. # ################################################################################### # B050F03 Station: RPSD B050F16 Network: AM B052F03 Location:?? B052F04 Channel: MHZ B052F22 Start date: 2008,155,00:00:00 B052F23 End date: 2599,365,23:59:59 # # # Response (Poles and Zeros) # AM. RPSD MHZ # 06/04/2008 to 12/31/2599 # # B053F03 Transfer function type: A B053F04 Stage sequence number: 1 B053F05 Response in units lookup: M/S - Velocity in Meters Per Second B053F06 Response out units lookup: V - Volts B053F07 A0 normalization factor: E+00 B053F08 Normalization frequency: E+00 B053F09 Number of zeroes: 3

8 B053F14 Number of poles: 5 # Complex zeroes: # i real imag real_error imag_error B053F E E E E+00 B053F E E E E+00 B053F E E E E+00 # Complex poles: # i real imag real_error imag_error B053F E E E E+00 B053F E E E E+00 B053F E E E E+00 B053F E E E E+00 B053F E E E E+00 # # # Channel Sensitivity/Gain # AM RPSD MHZ # 06/04/2008 to 12/31/2599 # # B058F03 Stage sequence number: 0 B058F04 Sensitivity: E+08 B058F05 Frequency of sensitivity: E+00 B058F06 Number of calibrations: 0 A0 enters directly from the first stage sensor entry. It is the number that places the graph at a standard level of 1 at the normalizatin frequency of 1hz. The poles and zeroes are the complete list produced be listing all poles and zeros for all stages together. The final sensitivity is the product of sensor gain times amp gain of times AD gain value of counts per volt for a total of 106,007,144. This example is bad because I have these rolled up into one number. Converting the response file to the SAC format requires multiplication of A0 with sensitivity for times 106,007,144 for a constant of e+08 counts per meter. This is counts per meter. In WinQuake this would be sensitivity of E-07 cm/ count. The number is obtained by dividing by 100 and then inverting the result. In this example all the gains are combined before building the file. In reality with a more complex system each stage can be included seperately. The final stage will be stage 0 with the total sensitivity listed as shown here. In the next section some examples will be used to show verification of the WinQuake conversions and to provide some examples of how Obspy can be quite simple to use.

9 This event file will be used as an example as we continue with response correction. The code used will be shown as the example progresses. First read in the data and response. I do not record using WinSDR so I will use a SAC format file developed above and attach using some different code available in Obspy. Code is blue. filename = 'C:\Documents and Settings\Randy\My Documents\PyProgs\docevt.psn' respf = 'C:\Documents and Settings\Randy\My Documents\PyProgs\PZrp.txt' #define a filter band to prevent amplifying noise during the deconvolution. A similar filter was run in WQ attempting to balance the plots not using this. pre_filt = (0.05, 0.1, 6.0, 10.0) These next lines will attach the pole zero sensitivity to the trace while reading. rp = readpsn(filename) attach_paz(rp[0], respf, tovel=false) rp.detrend('demean')

10 rp.plot() #uncorrected data plot is produced The plot below shows the Winquake sensitivity included as noted on the scale. Resp1 is then extracted from the trace for the next operation as a test. Note SAC format response corrects to displacement so tovel=false was the correct switch setting when attaching the response information. resp1 = rp[0].stats.paz rp[0].stats.calib = 1.0 the calibration is set to one to prevent double correction. Now the correction is applied by removing the paz and correcting the amplitude. rp.simulate(paz_remove = resp1, pre_filt=pre_filt, paz_simulate=none) rp.plot() #corrected data plot showing displacement. In WinQuake the approximate matching operations would be to integrate the data.

11 The next plot then is of data integrated in WinQuake and then amplitude adjusted by the WinQuake sensitivity. I have renamed the integrated trace from rp to psn in order to keep things in order. psn[0].data = psn[0].data*(psn[0].stats.calib) psn.plot() As a final verification of the processing the next plot will show in blue the uncorrected Welch Periodogram. This is an average of overlaping fft windows which smooth the data and bring out any long term frequencies while averaging the noise level.

12 The top blue line is uncorrected data in the velocity domain. Green is the pole zero corrected to displacement and adjusted for gain. Red is Winquake integrated to displacement and corrected by the velocity sensitivity number but with no poles or zeros applied. Note the displacement corrected data has a different slope. As the lower frequencies are reached the pole zero adjustment increases bending the curve upward. There is a lower limit on correcting response and the lower frequencies are boosted beyond usable information levels. The pre-filter cut shows on the left edge preventing unwanted noise amplification. The next 3 images are zoomed in on the first P arrival time.

13 The uncorrected data. The arrival corrected to displacement. The integrated WinQuake data corrected for amplitude. Note phase differences.

14 The final graphic is taken from an Obspy document. It graphically shows what takes place in the correction.

Electrical and Electronic Laboratory Faculty of Engineering Chulalongkorn University. Cathode-Ray Oscilloscope (CRO)

Electrical and Electronic Laboratory Faculty of Engineering Chulalongkorn University. Cathode-Ray Oscilloscope (CRO) 2141274 Electrical and Electronic Laboratory Faculty of Engineering Chulalongkorn University Cathode-Ray Oscilloscope (CRO) Objectives You will be able to use an oscilloscope to measure voltage, frequency

More information

The Cathode Ray Tube

The Cathode Ray Tube Lesson 2 The Cathode Ray Tube The Cathode Ray Oscilloscope Cathode Ray Oscilloscope Controls Uses of C.R.O. Electric Flux Electric Flux Through a Sphere Gauss s Law The Cathode Ray Tube Example 7 on an

More information

Spectrum Analyser Basics

Spectrum Analyser Basics Hands-On Learning Spectrum Analyser Basics Peter D. Hiscocks Syscomp Electronic Design Limited Email: phiscock@ee.ryerson.ca June 28, 2014 Introduction Figure 1: GUI Startup Screen In a previous exercise,

More information

LabView Exercises: Part II

LabView Exercises: Part II Physics 3100 Electronics, Fall 2008, Digital Circuits 1 LabView Exercises: Part II The working VIs should be handed in to the TA at the end of the lab. Using LabView for Calculations and Simulations LabView

More information

Session 1 Introduction to Data Acquisition and Real-Time Control

Session 1 Introduction to Data Acquisition and Real-Time Control EE-371 CONTROL SYSTEMS LABORATORY Session 1 Introduction to Data Acquisition and Real-Time Control Purpose The objectives of this session are To gain familiarity with the MultiQ3 board and WinCon software.

More information

NOTICE: This document is for use only at UNSW. No copies can be made of this document without the permission of the authors.

NOTICE: This document is for use only at UNSW. No copies can be made of this document without the permission of the authors. Brüel & Kjær Pulse Primer University of New South Wales School of Mechanical and Manufacturing Engineering September 2005 Prepared by Michael Skeen and Geoff Lucas NOTICE: This document is for use only

More information

Department of Electrical & Electronic Engineering Imperial College of Science, Technology and Medicine. Project: Real-Time Speech Enhancement

Department of Electrical & Electronic Engineering Imperial College of Science, Technology and Medicine. Project: Real-Time Speech Enhancement Department of Electrical & Electronic Engineering Imperial College of Science, Technology and Medicine Project: Real-Time Speech Enhancement Introduction Telephones are increasingly being used in noisy

More information

Oscilloscope Guide Tektronix TDS3034B & TDS3052B

Oscilloscope Guide Tektronix TDS3034B & TDS3052B Tektronix TDS3034B & TDS3052B Version 2008-Jan-1 Dept. of Electrical & Computer Engineering Portland State University Copyright 2008 Portland State University 1 Basic Information This guide provides basic

More information

University of Utah Electrical & Computer Engineering Department ECE1050/1060 Oscilloscope

University of Utah Electrical & Computer Engineering Department ECE1050/1060 Oscilloscope University of Utah Electrical & Computer Engineering Department ECE1050/1060 Oscilloscope Name:, A. Stolp, 2/2/00 rev, 9/15/03 NOTE: This is a fill-in-the-blanks lab. No notebook is required. You are encouraged

More information

NENS 230 Assignment #2 Data Import, Manipulation, and Basic Plotting

NENS 230 Assignment #2 Data Import, Manipulation, and Basic Plotting NENS 230 Assignment #2 Data Import, Manipulation, and Basic Plotting Compound Action Potential Due: Tuesday, October 6th, 2015 Goals Become comfortable reading data into Matlab from several common formats

More information

Experiment 9A: Magnetism/The Oscilloscope

Experiment 9A: Magnetism/The Oscilloscope Experiment 9A: Magnetism/The Oscilloscope (This lab s "write up" is integrated into the answer sheet. You don't need to attach a separate one.) Part I: Magnetism and Coils A. Obtain a neodymium magnet

More information

PS User Guide Series Seismic-Data Display

PS User Guide Series Seismic-Data Display PS User Guide Series 2015 Seismic-Data Display Prepared By Choon B. Park, Ph.D. January 2015 Table of Contents Page 1. File 2 2. Data 2 2.1 Resample 3 3. Edit 4 3.1 Export Data 4 3.2 Cut/Append Records

More information

The Distortion Magnifier

The Distortion Magnifier The Distortion Magnifier Bob Cordell January 13, 2008 Updated March 20, 2009 The Distortion magnifier described here provides ways of measuring very low levels of THD and IM distortions. These techniques

More information

ISOMET. Compensation look-up-table (LUT) and Scan Uniformity

ISOMET. Compensation look-up-table (LUT) and Scan Uniformity Compensation look-up-table (LUT) and Scan Uniformity The compensation look-up-table (LUT) contains both phase and amplitude data. This is automatically applied to the Image data to maximize diffraction

More information

GG450 4/12/2010. Today s material comes from p in the text book. Please read and understand all of this material!

GG450 4/12/2010. Today s material comes from p in the text book. Please read and understand all of this material! GG450 April 13, 2010 Seismic Reflection III Data Processing Today s material comes from p. 163-198 in the text book. Please read and understand all of this material! Reflection Processing We've been talking

More information

Calibrate, Characterize and Emulate Systems Using RFXpress in AWG Series

Calibrate, Characterize and Emulate Systems Using RFXpress in AWG Series Calibrate, Characterize and Emulate Systems Using RFXpress in AWG Series Introduction System designers and device manufacturers so long have been using one set of instruments for creating digitally modulated

More information

Recommended Operations

Recommended Operations Category LMS Test.Lab Access Level End User Topic Rotating Machinery Publish Date 1-Aug-2016 Question: How to 'correctly' integrate time data within Time Domain Integration? Answer: While the most accurate

More information

Application note for Peerless XLS 12" subwoofer driver

Application note for Peerless XLS 12 subwoofer driver Application note for Peerless XLS 12" subwoofer driver Introduction: The following is an application note of how to use the Peerless XLS 12" driver especially designed for subwoofers. The application note

More information

PRELIMINARY INFORMATION. Professional Signal Generation and Monitoring Options for RIFEforLIFE Research Equipment

PRELIMINARY INFORMATION. Professional Signal Generation and Monitoring Options for RIFEforLIFE Research Equipment Integrated Component Options Professional Signal Generation and Monitoring Options for RIFEforLIFE Research Equipment PRELIMINARY INFORMATION SquareGENpro is the latest and most versatile of the frequency

More information

Investigation of Digital Signal Processing of High-speed DACs Signals for Settling Time Testing

Investigation of Digital Signal Processing of High-speed DACs Signals for Settling Time Testing Universal Journal of Electrical and Electronic Engineering 4(2): 67-72, 2016 DOI: 10.13189/ujeee.2016.040204 http://www.hrpub.org Investigation of Digital Signal Processing of High-speed DACs Signals for

More information

MIE 402: WORKSHOP ON DATA ACQUISITION AND SIGNAL PROCESSING Spring 2003

MIE 402: WORKSHOP ON DATA ACQUISITION AND SIGNAL PROCESSING Spring 2003 MIE 402: WORKSHOP ON DATA ACQUISITION AND SIGNAL PROCESSING Spring 2003 OBJECTIVE To become familiar with state-of-the-art digital data acquisition hardware and software. To explore common data acquisition

More information

ME EN 363 ELEMENTARY INSTRUMENTATION Lab: Basic Lab Instruments and Data Acquisition

ME EN 363 ELEMENTARY INSTRUMENTATION Lab: Basic Lab Instruments and Data Acquisition ME EN 363 ELEMENTARY INSTRUMENTATION Lab: Basic Lab Instruments and Data Acquisition INTRODUCTION Many sensors produce continuous voltage signals. In this lab, you will learn about some common methods

More information

PHY221 Lab 1 Discovering Motion: Introduction to Logger Pro and the Motion Detector; Motion with Constant Velocity

PHY221 Lab 1 Discovering Motion: Introduction to Logger Pro and the Motion Detector; Motion with Constant Velocity PHY221 Lab 1 Discovering Motion: Introduction to Logger Pro and the Motion Detector; Motion with Constant Velocity Print Your Name Print Your Partners' Names Instructions August 31, 2016 Before lab, read

More information

How advances in digitizer technologies improve measurement accuracy

How advances in digitizer technologies improve measurement accuracy How advances in digitizer technologies improve measurement accuracy Impacts of oscilloscope signal integrity Oscilloscopes Page 2 By choosing an oscilloscope with superior signal integrity you get the

More information

The Effect of Time-Domain Interpolation on Response Spectral Calculations. David M. Boore

The Effect of Time-Domain Interpolation on Response Spectral Calculations. David M. Boore The Effect of Time-Domain Interpolation on Response Spectral Calculations David M. Boore This note confirms Norm Abrahamson s finding that the straight line interpolation between sampled points used in

More information

RICHLAND COLLEGE School of Engineering Business & Technology Rev. 0 W. Slonecker Rev. 1 (8/26/2012) J. Bradbury

RICHLAND COLLEGE School of Engineering Business & Technology Rev. 0 W. Slonecker Rev. 1 (8/26/2012) J. Bradbury RICHLAND COLLEGE School of Engineering Business & Technology Rev. 0 W. Slonecker Rev. 1 (8/26/2012) J. Bradbury INTC 1307 Instrumentation Test Equipment Teaching Unit 8 Oscilloscopes Unit 8: Oscilloscopes

More information

9. TIME DOMAIN INDUCED POLARIZATION PROGRAM (TDIP)

9. TIME DOMAIN INDUCED POLARIZATION PROGRAM (TDIP) 9. TIME DOMAIN INDUCED POLARIZATION PROGRAM (TDIP) 9.1 INTRODUCTION... 2 PROGRAM DESCRIPTION...2 FREQUENCY RANGE...2 FILTER...2 CALIBRATION CACHE...2 9.2 PROGRAM OPERATION... 3 SCREEN 1 - INITIAL PROGRAM

More information

SPECIAL REPORT OF THE SUBCOMMITTEE ON POLARITY STANDARDS 1

SPECIAL REPORT OF THE SUBCOMMITTEE ON POLARITY STANDARDS 1 This document has been converted from the original publication: Thigpen, Ben B., Dalby, A. E. and Landrum, Ralph, 1975, Report on Subcommittee on Polarity Standards *: Geophysics, 40, no. 04, 694-699.

More information

Getting Started. Connect green audio output of SpikerBox/SpikerShield using green cable to your headphones input on iphone/ipad.

Getting Started. Connect green audio output of SpikerBox/SpikerShield using green cable to your headphones input on iphone/ipad. Getting Started First thing you should do is to connect your iphone or ipad to SpikerBox with a green smartphone cable. Green cable comes with designators on each end of the cable ( Smartphone and SpikerBox

More information

Virtual Vibration Analyzer

Virtual Vibration Analyzer Virtual Vibration Analyzer Vibration/industrial systems LabVIEW DAQ by Ricardo Jaramillo, Manager, Ricardo Jaramillo y Cía; Daniel Jaramillo, Engineering Assistant, Ricardo Jaramillo y Cía The Challenge:

More information

Getting Started with the LabVIEW Sound and Vibration Toolkit

Getting Started with the LabVIEW Sound and Vibration Toolkit 1 Getting Started with the LabVIEW Sound and Vibration Toolkit This tutorial is designed to introduce you to some of the sound and vibration analysis capabilities in the industry-leading software tool

More information

University of Utah Electrical Engineering Department EE1050/1060 Oscilloscope. Name:, Lab TA:

University of Utah Electrical Engineering Department EE1050/1060 Oscilloscope. Name:, Lab TA: University of Utah Electrical Engineering Department EE1050/1060 Oscilloscope Name:, Lab TA: A. Stolp, 2/2/00 rev, 9/14/00 NOTE: This is a fill-in-the-blanks lab. No notebook is required. You are encouraged

More information

Please feel free to download the Demo application software from analogarts.com to help you follow this seminar.

Please feel free to download the Demo application software from analogarts.com to help you follow this seminar. Hello, welcome to Analog Arts spectrum analyzer tutorial. Please feel free to download the Demo application software from analogarts.com to help you follow this seminar. For this presentation, we use a

More information

Using an oscilloscope - The Hameg 203-6

Using an oscilloscope - The Hameg 203-6 Using an oscilloscope - The Hameg 203-6 What does an oscilloscope do? Setting up How does an oscilloscope work? Other oscilloscope controls Connecting a function generator Microphones audio signals and

More information

Operation Manual for. SCU1 Signal Conditioning Unit

Operation Manual for. SCU1 Signal Conditioning Unit Operation Manual for SCU1 Signal Conditioning Unit Table of Contents 1. About this Manual 4 1.1. Symbols Glossary 4 2. Safe Use 4 3. Compatible Magnetometers 5 4. Introduction to the SCU1 5 4.1. Summary

More information

PicoScope 9300 Series migration guide

PicoScope 9300 Series migration guide sampling oscilloscopes since 2009 The 9300 Series is a leading-edge product family resulting from a long program of product development. From late 2017, in the process of adding new 15 GHz and 25 GHz models,

More information

Experiment 13 Sampling and reconstruction

Experiment 13 Sampling and reconstruction Experiment 13 Sampling and reconstruction Preliminary discussion So far, the experiments in this manual have concentrated on communications systems that transmit analog signals. However, digital transmission

More information

A Fast Magnet Current Change Monitor for Machine Protection in HERA and the LHC

A Fast Magnet Current Change Monitor for Machine Protection in HERA and the LHC 10th ICALEPCS Int. Conf. on Accelerator & Large Expt. Physics Control Systems. Geneva, 10-14 Oct 2005, PO2.042-4 (2005) A Fast Magnet Current Change Monitor for Machine Protection in HERA and the LHC M.Werner

More information

ASK THE EXPERTS: Procedure for Verifying Magnetic Pickup Signal Integrity Using a Windrock Portable Analyzer

ASK THE EXPERTS: Procedure for Verifying Magnetic Pickup Signal Integrity Using a Windrock Portable Analyzer December 2016 ASK THE EXPERTS: Procedure for Verifying Magnetic Pickup Signal Integrity Using a Windrock Portable Analyzer QUESTION: Does Windrock have some standard procedures for verifying magnetic pickup

More information

Machinery Diagnostic Plots Part 1 ORBIT Back-to-Basics: What does the data really tell us?

Machinery Diagnostic Plots Part 1 ORBIT Back-to-Basics: What does the data really tell us? Machinery Diagnostic Plots Part 1 ORBIT Back-to-Basics: What does the data really tell us? Gaston Desimone Latin America Technical Leader Bently Nevada* Machinery Diagnostic Services (MDS) Buenos Aires

More information

Expect to Make Waves.

Expect to Make Waves. Expect to Make Waves. The New Oscilloscope Large 10.4" LCD touch screen Long capture time Extensive communication capabilities www.lecroy.com The New Oscillos From its large 10.4" LCD touch screen to its

More information

Dynamic re-referencing Microvolt-level measurements with the R&S RTO oscilloscopes

Dynamic re-referencing Microvolt-level measurements with the R&S RTO oscilloscopes RTO_app-bro_3607-2855-92_v0100.indd 1 Microvolt-level measurements with the R&S RTO Test & Measurement Application Brochure 01.00 Dynamic re-referencing Microvolt-level measurements with the R&S RTO oscilloscopes

More information

ECE 4220 Real Time Embedded Systems Final Project Spectrum Analyzer

ECE 4220 Real Time Embedded Systems Final Project Spectrum Analyzer ECE 4220 Real Time Embedded Systems Final Project Spectrum Analyzer by: Matt Mazzola 12222670 Abstract The design of a spectrum analyzer on an embedded device is presented. The device achieves minimum

More information

OSCILLOSCOPE AND DIGITAL MULTIMETER

OSCILLOSCOPE AND DIGITAL MULTIMETER Exp. No #0 OSCILLOSCOPE AND DIGITAL MULTIMETER Date: OBJECTIVE The purpose of the experiment is to understand the operation of cathode ray oscilloscope (CRO) and to become familiar with its usage. Also

More information

Digital Lock-In Amplifiers SR850 DSP lock-in amplifier with graphical display

Digital Lock-In Amplifiers SR850 DSP lock-in amplifier with graphical display Digital Lock-In Amplifiers SR850 DSP lock-in amplifier with graphical display SR850 DSP Lock-In Amplifier 1 mhz to 102.4 khz frequency range >100 db dynamic reserve 0.001 degree phase resolution Time constants

More information

Features/Specifications

Features/Specifications Introduction Thank you for purchasing the DD Audio DSI-1(Digital Signal Integrator). The DSI-1 is a feature rich audio signal processor that will allow you to precisely tune the acoustics of your car audio

More information

Choosing an Oscilloscope

Choosing an Oscilloscope Choosing an Oscilloscope By Alan Lowne CEO Saelig Company (www.saelig.com) Post comments on this article at www.nutsvolts.com/ magazine/article/october2016_choosing-oscilloscopes. All sorts of questions

More information

NanoGiant Oscilloscope/Function-Generator Program. Getting Started

NanoGiant Oscilloscope/Function-Generator Program. Getting Started Getting Started Page 1 of 17 NanoGiant Oscilloscope/Function-Generator Program Getting Started This NanoGiant Oscilloscope program gives you a small impression of the capabilities of the NanoGiant multi-purpose

More information

Techniques for Extending Real-Time Oscilloscope Bandwidth

Techniques for Extending Real-Time Oscilloscope Bandwidth Techniques for Extending Real-Time Oscilloscope Bandwidth Over the past decade, data communication rates have increased by a factor well over 10X. Data rates that were once 1Gb/sec and below are now routinely

More information

ENGINEERING COMMITTEE

ENGINEERING COMMITTEE ENGINEERING COMMITTEE Interface Practices Subcommittee SCTE STANDARD SCTE 45 2017 Test Method for Group Delay NOTICE The Society of Cable Telecommunications Engineers (SCTE) Standards and Operational Practices

More information

PicoScope. User guide. Copyright 2005 Pico Technology Limited. All rights reserved. PSW044 v1.5

PicoScope. User guide. Copyright 2005 Pico Technology Limited. All rights reserved. PSW044 v1.5 PicoScope User guide I PicoScope User Guide Table of Contents 1 Introduction...3...3 1 What is PicoScope?...3 2 Why use PicoScope?...4 3 Screen layout...4 4 Display area...5 5 Customisation...5 6 Exporting

More information

Why Engineers Ignore Cable Loss

Why Engineers Ignore Cable Loss Why Engineers Ignore Cable Loss By Brig Asay, Agilent Technologies Companies spend large amounts of money on test and measurement equipment. One of the largest purchases for high speed designers is a real

More information

Agilent PN Time-Capture Capabilities of the Agilent Series Vector Signal Analyzers Product Note

Agilent PN Time-Capture Capabilities of the Agilent Series Vector Signal Analyzers Product Note Agilent PN 89400-10 Time-Capture Capabilities of the Agilent 89400 Series Vector Signal Analyzers Product Note Figure 1. Simplified block diagram showing basic signal flow in the Agilent 89400 Series VSAs

More information

Appendix D. UW DigiScope User s Manual. Willis J. Tompkins and Annie Foong

Appendix D. UW DigiScope User s Manual. Willis J. Tompkins and Annie Foong Appendix D UW DigiScope User s Manual Willis J. Tompkins and Annie Foong UW DigiScope is a program that gives the user a range of basic functions typical of a digital oscilloscope. Included are such features

More information

Seismometer Candidate for Globe Project

Seismometer Candidate for Globe Project Seismometer Candidate for Globe Project IRIS Consortium Education and Outreach Committee Design Program Colorado School of Mines Golden, CO 80401 Mitchell Farnik Mohammed Ali Stefan Jensen Abdulla ALAmoodi

More information

The BAT WAVE ANALYZER project

The BAT WAVE ANALYZER project The BAT WAVE ANALYZER project Conditions of Use The Bat Wave Analyzer program is free for personal use and can be redistributed provided it is not changed in any way, and no fee is requested. The Bat Wave

More information

SigPlay User s Guide

SigPlay User s Guide SigPlay User s Guide . . SigPlay32 User's Guide? Version 3.4 Copyright? 2001 TDT. All rights reserved. No part of this manual may be reproduced or transmitted in any form or by any means, electronic or

More information

Synthesized Clock Generator

Synthesized Clock Generator Synthesized Clock Generator CG635 DC to 2.05 GHz low-jitter clock generator Clocks from DC to 2.05 GHz Random jitter

More information

OPERATIVE GUIDE P.I.T. PILE INTEGRITY TEST

OPERATIVE GUIDE P.I.T. PILE INTEGRITY TEST OPERATIVE GUIDE P.I.T. PILE INTEGRITY TEST 1 Echotest procedure / PIT Pile Integrity test with MAE ETBT instrument Generals Theory notes Pile Integrity Test (PIT) is a simple non destructive test which

More information

E X P E R I M E N T 1

E X P E R I M E N T 1 E X P E R I M E N T 1 Getting to Know Data Studio Produced by the Physics Staff at Collin College Copyright Collin College Physics Department. All Rights Reserved. University Physics, Exp 1: Getting to

More information

PulseCounter Neutron & Gamma Spectrometry Software Manual

PulseCounter Neutron & Gamma Spectrometry Software Manual PulseCounter Neutron & Gamma Spectrometry Software Manual MAXIMUS ENERGY CORPORATION Written by Dr. Max I. Fomitchev-Zamilov Web: maximus.energy TABLE OF CONTENTS 0. GENERAL INFORMATION 1. DEFAULT SCREEN

More information

Hardware Verification after Installation. D0 Run IIB L1Cal Technical Readiness Review. Presented by Dan Edmunds August 2005

Hardware Verification after Installation. D0 Run IIB L1Cal Technical Readiness Review. Presented by Dan Edmunds August 2005 Hardware Verification after Installation D0 Run IIB L1Cal Technical Readiness Review Presented by Dan Edmunds 26-27 August 2005 The purpose of this talk is to describe to the committee how various aspects

More information

A Matlab toolbox for. Characterisation Of Recorded Underwater Sound (CHORUS) USER S GUIDE

A Matlab toolbox for. Characterisation Of Recorded Underwater Sound (CHORUS) USER S GUIDE Centre for Marine Science and Technology A Matlab toolbox for Characterisation Of Recorded Underwater Sound (CHORUS) USER S GUIDE Version 5.0b Prepared for: Centre for Marine Science and Technology Prepared

More information

Version 1.10 CRANE SONG LTD East 5th Street Superior, WI USA tel: fax:

Version 1.10 CRANE SONG LTD East 5th Street Superior, WI USA tel: fax: -192 HARMONICALLY ENHANCED DIGITAL DEVICE OPERATOR'S MANUAL Version 1.10 CRANE SONG LTD. 2117 East 5th Street Superior, WI 54880 USA tel: 715-398-3627 fax: 715-398-3279 www.cranesong.com 2000 Crane Song,LTD.

More information

S op o e p C on o t n rol o s L arni n n i g n g O bj b e j ctiv i e v s

S op o e p C on o t n rol o s L arni n n i g n g O bj b e j ctiv i e v s ET 150 Scope Controls Learning Objectives In this lesson you will: learn the location and function of oscilloscope controls. see block diagrams of analog and digital oscilloscopes. see how different input

More information

MTI-2100 FOTONIC SENSOR. High resolution, non-contact. measurement of vibration. and displacement

MTI-2100 FOTONIC SENSOR. High resolution, non-contact. measurement of vibration. and displacement A worldwide leader in precision measurement solutions MTI-2100 FOTONIC SENSOR High resolution, non-contact measurement of vibration and displacement MTI-2100 Fotonic TM Sensor Unmatched Resolution and

More information

Agilent DSO5014A Oscilloscope Tutorial

Agilent DSO5014A Oscilloscope Tutorial Contents UNIVERSITY OF CALIFORNIA AT BERKELEY College of Engineering Department of Electrical Engineering and Computer Sciences EE105 Lab Experiments Agilent DSO5014A Oscilloscope Tutorial 1 Introduction

More information

Keysight Technologies High Power Ampliier Measurements Using Nonlinear Vector Network Analyzer. Application Note

Keysight Technologies High Power Ampliier Measurements Using Nonlinear Vector Network Analyzer. Application Note Keysight Technologies High Power Ampliier Measurements Using Nonlinear Vector Network Analyzer Application Note Introduction High-power devices are common building blocks in RF and microwave communication

More information

SEISMOWIN SEISMOLOG-MT Version SEISMOWIN. module SEISMOLOG-MT USER'S MANUAL (4 / 2012)

SEISMOWIN SEISMOLOG-MT Version SEISMOWIN. module SEISMOLOG-MT USER'S MANUAL (4 / 2012) 1-------------------- SEISMOWIN SEISMOLOG-MT Version 1.1.0 SEISMOWIN module SEISMOLOG-MT USER'S MANUAL (4 / 2012) Copyright SARA electronic instruments s.r.l. All rights reserved SARA electronic instruments

More information

Lecture 17 Microwave Tubes: Part I

Lecture 17 Microwave Tubes: Part I Basic Building Blocks of Microwave Engineering Prof. Amitabha Bhattacharya Department of Electronics and Communication Engineering Indian Institute of Technology, Kharagpur Lecture 17 Microwave Tubes:

More information

GÜRALP CMG-3T BROADBAND SEISMOMETER

GÜRALP CMG-3T BROADBAND SEISMOMETER GÜRALP CMG-3T BROADBAND SEISMOMETER Covers the complete seismic spectrum up to 50 Hz, and a single transfer function defines the sensor response. (100Hz high frequency corner option) Suitable for local,

More information

Test of ScannerMAX Saturn 1 with 600Hz Sine-wave input, having an optical scan angle of 40 optical degrees peak to peak.

Test of ScannerMAX Saturn 1 with 600Hz Sine-wave input, having an optical scan angle of 40 optical degrees peak to peak. Test of ScannerMAX Saturn 1 with 600Hz Sine-wave input, having an optical scan angle of 40 optical degrees peak to peak. What follows are scope screen shots of a test of ScannerMAX Saturn 1B with our standard

More information

Elements of a Television System

Elements of a Television System 1 Elements of a Television System 1 Elements of a Television System The fundamental aim of a television system is to extend the sense of sight beyond its natural limits, along with the sound associated

More information

Digital Delay / Pulse Generator DG535 Digital delay and pulse generator (4-channel)

Digital Delay / Pulse Generator DG535 Digital delay and pulse generator (4-channel) Digital Delay / Pulse Generator Digital delay and pulse generator (4-channel) Digital Delay/Pulse Generator Four independent delay channels Two fully defined pulse channels 5 ps delay resolution 50 ps

More information

The Measurement Tools and What They Do

The Measurement Tools and What They Do 2 The Measurement Tools The Measurement Tools and What They Do JITTERWIZARD The JitterWizard is a unique capability of the JitterPro package that performs the requisite scope setup chores while simplifying

More information

R G Alcorn, W C Beattie. The Queen s University of Belfast

R G Alcorn, W C Beattie. The Queen s University of Belfast POWER QUALITY ASSESSMENT FROM A WAVE-POWER STATION R G Alcorn, W C Beattie The Queen s University of Belfast SUMMARY A wave-power station produces electricity by converting sea-wave energy into electrical

More information

Good afternoon! My name is Swetha Mettala Gilla you can call me Swetha.

Good afternoon! My name is Swetha Mettala Gilla you can call me Swetha. Good afternoon! My name is Swetha Mettala Gilla you can call me Swetha. I m a student at the Electrical and Computer Engineering Department and at the Asynchronous Research Center. This talk is about the

More information

Analysis of WFS Measurements from first half of 2004

Analysis of WFS Measurements from first half of 2004 Analysis of WFS Measurements from first half of 24 (Report4) Graham Cox August 19, 24 1 Abstract Described in this report is the results of wavefront sensor measurements taken during the first seven months

More information

CHARACTERIZATION OF END-TO-END DELAYS IN HEAD-MOUNTED DISPLAY SYSTEMS

CHARACTERIZATION OF END-TO-END DELAYS IN HEAD-MOUNTED DISPLAY SYSTEMS CHARACTERIZATION OF END-TO-END S IN HEAD-MOUNTED DISPLAY SYSTEMS Mark R. Mine University of North Carolina at Chapel Hill 3/23/93 1. 0 INTRODUCTION This technical report presents the results of measurements

More information

A 400MHz Direct Digital Synthesizer with the AD9912

A 400MHz Direct Digital Synthesizer with the AD9912 A MHz Direct Digital Synthesizer with the AD991 Daniel Da Costa danieljdacosta@gmail.com Brendan Mulholland firemulholland@gmail.com Project Sponser: Dr. Kirk W. Madison Project 11 Engineering Physics

More information

Experiment # 4 Counters and Logic Analyzer

Experiment # 4 Counters and Logic Analyzer EE20L - Introduction to Digital Circuits Experiment # 4. Synopsis: Experiment # 4 Counters and Logic Analyzer In this lab we will build an up-counter and a down-counter using 74LS76A - Flip Flops. The

More information

127566, Россия, Москва, Алтуфьевское шоссе, дом 48, корпус 1 Телефон: +7 (499) (800) (бесплатно на территории России)

127566, Россия, Москва, Алтуфьевское шоссе, дом 48, корпус 1 Телефон: +7 (499) (800) (бесплатно на территории России) 127566, Россия, Москва, Алтуфьевское шоссе, дом 48, корпус 1 Телефон: +7 (499) 322-99-34 +7 (800) 200-74-93 (бесплатно на территории России) E-mail: info@awt.ru, web:www.awt.ru Contents 1 Introduction...2

More information

Activity P32: Variation of Light Intensity (Light Sensor)

Activity P32: Variation of Light Intensity (Light Sensor) Activity P32: Variation of Light Intensity (Light Sensor) Concept DataStudio ScienceWorkshop (Mac) ScienceWorkshop (Win) Illuminance P32 Vary Light.DS P54 Light Bulb Intensity P54_BULB.SWS Equipment Needed

More information

Digital Storage Oscilloscopes 2550 Series

Digital Storage Oscilloscopes 2550 Series Data Sheet Digital Storage Oscilloscopes 2550 Series The 2550 series digital storage oscilloscopes provide high performance and value in 2-channel and 4-channel configurations. With bandwidth from 70 MHz

More information

CATHODE-RAY OSCILLOSCOPE (CRO)

CATHODE-RAY OSCILLOSCOPE (CRO) CATHODE-RAY OSCILLOSCOPE (CRO) I N T R O D U C T I O N : The cathode-ray oscilloscope (CRO) is a multipurpose display instrument used for the observation, measurement, and analysis of waveforms by plotting

More information

EE273 Lecture 11 Pipelined Timing Closed-Loop Timing November 2, Today s Assignment

EE273 Lecture 11 Pipelined Timing Closed-Loop Timing November 2, Today s Assignment EE273 Lecture 11 Pipelined Timing Closed-Loop Timing November 2, 1998 William J. ally Computer Systems Laboratory Stanford University billd@csl.stanford.edu Copyright (C) by William J. ally, All Rights

More information

Introduction to the oscilloscope and digital data acquisition

Introduction to the oscilloscope and digital data acquisition Introduction to the oscilloscope and digital data acquisition Eric D. Black California Institute of Technology v1.1 There are a certain number of essential tools that are so widely used that every aspiring

More information

BTV Tuesday 21 November 2006

BTV Tuesday 21 November 2006 Test Review Test from last Thursday. Biggest sellers of converters are HD to composite. All of these monitors in the studio are composite.. Identify the only portion of the vertical blanking interval waveform

More information

Audio Compression Technology for Voice Transmission

Audio Compression Technology for Voice Transmission Audio Compression Technology for Voice Transmission 1 SUBRATA SAHA, 2 VIKRAM REDDY 1 Department of Electrical and Computer Engineering 2 Department of Computer Science University of Manitoba Winnipeg,

More information

Signal Stability Analyser

Signal Stability Analyser Signal Stability Analyser o Real Time Phase or Frequency Display o Real Time Data, Allan Variance and Phase Noise Plots o 1MHz to 65MHz medium resolution (12.5ps) o 5MHz and 10MHz high resolution (50fs)

More information

The effect of nonlinear amplification on the analog TV signals caused by the terrestrial digital TV broadcast signals. Keisuke MUTO*, Akira OGAWA**

The effect of nonlinear amplification on the analog TV signals caused by the terrestrial digital TV broadcast signals. Keisuke MUTO*, Akira OGAWA** The effect of nonlinear amplification on the analog TV signals caused by the terrestrial digital TV broadcast signals Keisuke MUTO*, Akira OGAWA** Department of Information Sciences, Graduate school of

More information

v1.0.0 January AlphaLab, Inc. All rights reserved. TriField EMF Meter Owner s Manual

v1.0.0 January AlphaLab, Inc. All rights reserved. TriField EMF Meter Owner s Manual v1.0.0 January 2018 2018 AlphaLab, Inc. All rights reserved. TriField EMF Meter Owner s Manual TABLE OF CONTENTS Overview... 1 Introduction... 1 Features... 1 Applications... 1 Using the TriField EMF Meter...

More information

Capstone screen shows live video with sync to force and velocity data. Try it! Download a FREE 60-day trial at pasco.com/capstone

Capstone screen shows live video with sync to force and velocity data. Try it! Download a FREE 60-day trial at pasco.com/capstone Capstone screen shows live video with sync to force and velocity data. Try it! Download a FREE 60-day trial at pasco.com/capstone If you use these PSCO USB interfaces in your lab, it s time for PSCO Capstone

More information

R Fig. 5 photograph of the image reorganization circuitry. Circuit diagram of output sampling stage.

R Fig. 5 photograph of the image reorganization circuitry. Circuit diagram of output sampling stage. IMPROVED SCAN OF FIGURES 01/2009 into the 12-stage SP 3 register and the nine pixel neighborhood is transferred in parallel to a conventional parallel-to-serial 9-stage CCD register for serial output.

More information

User Manual. Digital Storage Oscilloscopes Models 2534, 2540 & 2542

User Manual. Digital Storage Oscilloscopes Models 2534, 2540 & 2542 User Manual Digital Storage Oscilloscopes Models 2534, 2540 & 2542 General Safety Summary General Safety Summary Review the following safety precautions to avoid injury and prevent damage to this product

More information

MONITORING AND ANALYSIS OF VIBRATION SIGNAL BASED ON VIRTUAL INSTRUMENTATION

MONITORING AND ANALYSIS OF VIBRATION SIGNAL BASED ON VIRTUAL INSTRUMENTATION MONITORING AND ANALYSIS OF VIBRATION SIGNAL BASED ON VIRTUAL INSTRUMENTATION Abstract Sunita Mohanta 1, Umesh Chandra Pati 2 Post Graduate Scholar, NIT Rourkela, India 1 Associate Professor, NIT Rourkela,

More information

Digital Signal Processing Laboratory 7: IIR Notch Filters Using the TMS320C6711

Digital Signal Processing Laboratory 7: IIR Notch Filters Using the TMS320C6711 Digital Signal Processing Laboratory 7: IIR Notch Filters Using the TMS320C6711 Thursday, 4 November 2010 Objective: To implement a simple filter using a digital signal processing microprocessor using

More information

EMS DATA ACQUISITION AND MANAGEMENT (LVDAM-EMS) MODEL 9062-C

EMS DATA ACQUISITION AND MANAGEMENT (LVDAM-EMS) MODEL 9062-C A Electric Power / Controls 2 kw EMS DATA ACQUISITION AND MANAGEMENT (LVDAM-EMS) MODEL 9062-C GENERAL DESCRIPTION The Lab-Volt Data Acquisition and Management for Electromechanical Systems (LVDAM-EMS),

More information

POSITIONING SUBWOOFERS

POSITIONING SUBWOOFERS POSITIONING SUBWOOFERS PRINCIPLE CONSIDERATIONS Lynx Pro Audio / Technical documents When you arrive to a venue and see the Front of House you can find different ways how subwoofers are placed. Sometimes

More information

Overview. Know Your Oscilloscope. Front Panel. Rear Panel. Sharing Agilent s Resources with Engineering Educators

Overview. Know Your Oscilloscope. Front Panel. Rear Panel. Sharing Agilent s Resources with Engineering Educators Know Your Oscilloscope Overview Front Panel Sharing Agilent s Resources with Engineering Educators www.educatorscorner.com Horizontal (time) controls Run control Special purpose menus/controls Trigger

More information