Wide Area Monitoring System Enhancement

Size: px
Start display at page:

Download "Wide Area Monitoring System Enhancement"

Transcription

1 Wide Area onitoring System Enhancement Wide Area onitoring System Enhancement Prepared for Entergy Transmission Principal Authors Steven. Rovnyak, Guang Li, Kejun ei, Louisiana Tech University September 00 This research was supported by matching funds from the National Science Foundation under Grant No. ECS Any opinions, findings and conclusions or recommendations expressed in this material are those of the authors and do not necessarily reflect the views of the National Science Foundation (NSF).

2 Wide Area onitoring System Enhancement Table of Contents. Introduction page. Getting Started page. Using DSI Toolbox and Prony analysis page. Using search program page 4.3 Using event analyzer program page 4 3. Technical Information page 5 3. Filtering page 5 3. Downsampling page Normalizing signals page Finding events page. Introduction This document describes programs that process wide-area monitoring system (WAS) data on the Entergy Transmission network. Some notes are given for starting the Dynamic System Identification (DSI) Toolbox that is maintained by John Hauer and supported by the DOE/CERTS WAS Outreach program. The DSI Toolbox collection of programs was written by John Hauer and others at PNNL and BPA. The DSI Toolbox contains a Prony analysis GUI. This text also describes a program written by Guang Li to search data for events, and a program written by Kejun ei to analyze events according to their frequency signature. The function of the computer program that analyzes frequency records is very similar to the event analyzer program implemented by Joe Chow and Alexander Bykhovsky.. Getting Started. Using DSI Toolbox and Prony Analysis Set Path -- The directory of files provided by John Hauer should be copied onto the hard disk. The dir name is 'DSItools FTP050'. In a ATLAB window click on File and select Set Path. Click on the button Open with Subfolders. Select the directory 'DSItools FTP050' on the hard disk and click OK. If you click Save first then the directory will also be included in the path when ATLAB is started again. DSItools -- These programs can be used for the extraction, integration, display and basic analysis of measured signals. The menu-driven interface is contained in the ATLAB script file PSbrowser.m. This file can be run by typing just psmbrowser if the path has been set correctly. ATLAB is not sensitive about case in filenames. However, ATLAB is casesensitive with variable names. PSbrowser is self-explanatory enough that much of it can be learned without documentation or training. There are also tutorial programs that quickly lead the user into PSbrowser. At the ATLAB prompt try typing one of the following: PDCbrowse_Ex

3 Wide Area onitoring System Enhancement PPSbrowse_Ex PSbrowser There is 70-page User Guide to PS Tools in the document PStools_UserGuide in the directory DSI_UserGuides that is very informative about the features of PSbrowser and their technical details. Another good starting point is the document DSI_JumpStart in the same directory. Prony Analysis -- If the folder 'DSItools FTP050' has been copied to the hard disk and the path has been set correctly, then the Ringdown tool is ready to run as described here. The words ringdown and Prony are usually interchangeable. The document Ringdown_UGuideA in directory DSI_UserGuides provides basic directions for operating the Ringdown Analysis Tool. The document Ringdown_UGuideB provides guidelines and examples for applying the Ringdown Analysis Tool to modal analysis problems. Prony analysis fits a model consisting of a sum of complex exponentials to samples of one or more signals. The following directions can be used to start the Prony GUI for one signal. If event is an L x matrix like this: 0 y(0) T y( T ) event =, : : ( L ) T y(( L ) T ) then Prony analysis can be run by typing at the ATLAB prompt: ringdown(event). The following ATLAB script extracts an L x matrix Reducedfrom an x N matrix PSsigsX. After data is loaded in the DSItools menu-driven interface PSbrowser, you can request the keyboard and perform operations on variables in the workspace. In DSItools, the name of the array containing signals extracted from the PPS files is PSsigsX. % This script extracts an L x array from an % x N array PSsigsX; 'tcol' and 'vcol' refer % to columns of PSsigsX; L is 'length' below. % PSsigsX is the signal array name in DSItools. % After running this script you can type ringdown(reduced) % Setting length < 0 helps eliminate error messages % in ringdown about too many points. tcol = ; % this column contains time variable vcol = 4; % this column contains variable to analyze start = 366; % this row is where extraction starts length = 400; % length of extracted signal in samples finish = start + length - ; var=pssigsx(start:finish,tcol); var = var - PSsigsX(start,tcol); 3

4 Wide Area onitoring System Enhancement var=pssigsx(start:finish,vcol); Reduced = [var var];. Using Search Program The following files are necessary to run the Allback search program. The DSI Tools analysis package and the event analyzer program called Amanda are also necessary for full functionality. allback.p --- ATLAB GUI application for Allback Event Scan Tool allback.fig --- ATLAB figure file storing the graph components for allback.p abcover.fig --- ATLAB figure file storing the version information for allback.p autoback.p --- ATLAB CUI application for Autoback Event Scan Tool simback.p --- ATLAB CUI application for Simback Event Collector Tool sincfilt.exe --- executable file to filter data PPSREAD.P --- ATLAB function to retrieve data from PPS format files After these files are copied into a folder, add that folder directory into the ATLAB search path. There are instructions for adding directories to the ATLAB search path in the previous section on getting started with DSI Toolbox and Prony analysis. Create a file with.cfg extension in an editor application. See the Allback documentation for explanation of the.cfg file parameters. Examples include grimes.cfg and waterford.cfg In the command window of ATLAB, type allback, then click enter/return key. After the initial version information window, you select a.cfg file and then the main window will be displayed. Further instructions are available in the Allback program documentation..3 Using Event Analyzer Program The following files are necessary in order to run the event analyzer program. amanda.p --- event analyzer loader update.p --- GUI update loadrule.p --- DT rule understanding amanda.fig --- default figure file noise.p --- noise preprocessing sevt.p --- event data loading and displaying *.dat --- various event example data After these files are copied into a folder, add that folder directory into the ATLAB search path. There are instructions for adding directories to the ATLAB search path in the section on getting started with DSI Toolbox and Prony analysis. 4

5 Wide Area onitoring System Enhancement The argument passed to the event analyzer has the same format as for the ringdown program. If event is an L x matrix like this: 0 y(0) T y( T ) event =, : : ( L ) T y(( L ) T ) where the y(kt) are power system frequency measurements, then the event analyzer can be run by typing at the ATLAB prompt: amanda(event) After the program has started you can also load a new event by clicking the 'Load Event' button. The frequency measurements from the selected event are plotted with a solid blue curve. To analyze this event, click the 'Analyze' button. A red plot of measurements averaged over a few seconds is added to the display after an event is analyzed, and all the calculated results are updated at the same time. 'Calc. Power' is intended to estimate the power change according to the frequency shift and the beta value; the beta parameter reflects the frequency sensitivity to power changes in the system [refs]. Users can specify a value for beta and the program will estimate the amount of power change corresponding to the change in average frequency. Alternatively, users can specify a value for the power change and the program will calculate beta. The four edit boxes are for zooming in and zooming out of the figure. The 'Load Rule' button was designed to use Decision Trees originally; however, this button is not useful for non-developers at the present time. Application Notes This program requires ATLAB 6. (Release ) There should be no more than one event in the window, and there should be a few seconds of data included both before and after the event. The output file is called 'report.txt'. The event type is encoded as follows: : a nearby load trip : a remote load trip 3: a nearby generator trip 4: a remote generator trip 5: a nearby line fault 6: a remote line fault 7: an oscillation or unknown event This program is modeled after the function of the event analyzer program that was implemented by Joe Chow and Alexander Bykhovsky. 3. Technical Information 3. Filtering Low-pass filtering can reduce noise through a process of averaging. Filtering can make data appear much cleaner but it can also introduce false oscillations around a large step change. 5

6 Wide Area onitoring System Enhancement These features of filtering are described here. Ideal low pass filtering results from the convolution of a signal with a sinc function, which is defined as: sinc(t) ( sin t ) / t, t 0,, t = 0. sinc(t) t Figure : Graph of sinc(t). The Fourier transform of sinc(t) is a function of ω that is constant between - and radians/sec and zero everywhere else. This boxcar shaped function is sometimes called rect(ω / ). Convolution of two functions in the time domain corresponds to multiplication of their Fourier transforms. ultiplying a function by rect(ω / ) makes it zero for ω > rad/sec. Thus the convolution of a signal with sinc(t) removes frequencies above rad/sec (and below - rad/sec). The effect on negative frequencies is implicit and is usually not stated, because the Fourier transform of a real function has magnitude that is symmetric around ω =0. Similarly, convolution with the function sinc(wt) removes frequencies above W rad/sec. Note that W rad/sec is W/π Hz; the parameter corner in the filter program is in Hz so corner = W/π. Let y(t) represent the filter output before scaling. From the definition of convolution: y(t) sinc(wt) * f (t) = sinc(wτ) f (t-τ) dτ. For t = n t, this integral can be calculated from samples as y(n t) sinc(wk t) f((n - k) t) t. k = 6

7 Wide Area onitoring System Enhancement In practice this sum is truncated when k becomes large enough that sinc(wk t) 0. In this application, the sinc function is truncated for Wk t > 6π, which translates into k > 6π /(W t) = N. Thus y(n t) N k = N sinc(wk t) f((n - k) t) t Near the beginning or end of a signal the sum is truncated further on one side and so k ranges from - to N (or from -N to ). Proper scaling of the output can be accomplished using the following observation. When f(t) = for all t, then the filtered result sinc(wt) * f(t) should also equal one. The following formula for the filtered signal clearly has this property: N f filt (n t) sinc(wk t) f((n - k) t) / sinc(wk t) k = N k = The smoothing action of filtering can be seen in the following example where the cutoff frequency is Hz. unfiltered data time (seconds) filtered data time (seconds) Figure : Noisy step change with and without filtering. The oscillations introduced near a sudden jump are very similar to a partial Fourier series approximation to a square wave. 7

8 Wide Area onitoring System Enhancement square wave approximation Figure 3: Partial Fourier series approximation to a step change. One should take care not to perform Prony analysis on the oscillations introduced by low-pass filtering a step change. 3. Downsampling aximum Frequency -- This is the highest frequency that can be represented for a particular sampling rate and it is one half the sampling frequency. Downsampling lowers the maximum frequency and it is important to filter out frequencies above the new maximum frequency before downsampling. Example: If the sampling frequency is 0 times per second then the maximum frequency is 0 Hz. If the downsampling factor is four, that is if every fourth sample is retained, then the new sampling frequency is 5Hz and the new maximum frequency is.5 Hz. One should process the original data through a lowpass filter that cuts out frequencies above.5 Hz before downsampling by a factor of four. 3.3 Normalizing Signals Normalization is performed in order to account for different scales of different measurements such as 60 Hz and 500 kv. The formula for normalization can be written in terms of vector norms, signal RS values, and second moments. All these formulations are described beginning with second moments. Let x[k] be a discrete-time function containing samples of x c (t) in the interval [0, T]. Specifically, T = t, and x[k] = x c (k t), for integer values of k between and. Let the variable x written by itself represent the entire vector: x[] x = x[]. : x[ ] 8

9 Wide Area onitoring System Enhancement The equation for the second moment µ (x) relative to the mean value x is: µ (x) = ( x[ k] x) k = x = ( x[ k]). k =, This second central moment is a reasonable estimate of the variance of the data. The term central refers to the moment being calculated about the mean value. For simplicity, we will just call µ (x) the variance and µ ( x ) the standard deviation. In ATLAB, the variance of a vector z can be calculated as var(z,) or as var(z). The variance used in this discussion exactly equals var(z,) and approximately equals var(z). The formula for var(z) is the same as for var(z,) except that the factor / is replaced by /(-). Subtracting the mean from a signal and dividing the result by the standard deviation produces a signal with mean equal to zero and variance equal to one. Then the mean of z is Let z[k] = ( x[k] - x ) / µ ( ), k =,...,. x z = ( z[ k]). k = = ( x[ k] x ) µ ( x) k = = 0, because k = x [ k] = x = x ; it may help to recall the definition x = k = k = ( x[ k]). The variance of z is defined as µ (z) = ( z[ k] z ) k =, which is simplified by the fact that z = 0. Thus µ (z) = ( x[ k] x) µ ( x) k = =, because µ (x) = k= ( x[ k] x) by definition. 9

10 Wide Area onitoring System Enhancement Normalizing signals places them on the same scale and their correlations are sometimes clearly apparent as in the figure shown here. filtered & normalized signals time (seconds) Figure 4: Normalized signals. The normalization can also be expressed in terms of vector norms and RS values. The standard Euclidean norm of an -element vector y is: y = y [] + y [] + L + y [ ]. Vectors are often divided by their norm as follows which makes their length equal to one. Then they are called unit vectors: y n = y / y. The normalization in terms of variance can also be expressed in terms of the Euclidean norm. Let y[k] = ( x[k] - x ) so that we can write quantities such as y more easily. Then µ (x) = k= ( x[ k] x) = y /. So z[k] = ( x[k] - x ) / µ ( ) = y / y. x Finally, the normalization can also be expressed in terms of the RS value of y. RS stands for root mean square. Some notation first: vector x was obtained from samples of a continuous function x c (t). Similarly vector y can be thought to contain samples of function y c (t) = x c (t) - x. 0

11 Wide Area onitoring System Enhancement The mean of a function y c (t) over the interval [0,T] is y m = T T 0 y c (t) dt. The integral can be calculated from samples as T 0 y c (t) dt k = yc(k t) t = y[k] t. k = The mean square is T y ms = T y c (t) dt = y [k] t = y [k] = y /. 0 T k = k = It may help to recall that T = t. Finally the root mean square is So z[k] = y / y = y / y rms. y rms = y /. The resulting signal has RS value equal to one. If the signal were a sine wave then it would have amplitude. For typical signals, most z[k] values are between - and. 3.4 Finding Events This section describes the algorithm for finding events. Please note that many of the equations below contain vector quantities and/or a calculation that must be carried out for each c =,...,P. We assume that for each channel c =,...,P, there are samples spaced uniformly: sc[] s c = sc[]. : sc[ ] We also assume that values for the parameters ev-thresh and wv c for c =,...,P have been specified. Parameter ev-thresh is the value that must be exceeded in order for an event to be classified as significant in a particular channel; its range is from 0 to 00. The wv c are voting weights for the P channels. Only the relative size between wv c variables is significant; otherwise, their scale does not matter.

12 Wide Area onitoring System Enhancement The absolute difference between neighboring points, also called the point-to-point difference, is 0 d c = sc[] sc[]. : sc[ ] sc[ ] The search program normalizes these vectors through dividing every element by the largest element. The largest element of d c is also referred to as the L norm of d c, and is denoted d c. The percent point-to-point difference is: The average of dp c is: dp c = 00 d c / d c. dp c = k = dp c [k]. After observing that channels with relatively large peaks have lower weights are modified through dividing them by dp c : dpc numbers, the channel wm c = wv c / dp c. The maximum of the wm c is used to scale the weights to be between zero and one. ws c = wm c / wmax, where wmax = The weighted point-to-point differences are: max c =,...,P { wmc }. dw c = ws c * dp c. If dw c [k] > ev-thresh then output: "Potential event exists at time point k and is significant in channel c."

v Prerequisite Tutorials GSSHA WMS Basics Watershed Delineation using DEMs and 2D Grid Generation Time minutes

v Prerequisite Tutorials GSSHA WMS Basics Watershed Delineation using DEMs and 2D Grid Generation Time minutes v. 10.1 WMS 10.1 Tutorial GSSHA WMS Basics Creating Feature Objects and Mapping Attributes to the 2D Grid Populate hydrologic parameters in a GSSHA model using land use and soil data Objectives This tutorial

More information

The Geodatabase Working with Spatial Analyst. Calculating Elevation and Slope Values for Forested Roads, Streams, and Stands.

The Geodatabase Working with Spatial Analyst. Calculating Elevation and Slope Values for Forested Roads, Streams, and Stands. GIS LAB 7 The Geodatabase Working with Spatial Analyst. Calculating Elevation and Slope Values for Forested Roads, Streams, and Stands. This lab will ask you to work with the Spatial Analyst extension.

More information

Lab 1g: Horizontally Forced Pendulum & Chaotic Motion

Lab 1g: Horizontally Forced Pendulum & Chaotic Motion 58:080 Experimental Engineering OBJECTIVE Lab 1g: Horizontally Forced Pendulum & Chaotic Motion The objective of this lab is to study horizontally forced oscillations of a pendulum. This will be done trough

More information

ES205 Analysis and Design of Engineering Systems: Lab 1: An Introductory Tutorial: Getting Started with SIMULINK

ES205 Analysis and Design of Engineering Systems: Lab 1: An Introductory Tutorial: Getting Started with SIMULINK ES205 Analysis and Design of Engineering Systems: Lab 1: An Introductory Tutorial: Getting Started with SIMULINK What is SIMULINK? SIMULINK is a software package for modeling, simulating, and analyzing

More information

EXPERIMENTALLY DETERMINING THE TRANSFER FUNCTION OF A SPRING- MASS SYSTEM

EXPERIMENTALLY DETERMINING THE TRANSFER FUNCTION OF A SPRING- MASS SYSTEM EXPERIMENTALLY DETERMINING THE TRANSFER FUNCTION OF A SPRING- MASS SYSTEM Lab 8 OBJECTIVES At the conclusion of this experiment, students should be able to: Experimentally determine the best fourth order

More information

Using Tables and Graphing Calculators in Math 11

Using Tables and Graphing Calculators in Math 11 Using Tables and Graphing Calculators in Math 11 Graphing calculators are not required for Math 11, but they are likely to be helpful, primarily because they allow you to avoid the use of tables in some

More information

Homework 1 Solutions

Homework 1 Solutions 18-9 Signals and Systems Profs. Byron Yu and Pulkit Grover Fall 18 Homework 1 Solutions Part One 1. (8 points) Consider the DT signal given by the algorithm: x[] = 1 x[1] = x[n] = x[n 1] x[n ] (a) Plot

More information

Introduction to Hartree-Fock calculations in Spartan

Introduction to Hartree-Fock calculations in Spartan EE5 in 2008 Hannes Jónsson Introduction to Hartree-Fock calculations in Spartan In this exercise, you will get to use state of the art software for carrying out calculations of wavefunctions for molecues,

More information

McIDAS-V Tutorial Displaying Point Observations from ADDE Datasets updated July 2016 (software version 1.6)

McIDAS-V Tutorial Displaying Point Observations from ADDE Datasets updated July 2016 (software version 1.6) McIDAS-V Tutorial Displaying Point Observations from ADDE Datasets updated July 2016 (software version 1.6) McIDAS-V is a free, open source, visualization and data analysis software package that is the

More information

Laboratory handouts, ME 340

Laboratory handouts, ME 340 Laboratory handouts, ME 340 This document contains summary theory, solved exercises, prelab assignments, lab instructions, and report assignments for Lab 4. 2014-2016 Harry Dankowicz, unless otherwise

More information

Rotary Motion Servo Plant: SRV02. Rotary Experiment #01: Modeling. SRV02 Modeling using QuaRC. Student Manual

Rotary Motion Servo Plant: SRV02. Rotary Experiment #01: Modeling. SRV02 Modeling using QuaRC. Student Manual Rotary Motion Servo Plant: SRV02 Rotary Experiment #01: Modeling SRV02 Modeling using QuaRC Student Manual SRV02 Modeling Laboratory Student Manual Table of Contents 1. INTRODUCTION...1 2. PREREQUISITES...1

More information

KISSsys Tutorial: Two Stage Planetary Gearbox. Using this tutorial

KISSsys Tutorial: Two Stage Planetary Gearbox. Using this tutorial KISSsys Tutorial: Two Stage Planetary Gearbox KISSsys Tutorial: Two Stage Planetary Gearbox Using this tutorial This tutorial illustrates how a two stage planetary gearbox can be modelled in KISSsys. Some

More information

NINE CHOICE SERIAL REACTION TIME TASK

NINE CHOICE SERIAL REACTION TIME TASK instrumentation and software for research NINE CHOICE SERIAL REACTION TIME TASK MED-STATE NOTATION PROCEDURE SOF-700RA-8 USER S MANUAL DOC-025 Rev. 1.3 Copyright 2013 All Rights Reserved MED Associates

More information

Two problems to be solved. Example Use of SITATION. Here is the main menu. First step. Now. To load the data.

Two problems to be solved. Example Use of SITATION. Here is the main menu. First step. Now. To load the data. Two problems to be solved Example Use of SITATION Mark S. Daskin Department of IE/MS Northwestern U. Evanston, IL 1. Minimize the demand weighted total distance (or average distance) Using 10 facilities

More information

Watershed Modeling Orange County Hydrology Using GIS Data

Watershed Modeling Orange County Hydrology Using GIS Data v. 10.0 WMS 10.0 Tutorial Watershed Modeling Orange County Hydrology Using GIS Data Learn how to delineate sub-basins and compute soil losses for Orange County (California) hydrologic modeling Objectives

More information

Exercises for Windows

Exercises for Windows Exercises for Windows CAChe User Interface for Windows Select tool Application window Document window (workspace) Style bar Tool palette Select entire molecule Select Similar Group Select Atom tool Rotate

More information

Athena Visual Software, Inc. 1

Athena Visual Software, Inc. 1 Athena Visual Studio Visual Kinetics Tutorial VisualKinetics is an integrated tool within the Athena Visual Studio software environment, which allows scientists and engineers to simulate the dynamic behavior

More information

WindNinja Tutorial 3: Point Initialization

WindNinja Tutorial 3: Point Initialization WindNinja Tutorial 3: Point Initialization 6/27/2018 Introduction Welcome to WindNinja Tutorial 3: Point Initialization. This tutorial will step you through the process of downloading weather station data

More information

Standards-Based Quantification in DTSA-II Part II

Standards-Based Quantification in DTSA-II Part II Standards-Based Quantification in DTSA-II Part II Nicholas W.M. Ritchie National Institute of Standards and Technology, Gaithersburg, MD 20899-8371 nicholas.ritchie@nist.gov Introduction This article is

More information

OECD QSAR Toolbox v.4.1. Tutorial illustrating new options for grouping with metabolism

OECD QSAR Toolbox v.4.1. Tutorial illustrating new options for grouping with metabolism OECD QSAR Toolbox v.4.1 Tutorial illustrating new options for grouping with metabolism Outlook Background Objectives Specific Aims The exercise Workflow 2 Background Grouping with metabolism is a procedure

More information

Computer Exercise 0 Simulation of ARMA-processes

Computer Exercise 0 Simulation of ARMA-processes Lund University Time Series Analysis Mathematical Statistics Fall 2018 Centre for Mathematical Sciences Computer Exercise 0 Simulation of ARMA-processes The purpose of this computer exercise is to illustrate

More information

Laboratory handout 5 Mode shapes and resonance

Laboratory handout 5 Mode shapes and resonance laboratory handouts, me 34 82 Laboratory handout 5 Mode shapes and resonance In this handout, material and assignments marked as optional can be skipped when preparing for the lab, but may provide a useful

More information

Virtual Beach Building a GBM Model

Virtual Beach Building a GBM Model Virtual Beach 3.0.6 Building a GBM Model Building, Evaluating and Validating Anytime Nowcast Models In this module you will learn how to: A. Build and evaluate an anytime GBM model B. Optimize a GBM model

More information

Using the EartH2Observe data portal to analyse drought indicators. Lesson 4: Using Python Notebook to access and process data

Using the EartH2Observe data portal to analyse drought indicators. Lesson 4: Using Python Notebook to access and process data Using the EartH2Observe data portal to analyse drought indicators Lesson 4: Using Python Notebook to access and process data Preface In this fourth lesson you will again work with the Water Cycle Integrator

More information

Physical Chemistry II Laboratory

Physical Chemistry II Laboratory Kuwata Spring 2003 Physical Chemistry II Laboratory The Rovibrational Spectra of H 35 Cl and H 37 Cl Using FTIR Write-Up Due Date: Thursday, April 17 (You may record spectra and write your reports in teams

More information

ECE 220 Laboratory 4 Volt Meter, Comparators, and Timer

ECE 220 Laboratory 4 Volt Meter, Comparators, and Timer ECE 220 Laboratory 4 Volt Meter, Comparators, and Timer Michael W. Marcellin Please follow all rules, procedures and report requirements as described at the beginning of the document entitled ECE 220 Laboratory

More information

Using the Stock Hydrology Tools in ArcGIS

Using the Stock Hydrology Tools in ArcGIS Using the Stock Hydrology Tools in ArcGIS This lab exercise contains a homework assignment, detailed at the bottom, which is due Wednesday, October 6th. Several hydrology tools are part of the basic ArcGIS

More information

Using SPSS for One Way Analysis of Variance

Using SPSS for One Way Analysis of Variance Using SPSS for One Way Analysis of Variance This tutorial will show you how to use SPSS version 12 to perform a one-way, between- subjects analysis of variance and related post-hoc tests. This tutorial

More information

Information on the test material EDS-TM002 and the BAM software package EDX Spectrometer Test for determination of the spectrometer performance

Information on the test material EDS-TM002 and the BAM software package EDX Spectrometer Test for determination of the spectrometer performance BAM 6.8 8.5.213 Information on the test material EDS-TM2 and the BAM software package EDX Spectrometer Test for determination of the spectrometer performance 1. Introduction Energy dispersive spectrometers

More information

41. Sim Reactions Example

41. Sim Reactions Example HSC Chemistry 7.0 41-1(6) 41. Sim Reactions Example Figure 1: Sim Reactions Example, Run mode view after calculations. General This example contains instruction how to create a simple model. The example

More information

GMS 8.0 Tutorial MT3DMS Advanced Transport MT3DMS dispersion, sorption, and dual domain options

GMS 8.0 Tutorial MT3DMS Advanced Transport MT3DMS dispersion, sorption, and dual domain options v. 8.0 GMS 8.0 Tutorial MT3DMS dispersion, sorption, and dual domain options Objectives Learn about the dispersion, sorption, and dual domain options in MT3DMS Prerequisite Tutorials None Required Components

More information

Chapter 1 Linear Equations. 1.1 Systems of Linear Equations

Chapter 1 Linear Equations. 1.1 Systems of Linear Equations Chapter Linear Equations. Systems of Linear Equations A linear equation in the n variables x, x 2,..., x n is one that can be expressed in the form a x + a 2 x 2 + + a n x n = b where a, a 2,..., a n and

More information

Mnova Software for Analyzing Reaction Monitoring NMR Spectra

Mnova Software for Analyzing Reaction Monitoring NMR Spectra Mnova Software for Analyzing Reaction Monitoring NMR Spectra Version 10 Chen Peng, PhD, VP of Business Development, US & China Mestrelab Research SL San Diego, CA, USA chen.peng@mestrelab.com 858.736.4563

More information

Virtual Beach Making Nowcast Predictions

Virtual Beach Making Nowcast Predictions Virtual Beach 3.0.6 Making Nowcast Predictions In this module you will learn how to: A. Create a real-time connection to Web data services through EnDDaT B. Download real-time data to make a Nowcast prediction

More information

ST-Links. SpatialKit. Version 3.0.x. For ArcMap. ArcMap Extension for Directly Connecting to Spatial Databases. ST-Links Corporation.

ST-Links. SpatialKit. Version 3.0.x. For ArcMap. ArcMap Extension for Directly Connecting to Spatial Databases. ST-Links Corporation. ST-Links SpatialKit For ArcMap Version 3.0.x ArcMap Extension for Directly Connecting to Spatial Databases ST-Links Corporation www.st-links.com 2012 Contents Introduction... 3 Installation... 3 Database

More information

CS Homework 3. October 15, 2009

CS Homework 3. October 15, 2009 CS 294 - Homework 3 October 15, 2009 If you have questions, contact Alexandre Bouchard (bouchard@cs.berkeley.edu) for part 1 and Alex Simma (asimma@eecs.berkeley.edu) for part 2. Also check the class website

More information

A SHORT INTRODUCTION TO ADAMS

A SHORT INTRODUCTION TO ADAMS A. AHADI, P. LIDSTRÖM, K. NILSSON A SHORT INTRODUCTION TO ADAMS FOR ENGINEERING PHYSICS DIVISION OF MECHANICS DEPARTMENT OF MECHANICAL ENGINEERING LUND INSTITUTE OF TECHNOLOGY 2017 FOREWORD THESE EXERCISES

More information

LAB 2 - ONE DIMENSIONAL MOTION

LAB 2 - ONE DIMENSIONAL MOTION Name Date Partners L02-1 LAB 2 - ONE DIMENSIONAL MOTION OBJECTIVES Slow and steady wins the race. Aesop s fable: The Hare and the Tortoise To learn how to use a motion detector and gain more familiarity

More information

CityGML XFM Application Template Documentation. Bentley Map V8i (SELECTseries 2)

CityGML XFM Application Template Documentation. Bentley Map V8i (SELECTseries 2) CityGML XFM Application Template Documentation Bentley Map V8i (SELECTseries 2) Table of Contents Introduction to CityGML 1 CityGML XFM Application Template 2 Requirements 2 Finding Documentation 2 To

More information

Lab 6: Linear Algebra

Lab 6: Linear Algebra 6.1 Introduction Lab 6: Linear Algebra This lab is aimed at demonstrating Python s ability to solve linear algebra problems. At the end of the assignment, you should be able to write code that sets up

More information

Tutorial 11. Use of User-Defined Scalars and User-Defined Memories for Modeling Ohmic Heating

Tutorial 11. Use of User-Defined Scalars and User-Defined Memories for Modeling Ohmic Heating Tutorial 11. Use of User-Defined Scalars and User-Defined Memories for Modeling Ohmic Heating Introduction The purpose of this tutorial is to illustrate the use of user-defined scalars (UDS) and user defined

More information

Created: 2/3/96 Modified: September 29, Author: Theresa Julia Zielinski Page 1

Created: 2/3/96 Modified: September 29, Author: Theresa Julia Zielinski Page 1 Exploring Orthonormal Functions by Theresa Julia Zielinski Department of Chemistry, Medical Technology, and Physics Monmouth University West Long Branch, NJ 7764-898 tzielins@monmouth.edu Copyright 7 by

More information

OECD QSAR Toolbox v.4.0. Tutorial on how to predict Skin sensitization potential taking into account alert performance

OECD QSAR Toolbox v.4.0. Tutorial on how to predict Skin sensitization potential taking into account alert performance OECD QSAR Toolbox v.4.0 Tutorial on how to predict Skin sensitization potential taking into account alert performance Outlook Background Objectives Specific Aims Read across and analogue approach The exercise

More information

Instytut Fizyki Doświadczalnej Wydział Matematyki, Fizyki i Informatyki UNIWERSYTET GDAŃSKI

Instytut Fizyki Doświadczalnej Wydział Matematyki, Fizyki i Informatyki UNIWERSYTET GDAŃSKI Instytut Fizyki Doświadczalnej Wydział Matematyki, Fizyki i Informatyki UNIWERSYTET GDAŃSKI Experiment 20 : Studying light absorption in terphenyl I. Background theory. 1. 2. 3. 4. 5. 6. 7. Electromagnetic

More information

85. Geo Processing Mineral Liberation Data

85. Geo Processing Mineral Liberation Data Research Center, Pori / Pertti Lamberg 14024-ORC-J 1 (23) 85. Geo Processing Mineral Liberation Data 85.1. Introduction The Mineral Liberation Analyzer, MLA, is an automated mineral analysis system that

More information

OECD QSAR Toolbox v.4.1

OECD QSAR Toolbox v.4.1 OECD QSAR Toolbox v.4. Tutorial illustrating quantitative metabolic information and related functionalities Outlook Aim Background Example for: Visualizing quantitative data within Toolbox user interface

More information

This tutorial is intended to familiarize you with the Geomatica Toolbar and describe the basics of viewing data using Geomatica Focus.

This tutorial is intended to familiarize you with the Geomatica Toolbar and describe the basics of viewing data using Geomatica Focus. PCI GEOMATICS GEOMATICA QUICKSTART 1. Introduction This tutorial is intended to familiarize you with the Geomatica Toolbar and describe the basics of viewing data using Geomatica Focus. All data used in

More information

OECD QSAR Toolbox v.4.1. Tutorial of how to use Automated workflow for ecotoxicological prediction

OECD QSAR Toolbox v.4.1. Tutorial of how to use Automated workflow for ecotoxicological prediction OECD QSAR Toolbox v.4.1 Tutorial of how to use Automated workflow for ecotoxicological prediction Outlook Aim Automated workflow The exercise Report The OECD QSAR Toolbox for Grouping Chemicals into Categories

More information

Determining the Conductivity of Standard Solutions

Determining the Conductivity of Standard Solutions Determining the Conductivity of Standard Solutions by Anna Cole and Shannon Clement Louisiana Curriculum Framework Content Strand: Science as Inquiry, Physical Science Grade Level 11-12 Objectives: 1.

More information

Search for the Dubai in the remap search bar:

Search for the Dubai in the remap search bar: This tutorial is aimed at developing maps for two time periods with in Remap (). In this tutorial we are going to develop a classification water and non-water in Dubai for the year 2000 and the year 2016.

More information

OPSIAL Manual. v Xiaofeng Tan. All Rights Reserved

OPSIAL Manual. v Xiaofeng Tan. All Rights Reserved OPSIAL Manual v1.0 2016 Xiaofeng Tan. All Rights Reserved 1. Introduction... 3 1.1 Spectral Calculator & Fitter (SCF)... 3 1.2 Automated Analyzer (AA)... 3 2. Working Principles and Workflows of OPSIAL...

More information

Vibration Testing. an excitation source a device to measure the response a digital signal processor to analyze the system response

Vibration Testing. an excitation source a device to measure the response a digital signal processor to analyze the system response Vibration Testing For vibration testing, you need an excitation source a device to measure the response a digital signal processor to analyze the system response i) Excitation sources Typically either

More information

Spin transport in Magnetic Tunnel Junctions

Spin transport in Magnetic Tunnel Junctions Spin transport in Magnetic Tunnel Junctions Tutorial on spin transport in Fe-MgO-Fe Version 2015.2 Spin transport in Magnetic Tunnel Junctions: Tutorial on spin transport in Fe-MgO-Fe Version 2015.2 Copyright

More information

Supplementary Material: A Guide for Using the Coupled SWAT MODSIM (SM) Model

Supplementary Material: A Guide for Using the Coupled SWAT MODSIM (SM) Model Supplementary Material: A Guide for Using the Coupled SWAT MODSIM (SM) Model Saeid Ashraf Vaghefi (saeedashrafv@gmail.com) The coupled SWAT MODSIM (SM) is a tool that can be used in integrated watershed

More information

MERGING (MERGE / MOSAIC) GEOSPATIAL DATA

MERGING (MERGE / MOSAIC) GEOSPATIAL DATA This help guide describes how to merge two or more feature classes (vector) or rasters into one single feature class or raster dataset. The Merge Tool The Merge Tool combines input features from input

More information

ncounter PlexSet Data Analysis Guidelines

ncounter PlexSet Data Analysis Guidelines ncounter PlexSet Data Analysis Guidelines NanoString Technologies, Inc. 530 airview Ave North Seattle, Washington 98109 USA Telephone: 206.378.6266 888.358.6266 E-mail: info@nanostring.com Molecules That

More information

Search for the Gulf of Carpentaria in the remap search bar:

Search for the Gulf of Carpentaria in the remap search bar: This tutorial is aimed at getting you started with making maps in Remap (). In this tutorial we are going to develop a simple classification of mangroves in northern Australia. Before getting started with

More information

WORKING WITH DMTI DIGITAL ELEVATION MODELS (DEM)

WORKING WITH DMTI DIGITAL ELEVATION MODELS (DEM) WORKING WITH DMTI DIGITAL ELEVATION MODELS (DEM) Contents (Ctrl-Click to jump to a specific page) Manipulating the DEM Step 1: Finding the DEM Tiles You Need... 2 Step 2: Importing the DEM Tiles into ArcMap...

More information

Leaf Spring (Material, Contact, geometric nonlinearity)

Leaf Spring (Material, Contact, geometric nonlinearity) 00 Summary Summary Nonlinear Static Analysis - Unit: N, mm - Geometric model: Leaf Spring.x_t Leaf Spring (Material, Contact, geometric nonlinearity) Nonlinear Material configuration - Stress - Strain

More information

MAT300/500 Programming Project Spring 2019

MAT300/500 Programming Project Spring 2019 MAT300/500 Programming Project Spring 2019 Please submit all project parts on the Moodle page for MAT300 or MAT500. Due dates are listed on the syllabus and the Moodle site. You should include all neccessary

More information

Search for the Dubai in the remap search bar:

Search for the Dubai in the remap search bar: This tutorial is aimed at developing maps for two time periods with in Remap (). In this tutorial we are going to develop a classification water and non-water in Dubai for the year 2000 and the year 2016.

More information

Titrator 3.0 Tutorial: Calcite precipitation

Titrator 3.0 Tutorial: Calcite precipitation Titrator 3.0 Tutorial: Calcite precipitation November 2008 Steve Cabaniss A. Introduction This brief tutorial is intended to acquaint you with some of the features of the program Titrator. It assumes that

More information

Line Spectra and their Applications

Line Spectra and their Applications In [ ]: cd matlab pwd Line Spectra and their Applications Scope and Background Reading This session concludes our introduction to Fourier Series. Last time (http://nbviewer.jupyter.org/github/cpjobling/eg-47-

More information

85. Geo Processing Mineral Liberation Data

85. Geo Processing Mineral Liberation Data Research Center, Pori / Pertti Lamberg 15023-ORC-J 1 (23) 85. Geo Processing Mineral Liberation Data 85.1. Introduction The Mineral Liberation Analyzer, MLA, is an automated mineral analysis system that

More information

User Guide for Hermir version 0.9: Toolbox for Synthesis of Multivariate Stationary Gaussian and non-gaussian Series

User Guide for Hermir version 0.9: Toolbox for Synthesis of Multivariate Stationary Gaussian and non-gaussian Series User Guide for Hermir version 0.9: Toolbox for Synthesis of Multivariate Stationary Gaussian and non-gaussian Series Hannes Helgason, Vladas Pipiras, and Patrice Abry June 2, 2011 Contents 1 Organization

More information

ECE 320 Linear Control Systems Winter Lab 1 Time Domain Analysis of a 1DOF Rectilinear System

ECE 320 Linear Control Systems Winter Lab 1 Time Domain Analysis of a 1DOF Rectilinear System Amplitude ECE 3 Linear Control Systems Winter - Lab Time Domain Analysis of a DOF Rectilinear System Objective: Become familiar with the ECP control system and MATLAB interface Collect experimental data

More information

Introduction to ArcMap

Introduction to ArcMap Introduction to ArcMap ArcMap ArcMap is a Map-centric GUI tool used to perform map-based tasks Mapping Create maps by working geographically and interactively Display and present Export or print Publish

More information

MATLAB BASICS. Instructor: Prof. Shahrouk Ahmadi. TA: Kartik Bulusu

MATLAB BASICS. Instructor: Prof. Shahrouk Ahmadi. TA: Kartik Bulusu MATLAB BASICS Instructor: Prof. Shahrouk Ahmadi 1. What are M-files TA: Kartik Bulusu M-files are files that contain a collection of MATLAB commands or are used to define new MATLAB functions. For the

More information

Tutorial 8 Raster Data Analysis

Tutorial 8 Raster Data Analysis Objectives Tutorial 8 Raster Data Analysis This tutorial is designed to introduce you to a basic set of raster-based analyses including: 1. Displaying Digital Elevation Model (DEM) 2. Slope calculations

More information

2 Background: Fourier Series Analysis and Synthesis

2 Background: Fourier Series Analysis and Synthesis Signal Processing First Lab 15: Fourier Series Pre-Lab and Warm-Up: You should read at least the Pre-Lab and Warm-up sections of this lab assignment and go over all exercises in the Pre-Lab section before

More information

Creating Empirical Calibrations

Creating Empirical Calibrations 030.0023.01.0 Spreadsheet Manual Save Date: December 1, 2010 Table of Contents 1. Overview... 3 2. Enable S1 Calibration Macro... 4 3. Getting Ready... 4 4. Measuring the New Sample... 5 5. Adding New

More information

EE 4314 Lab 1 Handout Control Systems Simulation with MATLAB and SIMULINK Spring Lab Information

EE 4314 Lab 1 Handout Control Systems Simulation with MATLAB and SIMULINK Spring Lab Information EE 4314 Lab 1 Handout Control Systems Simulation with MATLAB and SIMULINK Spring 2013 1. Lab Information This is a take-home lab assignment. There is no experiment for this lab. You will study the tutorial

More information

MOHID Land Basics Walkthrough Walkthrough for MOHID Land Basic Samples using MOHID Studio

MOHID Land Basics Walkthrough Walkthrough for MOHID Land Basic Samples using MOHID Studio ACTION MODULERS MOHID Land Basics Walkthrough Walkthrough for MOHID Land Basic Samples using MOHID Studio Frank Braunschweig Luis Fernandes Filipe Lourenço October 2011 This document is the MOHID Land

More information

Become a Microprobe Power User Part 2: Qualitative & Quantitative Analysis

Become a Microprobe Power User Part 2: Qualitative & Quantitative Analysis Become a Microprobe Power User Part 2: Qualitative & Quantitative Analysis Mike Spilde Spring IOM Seminar February 5, 2008 Qualitative Analysis Why use qualitative scans? Elemental ID (especially trace

More information

TECDIS and TELchart ECS Weather Overlay Guide

TECDIS and TELchart ECS Weather Overlay Guide 1 of 24 TECDIS and TELchart ECS provides a very advanced weather overlay feature, using top quality commercial maritime weather forecast data available as a subscription service from Jeppesen Marine. The

More information

How to use CHEMKIN. 1. To open a Chemkin Window. 1) logon Athena. 2) At the Athena prompt, type athena % add chemkin athena % chemkin

How to use CHEMKIN. 1. To open a Chemkin Window. 1) logon Athena. 2) At the Athena prompt, type athena % add chemkin athena % chemkin 1. To open a Chemkin Window 1) logon Athena How to use CHEMKIN 2) At the Athena prompt, type athena % add chemkin athena % chemkin 3) The following Chemkin window will pop up. Figure 1 Chemkin window 4)

More information

Instantaneous Attributes Program instantaneous_attributes

Instantaneous Attributes Program instantaneous_attributes COMPUTING INSTANTANEOUS ATTRIBUTES PROGRAM instantaneous_attributes Computation flow chart The input to program instantaneous_attributes is a time-domain seismic amplitude volume. The input could be either

More information

PStress R Pulley Stress Analysis Software Users Manual*

PStress R Pulley Stress Analysis Software Users Manual* PStress R Pulley Stress Analysis Software Users Manual* Issued: October 7, 2014 *For PStress V3.5 CONVEYOR DYNAMICS, INC. 1111 West Holly St. Bellingham, WA, 98225 (USA) Phone: +1 (360) 671-2200 Contents

More information

Quanser NI-ELVIS Trainer (QNET) Series: QNET Experiment #02: DC Motor Position Control. DC Motor Control Trainer (DCMCT) Student Manual

Quanser NI-ELVIS Trainer (QNET) Series: QNET Experiment #02: DC Motor Position Control. DC Motor Control Trainer (DCMCT) Student Manual Quanser NI-ELVIS Trainer (QNET) Series: QNET Experiment #02: DC Motor Position Control DC Motor Control Trainer (DCMCT) Student Manual Table of Contents 1 Laboratory Objectives1 2 References1 3 DCMCT Plant

More information

Geography 281 Map Making with GIS Project Four: Comparing Classification Methods

Geography 281 Map Making with GIS Project Four: Comparing Classification Methods Geography 281 Map Making with GIS Project Four: Comparing Classification Methods Thematic maps commonly deal with either of two kinds of data: Qualitative Data showing differences in kind or type (e.g.,

More information

AMS 132: Discussion Section 2

AMS 132: Discussion Section 2 Prof. David Draper Department of Applied Mathematics and Statistics University of California, Santa Cruz AMS 132: Discussion Section 2 All computer operations in this course will be described for the Windows

More information

The data for this lab comes from McDonald Forest. We will be working with spatial data representing the forest boundary, streams, roads, and stands.

The data for this lab comes from McDonald Forest. We will be working with spatial data representing the forest boundary, streams, roads, and stands. GIS LAB 6 Using the Projection Utility. Converting Data to Oregon s Approved Lambert Projection. Determining Stand Size, Stand Types, Road Length, and Stream Length. This lab will ask you to work with

More information

Introduction to Computational Neuroscience

Introduction to Computational Neuroscience CSE2330 Introduction to Computational Neuroscience Basic computational tools and concepts Tutorial 1 Duration: two weeks 1.1 About this tutorial The objective of this tutorial is to introduce you to: the

More information

M E R C E R W I N WA L K T H R O U G H

M E R C E R W I N WA L K T H R O U G H H E A L T H W E A L T H C A R E E R WA L K T H R O U G H C L I E N T S O L U T I O N S T E A M T A B L E O F C O N T E N T 1. Login to the Tool 2 2. Published reports... 7 3. Select Results Criteria...

More information

SuperCELL Data Programmer and ACTiSys IR Programmer User s Guide

SuperCELL Data Programmer and ACTiSys IR Programmer User s Guide SuperCELL Data Programmer and ACTiSys IR Programmer User s Guide This page is intentionally left blank. SuperCELL Data Programmer and ACTiSys IR Programmer User s Guide The ACTiSys IR Programmer and SuperCELL

More information

CRL MASS SPECTROMETRY FACILITY USER MANUAL LCT CLASSIC A & B

CRL MASS SPECTROMETRY FACILITY USER MANUAL LCT CLASSIC A & B Mass Spectrometry Instrument Training Guide Page 1 of 18 24/10/2012 CRL MASS SPECTROMETRY FACILITY USER MANUAL LCT CLASSIC A & B 1st Floor Mass Spec Lab: 00.097 This is a guide to using the LCT classic

More information

HST-582J/6.555J/16.456J Biomedical Signal and Image Processing Spring Laboratory Project 3 Blind Source Separation: Fetal & Maternal ECG

HST-582J/6.555J/16.456J Biomedical Signal and Image Processing Spring Laboratory Project 3 Blind Source Separation: Fetal & Maternal ECG HST-582J/6.555J/16.456J Biomedical Signal and Image Processing Spring 2009 DUE: 4/16/09 Laboratory Project 3 Blind Source Separation: Fetal & Maternal ECG 1 Introduction Many health-related problems that

More information

Last updated: Copyright

Last updated: Copyright Last updated: 2012-08-20 Copyright 2004-2012 plabel (v2.4) User s Manual by Bioinformatics Group, Institute of Computing Technology, Chinese Academy of Sciences Tel: 86-10-62601016 Email: zhangkun01@ict.ac.cn,

More information

Urban Canopy Tool User Guide `bo`

Urban Canopy Tool User Guide `bo` Urban Canopy Tool User Guide `bo` ADMS Urban Canopy Tool User Guide Version 2.0 June 2014 Cambridge Environmental Research Consultants Ltd. 3, King s Parade Cambridge CB2 1SJ UK Telephone: +44 (0)1223

More information

New Algorithms for Removal of DC Offset and Subsynchronous. Resonance terms in the Current and Voltage Signals under Fault.

New Algorithms for Removal of DC Offset and Subsynchronous. Resonance terms in the Current and Voltage Signals under Fault. ew Algorithms for Removal of DC Offset and Subsynchronous Resonance terms in the Current and Voltage Signals under Fault Conditions KAALESH KUAR SHARA Department of Electronics & Communication Engineering

More information

Introduction. Project Summary In 2014 multiple local Otsego county agencies, Otsego County Soil and Water

Introduction. Project Summary In 2014 multiple local Otsego county agencies, Otsego County Soil and Water Introduction Project Summary In 2014 multiple local Otsego county agencies, Otsego County Soil and Water Conservation District (SWCD), the Otsego County Planning Department (OPD), and the Otsego County

More information

Supplementary Information B

Supplementary Information B 1 Supplementary Information B 2 3 IDW-Plus Tutorial 4 5 Erin E. Peterson 1 and Alan R. Pearse 2 6 1 Corresponding Author: Erin.Peterson@qut.edu.au; Principal Research Fellow, ARC Centre for Excellence

More information

IDW-Plus Tutorial. Erin E. Peterson

IDW-Plus Tutorial. Erin E. Peterson IDW-Plus Tutorial Erin E. Peterson ARC Centre for Excellence in Mathematical & Statistical Frontiers and the Institute for Future Environments, Queensland University of Technology, Brisbane, QLD, Australia,

More information

Exploring Quantum Tunneling

Exploring Quantum Tunneling Visual Quantum Mechanics The Next Generation Exploring Quantum Tunneling Goal In this activity, you will investigate the wave function for a tunneling electron and the parameters upon which tunneling depend.

More information

Driven Harmonic Oscillator

Driven Harmonic Oscillator Driven Harmonic Oscillator Physics 6B Lab Experiment 1 APPARATUS Computer and interface Mechanical vibrator and spring holder Stands, etc. to hold vibrator Motion sensor C-209 spring Weight holder and

More information

Discrete-Time Fourier Transform

Discrete-Time Fourier Transform Discrete-Time Fourier Transform Chapter Intended Learning Outcomes: (i) (ii) (iii) Represent discrete-time signals using discrete-time Fourier transform Understand the properties of discrete-time Fourier

More information

Analysis of Electroencephologram Data Using Time-Delay Embeddings to Reconstruct Phase Space

Analysis of Electroencephologram Data Using Time-Delay Embeddings to Reconstruct Phase Space Dynamics at the Horsetooth Volume 1, 2009. Analysis of Electroencephologram Data Using Time-Delay Embeddings to Reconstruct Phase Space Department of Mathematics Colorado State University Report submitted

More information

OECD QSAR Toolbox v.4.1. Tutorial on how to predict Skin sensitization potential taking into account alert performance

OECD QSAR Toolbox v.4.1. Tutorial on how to predict Skin sensitization potential taking into account alert performance OECD QSAR Toolbox v.4.1 Tutorial on how to predict Skin sensitization potential taking into account alert performance Outlook Background Objectives Specific Aims Read across and analogue approach The exercise

More information

ECG782: Multidimensional Digital Signal Processing

ECG782: Multidimensional Digital Signal Processing Professor Brendan Morris, SEB 3216, brendan.morris@unlv.edu ECG782: Multidimensional Digital Signal Processing Filtering in the Frequency Domain http://www.ee.unlv.edu/~b1morris/ecg782/ 2 Outline Background

More information

TALLINN UNIVERSITY OF TECHNOLOGY, INSTITUTE OF PHYSICS 6. THE TEMPERATURE DEPENDANCE OF RESISTANCE

TALLINN UNIVERSITY OF TECHNOLOGY, INSTITUTE OF PHYSICS 6. THE TEMPERATURE DEPENDANCE OF RESISTANCE 6. THE TEMPERATURE DEPENDANCE OF RESISTANCE 1. Objective Determining temperature coefficient of metal and activation energy of self-conductance of semiconductor sample. 2. Equipment needed Metal and semiconductor

More information