SYSTEM IDENTIFICATION TOOLBOX FOR MATLAB: DEVELOPING A GRAPHICAL USER INTERFACE. Rebecca L. Leonard, University of Arkansas

Size: px
Start display at page:

Download "SYSTEM IDENTIFICATION TOOLBOX FOR MATLAB: DEVELOPING A GRAPHICAL USER INTERFACE. Rebecca L. Leonard, University of Arkansas"

Transcription

1 SYSTEM IDENTIFICATION TOOLBOX FOR MATLAB: DEVELOPING A GRAPHICAL USER INTERFACE Rebecca L. Leonard, University of Arkansas REU Institution: Lehigh University Principal Investigator: Dr. Shamim N. Pakzad Graduate Mentor: Minwoo Chang

2 Abstract System identification algorithms, such as the Eigensystem Realization Algorithm (ERA) and the Auto-Regressive Moving-Average method with exogenous terms (ARMAX), make it possible to identify a system s modal parameters based on its vibrational response to a disturbance. Because these methods can be tedious and complex to implement, there is a need for a comprehensive software package that simplifies the computational process. A System Identification Toolbox for MATLAB (SITM) was created to fill this void and allow for the comparison of seven different system identification methods. A graphical user interface (GUI) was developed to enhance the usability, speed, reliance, and simplicity of SITM. This paper will focus on the process of developing a GUI for SITM and the optimization of the code to work with the GUI as quickly and efficiently as possible. 2

3 Table of Contents 1. Introduction Research Background and Literature Review Project Objectives Methods Content Layout Coding Testing SITM GUI Performance User Polling Documentation SITM User Process Results Functionality Confirmation User Feedback Conclusion References Acknowledgements

4 1 Introduction 1.1 Research Background and Literature Review In the past decade, advances in micro-electro-mechanical systems (MEMS) technology have paved the way for the development of multifunctional sensor nodes that make up a wireless sensor network (WSN) (Pakzad et al. 2008). These nodes are less expensive to install and maintain than wired sensor networks, and can also collect data at a higher spatial and temporal resolution (Pakzad et al. 2010). Wireless sensor networks can be used to monitor things like humidity, temperature, lighting, pressure, vehicular movement, soil composition, noise, and mechanical stress, among other things (Akyildiz et al. 2002). A significant application in the civil engineering industry is the use of WSNs for structural health monitoring. Researchers can use data collected by strategically-placed sensors to identify a structure s modal parameters, i.e. natural frequencies, damping ratios, and mode shapes (Pakzad et al. 2010). Structural damage affects a system s modal parameters; therefore, these parameters may be traced over time to monitor the health of the system (Chang and Pakzad 2011). The center for Advanced Technology for Large Structural Systems (ATLSS) at Lehigh University housed an experiment to evaluate the performance of a WSN by comparing the quality of influence coefficients and the rate of convergence of estimated parameters of a scaled specimen of a steel beam-column connection subjected to harmonic excitations. The performance of the WSN was deemed acceptable and fairly capable of detecting structural damage. The WSN was tested against a wired network and detected damage just as well as the wired sensor network (Dorvash et al., 2010). Over the past three decades, several system identification algorithms have been published by various authors. System identification is the process of constructing mathematical models of dynamic systems based on analysis of the system s input and output signals (MathWorks 2009). The Eigensystem Realization Algorithm (ERA), proposed by Juang and Pappa (1985) is one of the most widely used system identification methods to date, and has served as a basis for the formation of other algorithms (Chang and Pakzad 2011). Based on these system identification algorithms, a software toolkit, called System Identification Toolbox for MATLAB (SITM), was developed to identify modal parameters of a structure by processing the input/output or output only of a system (Chang 2011). Users of SITM are able to investigate true structural modes, physical mode shapes, and modal parameters based on data gathered by wireless sensor networks (WSNs). MATLAB was chosen for the development of SITM because it meets the following criteria: (1) ability to process eigenvalue/eigenvector and singular value 4

5 decomposition (SVD) functions, (2) ability to formulate large matrices and create variables without pre-allocation of memory, (3) possession of built-in functions for creating graphical results, and (4) compatibility with all major operating systems, including Microsoft Windows, Apple Mac OS, and other UNIX systems (MathWorks 2009). SITM allows users to choose from the seven different system identification methods shown in Table 1, depending on the data type of their system (Input/Output vs. Output Only). Results are displayed in a stabilization diagram, which allows users to graphically extrapolate true structural modes of a system (Chang 2011). Table 1: SITM s system identification methods by data type applicability. Input/Output systems are denoted I/O, and output only systems are denoted OO. Note that although there is an output only application of SRIM, that method is not presently an option in SITM (Chang 2011). ERA ARMAX SRIM N4SID I/O OO I/O OO I/O I/O OO ERA (impulse response only) ERA-OKID ERA-OKID ERA-NExT ARX AR SRIM N4SID N4SID ERA-NExT-AVG 1.2 Project Objectives Although SITM is already in a working state, the current challenge is the optimization of the software and the development of SITM GUI, a graphical user interface (GUI) that will enhance the usability, speed, reliance, and simplicity of the toolbox. Equipping a program with an effective GUI will save the user a considerable amount of time and money (Galitz 2002). MathWorks has published an online manual to help programmers develop GUIs for MATLAB (MathWorks 2009). The System Identification Toolbox for MATLAB will first be tested within the civil engineering department at Lehigh University. Any criticisms and/or suggestions will be considered for SITM 2.0, the second version of the toolbox. At that point, SITM may be released to a larger user pool. Ideally, SITM will serve as a tool for both novice and experienced engineers, alike, to explore the topics of structural health monitoring and system identification. Ultimately, the goal for SITM to become a leader in structural health monitoring. 5

6 2 Methods 2.1 Content The content required for inclusion in the GUI was clearly defined from the beginning of the project. In fact, SITM already technically had a GUI (Figure 1) before the official GUI project began in June Figure 1: Original SITM GUI with a question/answer format displayed directly in the MATLAB command window. Before work began on SITM GUI, it was known that the program would have to prompt the user for the following information: Data type Data files Geometric information, response direction System identification method Sampling frequency Filtering method, parameters Model order information Stabilization parameters Mode shapes to display It was also known that the program would display (a): Stabilization diagram Power spectral density (PSD) diagram Mode shape plots 6

7 Given this information, the challenge became designing a user-friendly layout that met all requirements in the most simplistic and efficient way possible. 2.2 Layout When SITM is launched, the user must choose either to load a previous system identification result or to begin a new session. This option is presented in the welcome window (Figure 2), which also displays the program title, developer information, and sponsorship acknowledgements. Figure 2: Welcome window that displays when SITM is launched from the MATLAB command window. The entire input (pre-processing) procedure is displayed in one window (Figure 3) to allow users to better anticipate and review required information and responses. Panels (displayed as cells with borders) organize the pre-processing window. The input information appears in the same order that SITM stores and calls the data, which reflects the most logical flow of thought. Although it is not desirable to have black space in a GUI, this layout still embodies the most simplistic input procedure. Additionally, 7

8 Figure 3: SITM GUI pre-processing window that is displayed when New Session is selected from the welcome screen. SITM GUI 2.0 is expected to possess new capabilities, i.e. an image-based method of defining user geometries; therefore, this blank space may be filled at a later time without having to change the entire layout of the GUI. The post-processing procedure is also entirely housed within its own window (Figure 4). This way, the user can define stabilization parameters, view the stabilization diagram, select (frequency, model order) pairs from the stabilization diagram, and view the respective mode shape plots in the same window. Pushbuttons, labeled Open in new window, appear in the upper, left-hand corner of the stabilization diagram and Mode Shapes panel once plotting is complete. These buttons open the respective object in a new window the same size as the post-processing window. This makes the object easier to read, and also allows the user to save only the desired object as a.fig file. 8

9 Figure 4: Post-processing window that displays either (1) after loading previous system identification results, or (2) after the system identification process is completed during a new session. 2.3 Coding In order to simplify interaction between the core code and the graphical user interface, SITM GUI was also developed within MATLAB. All SITM GUI code was prepared from scratch, without using MATLAB s open layout GUI editor, GUIDE. It took five weeks to finish the SITM GUI first draft. SITM GUI is imbedded within the 19 SITM (.m) files and communicates with the original code by passing variables between functions. The SITM GUI window size is set to 900 x 600 pixels, which should accommodate all desktop and laptop screen sizes. All objects are placed and sized in the window (using the lower, left corner of the object as the origin) by assigning the [x-coordinate, y- coordinate, height, width] in pixels. Table 2 describes user interface objects used in SITM GUI. Objects have customizable properties, i.e. font size, font name, horizontal alignment, background color, position, etc. that may vary depending on object type. 9

10 Table 2: Describes MATLAB user interface objects used in SITM GUI. Note that MATLAB offers more user interface objects than are shown in this table. (MathWorks 2009) Object uipanel uibuttongroup uicontrol Function groups objects, user can interact directly with interface controls groups buttons, exclusive selection for radio buttons and toggle buttons that it contains creates user interface control object, i.e. pushbutton, radio button, slider, editable text, static text Some sample lines of code are shown below to demonstrate how objects are created and properties assigned. # Creates Filtering Options button group that is sized and positioned # in terms of pixels. The title is displayed in Helvetica font, and # the border is etched out, 1 pixel wide, and black in color. The # visibility is set to off in order to force all objects to appear # at once at the end of the script. The SelectionChangeFcn property # commands the interface to perform certain actions, depending on # which radio button is selected. filtering_bg = uibuttongroup('units', 'Pixels',... 'Position',[ ],'Title','Filtering Options',... 'FontName','Helvetica',... 'BorderType','etchedout','ForegroundColor','Black',... 'ShadowColor','Black',... 'BackgroundColor',[1 1 1],'BorderType','etchedout',... 'BorderWidth',1,'Visible','off',... 'SelectionChangeFcn',@highlight_filtering_fn); # Creates a radio button that is sized and positioned in terms of # pixels. The button string, Filter Off, appears in 10 point, # Helvetica font, and is left-aligned in front of a white background. # This radio button is assigned to filtering_bg, and is tagged off # for future reference in input_info.filtering_off_rb = uicontrol('style','radio',... 'Position',[ ],... 'FontName','Helvetica','FontSize'10,... 'HorizontalAlignment','Left',... 'BackgroundColor',[1 1 1],... 'String','Filter Off','Parent',filtering_BG,... 'Tag','off'; 10

11 Each system identification method also had to be individually programmed into SITM. Figure 5 illustrates the computational process behind the Eigensystem Realization Algorithm (ERA) method. The other system identification methods follow the same basic idea, but include their own customizations. Figure 5: Flowchart illustrating the computational process behind the Eigensystem Realization Algorithm (ERA) method, which is one of the system identification methods available in the System Identification Toolbox for MATLAB. 11

12 2.4 Testing SITM GUI Performance In order to ensure that all functions were properly adapted, SITM GUI was tested against the original SITM code (which has already been extensively tested) any time an major update was applied. These tests consisted of examination and comparison of result files to make sure the files were equal. Development resumed only after it was confirmed that the program was working properly. 2.5 Usability Testing A meeting of 15 civil engineering graduate students at Lehigh University was called to examine the usability of SITM GUI. These potential users were given a demonstration of SITM GUI and each student was then verbally presented with the following questions: Do you think SITM GUI allows you to perform necessary functions? Are you more likely to use the new version of SITM than the older version of SITM? Do you believe that the features of the new version of SITM are relevant to the program s purpose? Would you say that SITM GUI has made SITM more user-friendly? 2.6 Documentation The 30-page user guide, instructing users on how to use SITM, was prepared in Apple Pages. The table of contents is shown in Table 3. Table 3: System Identification Toolbox for MATLAB User Guide table of contents. Topic Page Introduction 4 Getting Started 6 Using SITM 14 Interpreting Results 21 Troubleshooting 25 Appendix 28 References 29 The content and explanation techniques used in the SITM User Guide are loosely based off of the MathWorks (2009) online help documentation. 12

13 2.7 SITM User Process The program is launched by typing SITM in the MATLAB command window. Upon launch, the SITM welcome window will appear and prompt the user to choose either to load a previous system identification result (.mat file) or to begin a new session. The pre-processing window, as shown in Figure 3, contains seven panels: (1) Data Type, (2) Geometric Information, (3) Response Direction, (4) SI Method, (5) Sampling Frequency, (6) Filtering Options, and (7) Model Order Options. The Data Type panel is where users can specify whether they would like to process input and output data files or an output data file only. If the Output Only System radio button is selected, the Get Input Data File pushbutton and its editable text box will disappear, since no input data file is required in this case. When either the Get Output Data File or Get Input Data File pushbutton is selected, a browser window will appear where the user can select a data file containing input/output information that should be stored in a.dat file. The file name will automatically appear in the editable text boxes upon selection to verify that the correct file was selected. Since the usable methods depend on whether the system is input/output or output only, the system identification method options in the SI Method panel automatically change to reflect the current selection in the Data Type panel. If the user selects Process without having selected an input and/or output file, an error box will appear and SITM will not proceed until the required files have been selected. Within the Geometric Information panel, the user can select the structural geometry that best describes their system. The user-defined geometry information is stored within three editable text files that define connectivity, node information, and sensor location information. The Response Direction panel is only visible when User-Defined is selected, because the response directions are already set for simple shear structures and simple bridge systems. Future plans include the creation of an image-based method of defining new geometries. The SI Method panel houses the system identification methods that reflect the current data type selection. When Input/Output System is selected the SI Method panel will display the following system identification method options: ERA-OKID, ERA, ARX, SRIM, and N4SID. When Output Only System is selected, the SI Method panel will display the following system identification method options: ERA-OKID, ERA-NExT, ERA-NExT-AVG, AR, and N4SID. The Sampling Frequency panel contains an editable text box, where the user can input the sampling frequency at which the sensors collected the selected data. If Input PSD is selected, a power spectral density diagram will appear within the pre-processing window. If the user selects Process without having entered a sampling frequency, an error box will appear and SITM will not proceed until a sampling frequency is entered. Note that an output file must have already been selected in order for a PSD diagram to appear. 13

14 SITM s Filtering Options panel allows the user to choose whether or not they would like to filter their data and which method they would like to use to do so. If Filter Off is selected, the radio buttons in the second and third columns will be invisible. If Filter On is selected, SITM GUI displays the second and third columns that contain the filtering options and filtering parameters, respectively. Alternating between filtering methods in the second column will cause objects in the third column to appear and disappear, depending on what information is required for that filtering method. If the user selects Process without having entered a cutoff frequency, filtering order, or amplitude loss value, an error message will appear. SITM will not proceed until a valid value has been entered for each filtering parameter. The cutoff frequency must not exceed half of the current sampling frequency value; filtering order and amplitude loss must be a positive integers. The default cutoff frequency, filtering order, and amplitude loss values, specific to the selected filtering method, will automatically appear in the editable text boxes. The Model Order Options panel allows users to define the y-axis of the stabilization diagram that will appear in the post-processing window. The user should keep in mind that increasing the number of model order values to be processed will increase the time required to complete the computation. Additionally, higher model orders take longer to process than do lower model orders. The minimum model order may not exceed the maximum model order, and the increment must divide evenly into the difference between the maximum and minimum model orders. If the user selects Process without having entered valid maximum and minimum model order and increment values, an error message will appear, and SITM will not proceed until the user fixes the error. Selecting Process will begin the system identification process. Once the process is complete, a browser window will appear, prompting the user to name the.mat file that will store the workspace variables. The user should choose a descriptive name in order to easily recall project details. The user can load these results at a later time by selecting Load Previous in the welcome window. After the user saves the workspace variables, a window will appear where the user may choose either to continue to the post-processing procedure or to quit SITM. The post-processing window contains 3 panels: (1) Stabilization Parameters, (2) Mode Shape Options, and (3) Mode Shapes. The first panel houses editable text boxes, where users can enter stabilization parameters, including convergence thresholds for Frequency, Modal Assurance Criteria (MAC), and Damping Ratio. The user may also enter the minimum and maximum values for the x-axis of the stabilization diagram in the editable text boxes Min. Frequency and Max Frequency, respectively. When See Plot is selected, a stabilization diagram reflecting the values inputted by the user will appear in the black space to the right of the Stabilization Parameters panel. The Frequency, MAC, and Damping Ratio values must all be between 0 and 1. The Max Frequency must be greater than the Min. Frequency, and the Max Frequency must not exceed the Filtering Frequency defined in the pre-processing window. If the user selects See Plot 14

15 without having entered valid stabilization parameters, an error box will appear and SITM will not proceed until the user has fixed the error. As mentioned before, a pushbutton will appear in the upper, left-hand corner of the stabilization diagram, labeled Open in new window. This button will immediately open the stabilization diagram in a new window the same size as the post-processing window. This makes the diagram easier to read, and also allows the user to save only the stabilization diagram as a.fig file. The Mode Shape Options panel is where users can select which mode shape plots they wish to view. The user may choose between three options: (1) view all mode shapes at a specific frequency, (2) view all mode shapes at a specific model order, and (3) select points from the stabilization diagram and view their mode shape plots. If a pushbutton is selected before a valid value is entered into either of the editable text boxes, an error box will appear and SITM will not proceed until the user has corrected the error. The final panel, Mode Shapes, is where mode shape plots will appear after the user has selected a mode shape option. As previously mentioned, a pushbutton will appear in the upper, left-hand corner of the Mode Shapes panel, labeled Open in new window. This button will immediately open the mode shape plots in a new window the same size as the post-processing window, just as is possible with the stabilization diagram. Again, this makes the plots easier to read, and also allows the user to save only the mode shape plots as a.fig file. If more mode shape plots appear than can fit in the window, a scroll bar will automatically appear to simplify browsing. 15

16 3 Results 3.1 Functionality Confirmation This project successfully produced a working system identification program (SITM), complete with a functional GUI. Please see Figures 1-3 for screenshots of the final SITM product. All functionality testing confirmed that the new version of SITM is 100% consistent with the original version in producing results. 3.2 User Feedback Of the 15 potential SITM users polled, 100% answered yes to all of the questions mentioned in the Methods section. The students also verbally asserted that the current version of SITM (with SITM GUI) is much more versatile, functional, and reliable than the original version. Suggestions were made to add an image-based method of defining user geometries, which is planned for inclusion in SITM GUI

17 4 Conclusion Computer programs are most effective when they possess a user-friendly GUI. MATLAB users can create GUIs for programs that they write, by either using MATLAB s GUI Layout Editor (GUIDE) or writing code from scratch. The System Identification Toolbox for MATLAB, accompanied with SITM GUI, is an efficient MATLAB program that simplifies the system identification process and allows for quick comparison of methodology. If used to track changes in modal parameters, SITM can be used as a tool to monitor structural health. The System Identification Toolbox for MATLAB should be available to a wider user pool by

18 5 References 1. Akyildiz, I. F., Su, W., Sankarasubramaniam, Y., and Cayirci, E. (2002). Wireless Sensor Networks: A Survey. Computer Networks Elsevier Journal, Vol. 38, No. 4, Chang, M. (2011) Modal Identification Using SITM, Ph.D. thesis, Civil Engineering Dept., Lehigh University, Bethlehem, Pennsylvania. 3.Chang, M., and Pakzad, S. N. (2011). Modified Natural Excitation Technique for Stochastic Modal Identification. Journal of Structural Engineering, In Review. 4. Dorvash, S., Pakzad, S. N., Labuz, E. L., Chang, M., Li, X., and Cheng, L. (2010) Validation of a wireless sensor network using local damage detection algorithm for beam-column connections. Proceedings of the SPIE Sensors and Smart Structures Technologies, San Diego, California. 5. Galitz, W. O. (2002). The Essential Guide to User Interface Design: An Introduction to GUI Design Principles and Techniques, Wiley, New York. 6. Juang, J. N., and Pappa, R. S. (1985). An eigensystem realization algorithm for modal parameter identification and model reduction. Journal of Guidance, Control, and Dynamics, 8: MathWorks, Inc. (2009). MATLAB 7 Getting Started Guide. < 8. Pakzad, S. N., Fenves, G. L., Kim, S., Culler, D. E. (2008). Design and Implementation of Scalable Wireless Sensor Network for Structural Monitoring. Journal of Infrastructure Systems, March Pakzad, S. N., Rocha, G. V., and Yu, B. (2010). Distributed modal identification using restricted auto regressive models. International Journal of Systems Science, In Press. 18

19 6 Acknowledgements Thanks to the center for Advanced Technology for Large Structural Systems (ATLSS) at Lehigh University for housing this research project during the summer of Thank you to the National Science Foundation and the George E. Brown Jr. Network for Earthquake Engineering Simulation for funding this project through grant EEC and creating a meaningful Research Experience for Undergraduates program. I would like to offer my sincere thanks to Dr. Shamim N. Pakzad and Minwoo Chang for their mentorship and also for allowing me to be creative with this project. Any opinions, conclusions, or recommendations expressed here are my own and do not necessarily reflect those of the sponsors. 19

Structural Modal Identification Toolsuite (SMIT) User s Guide

Structural Modal Identification Toolsuite (SMIT) User s Guide Structural Modal Identification Toolsuite (SMIT) User s Guide Release 1. Minwoo Chang, Rebecca L. Leonard, Shamim N. Pakzad Updated on July 2, 212 Authors Affiliation Minwoo Chang, Lehigh University Rebecca

More information

Still More About Matlab GUI s (v. 1.3) Popup Menus. Popup Menu Exercise. Still More GUI Info - GE /29/2012. Copyright C. S. Tritt, Ph.D.

Still More About Matlab GUI s (v. 1.3) Popup Menus. Popup Menu Exercise. Still More GUI Info - GE /29/2012. Copyright C. S. Tritt, Ph.D. Still More About Matlab GUI s (v. 1.3) Dr. C. S. Tritt with slides from Dr. J. LaMack January 24, 2012 Popup Menus User selects one from a mutually exclusive list of options The String property is typically

More information

Graphical Interface Toolbox for Modal Analysis

Graphical Interface Toolbox for Modal Analysis Proceedings of the Ninth Pacific Conference on Earthquake Engineering Building an Earthquake-Resilient Society 14-16 April, 2011, Auckland, New Zealand S. Beskhyroun Graphical Interface Toolbox for Modal

More information

Creating Interactive PDF Forms

Creating Interactive PDF Forms Creating Interactive PDF Forms Using Adobe Acrobat X Pro for the Mac University Information Technology Services Training, Outreach, Learning Technologies and Video Production Copyright 2012 KSU Department

More information

Using DataQuest on a Handheld

Using DataQuest on a Handheld Using DataQuest on a Handheld Appendix B This appendix gives an overview of using the Vernier DataQuest application on a TI-Nspire handheld. It includes information on accessing the common tools in the

More information

Reduced Image Noise on Shape Recognition Using Singular Value Decomposition for Pick and Place Robotic Systems

Reduced Image Noise on Shape Recognition Using Singular Value Decomposition for Pick and Place Robotic Systems Reduced Image Noise on Shape Recognition Using Singular Value Decomposition for Pick and Place Robotic Systems Angelo A. Beltran Jr. 1, Christian Deus T. Cayao 2, Jay-K V. Delicana 3, Benjamin B. Agraan

More information

Learning Module 8 Shape Optimization

Learning Module 8 Shape Optimization Learning Module 8 Shape Optimization What is a Learning Module? Title Page Guide A Learning Module (LM) is a structured, concise, and self-sufficient learning resource. An LM provides the learner with

More information

Microsoft Excel 2007

Microsoft Excel 2007 Microsoft Excel 2007 1 Excel is Microsoft s Spreadsheet program. Spreadsheets are often used as a method of displaying and manipulating groups of data in an effective manner. It was originally created

More information

1314. Estimation of mode shapes expanded from incomplete measurements

1314. Estimation of mode shapes expanded from incomplete measurements 34. Estimation of mode shapes expanded from incomplete measurements Sang-Kyu Rim, Hee-Chang Eun, Eun-Taik Lee 3 Department of Architectural Engineering, Kangwon National University, Samcheok, Korea Corresponding

More information

Learning Coding and Math with RoboBlockly Teaching Resource for Grade 7 Math

Learning Coding and Math with RoboBlockly Teaching Resource for Grade 7 Math Learning Coding and Math with RoboBlockly Teaching Resource for Grade 7 Math Harry H. Cheng UC Davis Center for Integrated Computing and STEM Education (C-STEM) http://c-stem.ucdavis.edu http://roboblockly.ucdavis.edu

More information

SHM Software Tools. Outline

SHM Software Tools. Outline Structural Health Monitoring Using Statistical Pattern Recognition SHM Software Tools Presented by: Eric B. Flynn Material support: Dustin Y. Harvey Outline Software Objectives Engineering Institute Legacy

More information

Leading the way in HMI Design 4.0

Leading the way in HMI Design 4.0 SIMPLIFYING & SPEEDING UP HMI SCREEN DESIGN IS FINALLY A REALITY Leading the way in HMI Design 4.0 by HMI Marketing M.KAWATA Schneider Electric Executive summary Good screen design cannot be taken lightly.

More information

Forms iq Designer Training

Forms iq Designer Training Forms iq Designer Training Copyright 2008 Feith Systems and Software, Inc. All Rights Reserved. No part of this publication may be reproduced, transmitted, stored in a retrieval system, or translated into

More information

DEVELOPMENT OF SUBSTRUCTURED SHAKING TABLE TEST METHOD

DEVELOPMENT OF SUBSTRUCTURED SHAKING TABLE TEST METHOD DEVELOPMENT OF SUBSTRUCTURED SHAKING TABLE TEST METHOD Akira IGARASHI 1, Hirokazu IEMURA 2 And Takanori SUWA 3 SUMMARY Since various kinds of issues arise in the practical application of structural response

More information

Developing a MATLAB-Based Control System Design and Analysis Tool for Enhanced Learning Environment in Control System Education

Developing a MATLAB-Based Control System Design and Analysis Tool for Enhanced Learning Environment in Control System Education Developing a MATLAB-Based Control System Design and Analysis Tool for Enhanced Learning Environment in Control System Education Frank S. Cheng and Lin Zhao Industrial and Engineering Technology Department

More information

ANALYSIS OF SIMPLE AND CANTILEVER BEAMS USING MATLAB GRAPHICAL USER INTERFACES

ANALYSIS OF SIMPLE AND CANTILEVER BEAMS USING MATLAB GRAPHICAL USER INTERFACES Proceedings of the International Conference on Mechanical Engineering and Renewable Energy 2017 (ICMERE2017) 18 20 December, 2017, Chittagong, Bangladesh ICMERE2017-PI-131 ANALYSIS OF SIMPLE AND CANTILEVER

More information

WallSign TASKE Call Center Management Tools Version 7.0. Table of Contents TABLE OF CONTENTS TASKE WallSign Startup and Shutdown...

WallSign TASKE Call Center Management Tools Version 7.0. Table of Contents TABLE OF CONTENTS TASKE WallSign Startup and Shutdown... Table of Contents TABLE OF CONTENTS... 1 TASKE WALLSIGN... 3 TASKE WallSign Startup and Shutdown... 3 Startup... 4 Shutdown... 4 The WallSign Server... 4 The WallSign Administrator... 5 Using Sign Plans

More information

Image Compression With Haar Discrete Wavelet Transform

Image Compression With Haar Discrete Wavelet Transform Image Compression With Haar Discrete Wavelet Transform Cory Cox ME 535: Computational Techniques in Mech. Eng. Figure 1 : An example of the 2D discrete wavelet transform that is used in JPEG2000. Source:

More information

Getting Started with Python and the PyCharm IDE

Getting Started with Python and the PyCharm IDE New York University School of Continuing and Professional Studies Division of Programs in Information Technology Getting Started with Python and the PyCharm IDE Please note that if you already know how

More information

AEMLog Users Guide. Version 1.01

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

More information

FrontPage 98 Quick Guide. Copyright 2000 Peter Pappas. edteck press All rights reserved.

FrontPage 98 Quick Guide. Copyright 2000 Peter Pappas. edteck press All rights reserved. Master web design skills with Microsoft FrontPage 98. This step-by-step guide uses over 40 full color close-up screen shots to clearly explain the fast and easy way to design a web site. Use edteck s QuickGuide

More information

Equipment Site Description

Equipment Site Description Equipment Site Description The primary objective of this project is to create a facility in which a full-scale subassembly can be subjected to complex loading and imposed deformation states at multiple

More information

UNIVERSITY OF CALIFORNIA RIVERSIDE MAGIC CAMERA. A project report submitted in partial satisfaction of the requirements of the degree of

UNIVERSITY OF CALIFORNIA RIVERSIDE MAGIC CAMERA. A project report submitted in partial satisfaction of the requirements of the degree of UNIVERSITY OF CALIFORNIA RIVERSIDE MAGIC CAMERA A project report submitted in partial satisfaction of the requirements of the degree of Master of Science in Computer Science by Adam Meadows June 2006 Project

More information

THE ULTIMATE GUIDE TO CREATING RESPONSIVE ELEARNING WITH ADOBE CAPTIVATE 2017

THE ULTIMATE GUIDE TO CREATING RESPONSIVE ELEARNING WITH ADOBE CAPTIVATE 2017 THE ULTIMATE GUIDE TO CREATING RESPONSIVE ELEARNING WITH ADOBE CAPTIVATE 2017 ADOBE ELEARNING CONFERENCE The next generation of responsive elearning authoring embrace an intelligent authoring platform,

More information

INDEX UNIT 4 PPT SLIDES

INDEX UNIT 4 PPT SLIDES INDEX UNIT 4 PPT SLIDES S.NO. TOPIC 1. 2. Screen designing Screen planning and purpose arganizing screen elements 3. 4. screen navigation and flow Visually pleasing composition 5. 6. 7. 8. focus and emphasis

More information

WebStore by Amazon: Quick Start Guide

WebStore by Amazon: Quick Start Guide WebStore by Amazon: Quick Start Guide Introduction to WebStore by Amazon WebStore by Amazon is a powerful tool that allows you to create a complete e- commerce site. The WebStore by Amazon setup wizard

More information

Amgraf s OneForm Designer Plus Creating I-Forms

Amgraf s OneForm Designer Plus Creating I-Forms Amgraf s OneForm Designer Plus Creating I-Forms Presented by: Debra Poll List of File Names and Usage Note 1: OneForm Designer Plus creates all of the files needed to deploy Internet forms on Microsoft

More information

Practice Labs User Guide

Practice Labs User Guide Practice Labs User Guide This page is intentionally blank Contents Introduction... 3 Overview... 3 Accessing Practice Labs... 3 The Practice Labs Interface... 4 Minimum Browser Requirements... 5 The Content

More information

Survey Creation Workflow These are the high level steps that are followed to successfully create and deploy a new survey:

Survey Creation Workflow These are the high level steps that are followed to successfully create and deploy a new survey: Overview of Survey Administration The first thing you see when you open up your browser to the Ultimate Survey Software is the Login Page. You will find that you see three icons at the top of the page,

More information

Building a Graphical User Interface

Building a Graphical User Interface 148 CHAPTER 9 Building a Graphical User Interface Building a Graphical User Interface CHAPTER 9 9.1 Getting started with GUIDE 9.2 Starting an action with a GUI element 9.3 Communicating with GUI elements

More information

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

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

More information

BOSS. Quick Start Guide For research use only. Blackrock Microsystems, LLC. Blackrock Offline Spike Sorter. User s Manual. 630 Komas Drive Suite 200

BOSS. Quick Start Guide For research use only. Blackrock Microsystems, LLC. Blackrock Offline Spike Sorter. User s Manual. 630 Komas Drive Suite 200 BOSS Quick Start Guide For research use only Blackrock Microsystems, LLC 630 Komas Drive Suite 200 Salt Lake City UT 84108 T: +1 801 582 5533 www.blackrockmicro.com support@blackrockmicro.com 1 2 1.0 Table

More information

MATLAB = MATrix LABoratory. Interactive system. Basic data element is an array that does not require dimensioning.

MATLAB = MATrix LABoratory. Interactive system. Basic data element is an array that does not require dimensioning. Introduction MATLAB = MATrix LABoratory Interactive system. Basic data element is an array that does not require dimensioning. Efficient computation of matrix and vector formulations (in terms of writing

More information

Blackboard Collaborate WCAG 2.0 Support Statement August 2016

Blackboard Collaborate WCAG 2.0 Support Statement August 2016 Blackboard Collaborate WCAG 2.0 Support Statement August 2016 Overview The following Support Statement provides an evaluation of accessibility support levels for Blackboard s Collaborate (Ultra) based

More information

Equipment Site Description

Equipment Site Description Equipment Site Description The 150 g-ton geotechnical centrifuge NEES facility is located in the basement of the Jonsson Engineering Center (JEC) of the RPI campus in Troy, NY. This building also contains

More information

In the first class, you'll learn how to create a simple single-view app, following a 3-step process:

In the first class, you'll learn how to create a simple single-view app, following a 3-step process: Class 1 In the first class, you'll learn how to create a simple single-view app, following a 3-step process: 1. Design the app's user interface (UI) in Xcode's storyboard. 2. Open the assistant editor,

More information

Product Accessibility Conformance Report

Product Accessibility Conformance Report Product Accessibility Conformance Report Name of Product / Version Number: Contact for more information: Gillian Neff / gillian.neff @clarivate.com Clarivate Analytics remains dedicated to developing software

More information

Chemistry Excel. Microsoft 2007

Chemistry Excel. Microsoft 2007 Chemistry Excel Microsoft 2007 This workshop is designed to show you several functionalities of Microsoft Excel 2007 and particularly how it applies to your chemistry course. In this workshop, you will

More information

CS/NEUR125 Brains, Minds, and Machines. Due: Wednesday, April 5

CS/NEUR125 Brains, Minds, and Machines. Due: Wednesday, April 5 CS/NEUR125 Brains, Minds, and Machines Lab 8: Using fmri to Discover Language Areas in the Brain Due: Wednesday, April 5 In this lab, you will analyze fmri data from an experiment that was designed to

More information

COMP 388/441 HCI: 07 - Menu Selection, Forms, and Dialog Boxes Menu Selection, Forms, and Dialog Boxes

COMP 388/441 HCI: 07 - Menu Selection, Forms, and Dialog Boxes Menu Selection, Forms, and Dialog Boxes 07 - Menu Selection, Forms, and Dialog Boxes Menus Overview Offer cues, users can categorize actions easier (no syntax recall required) Especially effective when users have little training, use the UI

More information

Solo 4.6 Release Notes

Solo 4.6 Release Notes June9, 2017 (Updated to include Solo 4.6.4 changes) Solo 4.6 Release Notes This release contains a number of new features, as well as enhancements to the user interface and overall performance. Together

More information

User Manual. pdoc Pro SDK Server. Copyright 2018 Topaz Systems Inc. All rights reserved. Version 2.1. Last Update: March 15, 2018

User Manual. pdoc Pro SDK Server. Copyright 2018 Topaz Systems Inc. All rights reserved. Version 2.1. Last Update: March 15, 2018 User Manual pdoc Pro SDK Server Version 2.1 Last Update: March 15, 2018 Copyright 2018 Topaz Systems Inc. All rights reserved. For Topaz Systems, Inc. trademarks and patents, visit www.topazsystems.com/legal.

More information

Forms Desktop for Windows Version 4 Manual

Forms Desktop for Windows Version 4 Manual Forms Desktop for Windows Version 4 Manual Revision Date 12/05/2007 HanDBase is a Registered Trademark of DDH Software, Inc. All information contained in this manual and all software applications mentioned

More information

Introduction to MATLAB

Introduction to MATLAB Chapter 1 Introduction to MATLAB 1.1 Software Philosophy Matrix-based numeric computation MATrix LABoratory built-in support for standard matrix and vector operations High-level programming language Programming

More information

AC : CONCEPTUAL DESIGN ENVIRONMENT FOR AUTOMATED ASSEMBLY LINE FRAMEWORK

AC : CONCEPTUAL DESIGN ENVIRONMENT FOR AUTOMATED ASSEMBLY LINE FRAMEWORK AC 2007-1539: CONCEPTUAL DESIGN ENVIRONMENT FOR AUTOMATED ASSEMBLY LINE FRAMEWORK Sheng-Jen Hsieh, Texas A&M University Dr. Sheng-Jen ( Tony ) Hsieh is an Associate Professor in the College of Engineering

More information

INDUSTRIAL SYSTEM DEVELOPMENT FOR VOLUMETRIC INTEGRITY

INDUSTRIAL SYSTEM DEVELOPMENT FOR VOLUMETRIC INTEGRITY INDUSTRIAL SYSTEM DEVELOPMENT FOR VOLUMETRIC INTEGRITY VERIFICATION AND ANALYSIS M. L. Hsiao and J. W. Eberhard CR&D General Electric Company Schenectady, NY 12301 J. B. Ross Aircraft Engine - QTC General

More information

OpenSees2DPS (Beta 0.1): 2D Plane Strain Analysis

OpenSees2DPS (Beta 0.1): 2D Plane Strain Analysis University of California, San Diego Department of Structural Engineering OpenSees2DPS (Beta 0.1): 2D Plane Strain Analysis User Manual Draft Ning Wang, Jinchi Lu, Zhaohui Yang and Ahmed Elgamal (Please

More information

Spatial Enhancement Definition

Spatial Enhancement Definition Spatial Enhancement Nickolas Faust The Electro- Optics, Environment, and Materials Laboratory Georgia Tech Research Institute Georgia Institute of Technology Definition Spectral enhancement relies on changing

More information

Forms for Android Version Manual. Revision Date 12/7/2013. HanDBase is a Registered Trademark of DDH Software, Inc.

Forms for Android Version Manual. Revision Date 12/7/2013. HanDBase is a Registered Trademark of DDH Software, Inc. Forms for Android Version 4.6.300 Manual Revision Date 12/7/2013 HanDBase is a Registered Trademark of DDH Software, Inc. All information contained in this manual and all software applications mentioned

More information

Using this tutorial, you will create a Web page for a fictional foundation. The tutorial is divided into the following parts:

Using this tutorial, you will create a Web page for a fictional foundation. The tutorial is divided into the following parts: Extend Tutorial Copyright Copyright 2005 ACS Technologies Group, Inc. All rights reserved. Reproduction of any part of this publication by mechanical or electronic means, including facsimile transmission

More information

SystemVue 2011 Fundamentals (version ) LAB EXERCISE 1. SystemVue Basics

SystemVue 2011 Fundamentals (version ) LAB EXERCISE 1. SystemVue Basics SystemVue 2011 Fundamentals (version 1-2012) LAB EXERCISE 1 SystemVue Basics This lab exercise introduces the basic use model of SystemVue, including using the built-in templates, running analyses and

More information

Concrete Property Database

Concrete Property Database UNIVERSITY OF NOTRE DAME DEPARTMENT OF CIVIL ENGINEERING AND GEOLOGICAL SCIENCES Concrete Property Database Installation Guide and Instruction Manual Adam Knaack Created: 4/23/2009 Table of Contents Introduction...

More information

PROJECT SUMMARY Our group has chosen to conduct a usability study over

PROJECT SUMMARY Our group has chosen to conduct a usability study over LS 560 GROUP 2 Edmund Balzer Michelle Eisele Beth Keene Christine Remenih Usability Study PAGE 4 - CONSENT FORM: REMOTE USABILITY TEST PAGE 5 - SURVEY: QUESTIONS AND GRAPHED RESULTS PAGE 10 - REPORT: OBSERVATIONS,

More information

CONSTRUCTION AND EVALUATION OF MESHES BASED ON SHORTEST PATH TREE VS. STEINER TREE FOR MULTICAST ROUTING IN MOBILE AD HOC NETWORKS

CONSTRUCTION AND EVALUATION OF MESHES BASED ON SHORTEST PATH TREE VS. STEINER TREE FOR MULTICAST ROUTING IN MOBILE AD HOC NETWORKS CONSTRUCTION AND EVALUATION OF MESHES BASED ON SHORTEST PATH TREE VS. STEINER TREE FOR MULTICAST ROUTING IN MOBILE AD HOC NETWORKS 1 JAMES SIMS, 2 NATARAJAN MEGHANATHAN 1 Undergrad Student, Department

More information

Usability Report. Author: Stephen Varnado Version: 1.0 Date: November 24, 2014

Usability Report. Author: Stephen Varnado Version: 1.0 Date: November 24, 2014 Usability Report Author: Stephen Varnado Version: 1.0 Date: November 24, 2014 2 Table of Contents Executive summary... 3 Introduction... 3 Methodology... 3 Usability test results... 4 Effectiveness ratings

More information

On the Design and Implementation of User-friendly Interface for Scientific and Engineering Applications

On the Design and Implementation of User-friendly Interface for Scientific and Engineering Applications On the Design and Implementation of User-friendly Interface for Scientific and Engineering Applications W. SUN, Y. CHEN, H. BOUSSALIS, C. W. LIU, K. RAD, J. DONG Electrical and Computer Engineering California

More information

Perch Documentation. U of M - Department of Computer Science. Written as a COMP 3040 Assignment by Cameron McKay, Marko Kalic, Riley Draward

Perch Documentation. U of M - Department of Computer Science. Written as a COMP 3040 Assignment by Cameron McKay, Marko Kalic, Riley Draward Perch Documentation U of M - Department of Computer Science Written as a COMP 3040 Assignment by Cameron McKay, Marko Kalic, Riley Draward 1 TABLE OF CONTENTS Introduction to Perch History of Perch ---------------------------------------------

More information

Geometric Considerations for Distribution of Sensors in Ad-hoc Sensor Networks

Geometric Considerations for Distribution of Sensors in Ad-hoc Sensor Networks Geometric Considerations for Distribution of Sensors in Ad-hoc Sensor Networks Ted Brown, Deniz Sarioz, Amotz Bar-Noy, Tom LaPorta, Dinesh Verma, Matthew Johnson, Hosam Rowaihy November 20, 2006 1 Introduction

More information

Visualizing Flow Fields by Perceptual Motion

Visualizing Flow Fields by Perceptual Motion Visualizing Flow Fields by Perceptual Motion Li-Yi Wei Wei-Chao Chen Abstract Visualizing flow fields has a wide variety of applications in scientific simulation and computer graphics. Existing approaches

More information

GstarCAD Complete Features Guide

GstarCAD Complete Features Guide GstarCAD 2017 Complete Features Guide Table of Contents Core Performance Improvement... 3 Block Data Sharing Process... 3 Hatch Boundary Search Improvement... 4 New and Enhanced Functionalities... 5 Table...

More information

User Manual pdoc Pro App Server

User Manual pdoc Pro App Server User Manual pdoc Pro App Server Version 2.0 May 3, 2017 Copyright 2017 Topaz Systems Inc. All rights reserved. For Topaz Systems, Inc. trademarks and patents, visit www.topazsystems.com/legal. Table of

More information

Managing Trends. About Trends CHAPTER. Send documentation comments to

Managing Trends. About Trends CHAPTER. Send documentation comments to CHAPTER 11 Trends provides historical data of a node in the network over a period of time. When the value of a node in the specified trend changes, the changes are recorded in the trend logs and displayed

More information

Coustyx Tutorial Indirect Model

Coustyx Tutorial Indirect Model Coustyx Tutorial Indirect Model 1 Introduction This tutorial is created to outline the steps required to compute radiated noise from a gearbox housing using Coustyx software. Detailed steps are given on

More information

Object Dimension Inspection Utilizing 3D Laser Scanner

Object Dimension Inspection Utilizing 3D Laser Scanner The 1 st Regional Conference of Eng. Sci. NUCEJ Spatial ISSUE vol.11, No.3, 2008 pp 494-500 Object Dimension Inspection Utilizing 3D Laser Scanner Mohammed Z. Al-Faiz, MSc, PhD College of Eng./Nahrain

More information

Testing the Usability of Visual Languages: A Web-Based Methodology

Testing the Usability of Visual Languages: A Web-Based Methodology Testing the Usability of Visual Languages: A Web-Based Methodology Mauro Mosconi Marco Porta Dipartimento di Informatica e Sistemistica Università di Pavia Via Ferrata, 1 27100 Pavia Italy mauro@vision.unipv.it

More information

Z-SEP: Zonal-Stable Election Protocol for Wireless Sensor Networks

Z-SEP: Zonal-Stable Election Protocol for Wireless Sensor Networks Z-SEP: Zonal-Stable Election Protocol for Wireless Sensor Networks S. Faisal 1, N. Javaid 1, A. Javaid 2, M. A. Khan 1, S. H. Bouk 1, Z. A. Khan 3 1 COMSATS Institute of Information Technology, Islamabad,

More information

REPRESENTATION REQUIREMENTS OF AS-IS BUILDING INFORMATION MODELS GENERATED FROM LASER SCANNED POINT CLOUD DATA

REPRESENTATION REQUIREMENTS OF AS-IS BUILDING INFORMATION MODELS GENERATED FROM LASER SCANNED POINT CLOUD DATA REPRESENTATION REQUIREMENTS OF AS-IS BUILDING INFORMATION MODELS GENERATED FROM LASER SCANNED POINT CLOUD DATA Engin Burak Anil 1 *, Burcu Akinci 1, and Daniel Huber 2 1 Department of Civil and Environmental

More information

Introduction to MATLAB

Introduction to MATLAB Introduction to MATLAB Contents 1.1 Objectives... 1 1.2 Lab Requirement... 1 1.3 Background of MATLAB... 1 1.4 The MATLAB System... 1 1.5 Start of MATLAB... 3 1.6 Working Modes of MATLAB... 4 1.7 Basic

More information

Using the Spectrum Management Tools

Using the Spectrum Management Tools CHAPTER 4 CBT 3.5 interfaces with the Cisco CMTS to provide return path spectrum analysis. The following tasks allow you to use the spectrum management tool effectively: Trace Window Monitors power and

More information

Abaqus/CAE (ver. 6.10) Stringer Tutorial

Abaqus/CAE (ver. 6.10) Stringer Tutorial Abaqus/CAE (ver. 6.10) Stringer Tutorial Problem Description A table made of steel tubing with a solid steel top and shelf is loaded with an oblique impulse load. Determine the transient response of the

More information

COMSC-031 Web Site Development- Part 2

COMSC-031 Web Site Development- Part 2 COMSC-031 Web Site Development- Part 2 Part-Time Instructor: Joenil Mistal December 5, 2013 Chapter 13 13 Designing a Web Site with CSS In addition to creating styles for text, you can use CSS to create

More information

Forms for Palm OS Version 4 Manual

Forms for Palm OS Version 4 Manual Forms for Palm OS Version 4 Manual Revision Date 12/05/2007 HanDBase is a Registered Trademark of DDH Software, Inc. All information contained in this manual and all software applications mentioned in

More information

Graphing Linear Equations and Inequalities: Graphing Linear Equations and Inequalities in One Variable *

Graphing Linear Equations and Inequalities: Graphing Linear Equations and Inequalities in One Variable * OpenStax-CNX module: m18877 1 Graphing Linear Equations and Inequalities: Graphing Linear Equations and Inequalities in One Variable * Wade Ellis Denny Burzynski This work is produced by OpenStax-CNX and

More information

Learning Coding and Math with RoboBlockly Teaching Resource for Integrated Mathematics 1/Algebra I

Learning Coding and Math with RoboBlockly Teaching Resource for Integrated Mathematics 1/Algebra I Learning Coding and Math with RoboBlockly Teaching Resource for Integrated Mathematics 1/Algebra I Harry H. Cheng UC Davis Center for Integrated Computing and STEM Education (C-STEM) http://c-stem.ucdavis.edu

More information

ECE421: Electronics for Instrumentation

ECE421: Electronics for Instrumentation ECE421: Electronics for Instrumentation Lecture #8: Introduction to FEA & ANSYS Mostafa Soliman, Ph.D. March 23 rd 2015 Mostafa Soliman, Ph.D. 1 Outline Introduction to Finite Element Analysis Introduction

More information

CANVAS: Clock Analysis, Visualization, and Archiving System A New Software Package for the Efficient Management of Clock/Oscillator Data

CANVAS: Clock Analysis, Visualization, and Archiving System A New Software Package for the Efficient Management of Clock/Oscillator Data CANVAS: Clock Analysis, Visualization, and Archiving System A New Software Package for the Efficient Management of Clock/Oscillator Data K. Senior, R. Beard, and J. White Space Applications Branch U.S.

More information

Appendix B: Creating and Analyzing a Simple Model in Abaqus/CAE

Appendix B: Creating and Analyzing a Simple Model in Abaqus/CAE Getting Started with Abaqus: Interactive Edition Appendix B: Creating and Analyzing a Simple Model in Abaqus/CAE The following section is a basic tutorial for the experienced Abaqus user. It leads you

More information

Integrating Multiple Algorithms In Autonomous Modal Parameter Estimation

Integrating Multiple Algorithms In Autonomous Modal Parameter Estimation Integrating Multiple Algorithms In Autonomous Modal Parameter Estimation R.J. Allemang, A.W. Phillips Structural Dynamics Research Laboratory Department of Mechanical and Materials Engineering College

More information

Cognos. Active Reports Development. Presented by: Craig Randell

Cognos. Active Reports Development. Presented by: Craig Randell Cognos Active Reports Development Presented by: Craig Randell Objectives: Understand the purpose and benefits of Active Reports Through theory and demonstration introduce the different Active Report Components

More information

MATLAB Project: Getting Started with MATLAB

MATLAB Project: Getting Started with MATLAB Name Purpose: To learn to create matrices and use various MATLAB commands for reference later MATLAB built-in functions used: [ ] : ; + - * ^, size, help, format, eye, zeros, ones, diag, rand, round, cos,

More information

Galaxie Report Editor

Galaxie Report Editor Varian, Inc. 2700 Mitchell Drive Walnut Creek, CA 94598-1675/USA Galaxie Report Editor User s Guide Varian, Inc. 2008 Printed in U.S.A. 03-914949-00: Rev 6 Galaxie Report Editor i Table of Contents Introduction...

More information

Eloqua Insight Intro Analyzer User Guide

Eloqua Insight Intro Analyzer User Guide Eloqua Insight Intro Analyzer User Guide Table of Contents About the Course Materials... 4 Introduction to Eloqua Insight for Analyzer Users... 13 Introduction to Eloqua Insight... 13 Eloqua Insight Home

More information

How to lay out a web page with CSS

How to lay out a web page with CSS Activity 2.6 guide How to lay out a web page with CSS You can use table design features in Adobe Dreamweaver CS4 to create a simple page layout. However, a more powerful technique is to use Cascading Style

More information

Release Notes. MindManager 2019 for Windows MindManager Enterprise Version September 25, 2018

Release Notes. MindManager 2019 for Windows MindManager Enterprise Version September 25, 2018 Release Notes MindManager 2019 for Windows MindManager Enterprise 2019 Version 19.0 September 25, 2018 2018 Corel Corporation 1 Table of Contents USABILITY & PERFORMANCE IMPROVEMENTS... 3 User Interface...

More information

Application of Parametric NURBS Geometry to Mode Shape Identification and the Modal Assurance Criterion

Application of Parametric NURBS Geometry to Mode Shape Identification and the Modal Assurance Criterion Brigham Young University BYU ScholarsArchive All Theses and Dissertations 2012-04-12 Application of Parametric NURBS Geometry to Mode Shape Identification and the Modal Assurance Criterion Evan D. Selin

More information

LTI Tool Admin Guide Sakai

LTI Tool Admin Guide Sakai LTI Tool - 1 - Contents Introduction... 3 About the Bookstore Website... 3 About FacultyEnlight... 3 About Yuzu... 3 Getting Started - Requesting Credentials from Barnes & Noble College... 4 Testing Link

More information

User Training Manual. Polit v4.7

User Training Manual. Polit v4.7 User Training Manual PoliteMail v4.7 2 Welcome to PoliteMail This training manual is designed for users new to PoliteMail. It provides a basic overview for each function within the tool. For more detailed

More information

User Manual. pdoc Pro Client for Windows. Version 2.1. Last Update: March 20, Copyright 2018 Topaz Systems Inc. All rights reserved.

User Manual. pdoc Pro Client for Windows. Version 2.1. Last Update: March 20, Copyright 2018 Topaz Systems Inc. All rights reserved. User Manual pdoc Pro Client for Windows Version 2.1 Last Update: March 20, 2018 Copyright 2018 Topaz Systems Inc. All rights reserved. For Topaz Systems, Inc. trademarks and patents, visit www.topazsystems.com/legal.

More information

Instruction Manual for: Creating a Profile Posting an Opportunity Posting a Classroom Grant Request

Instruction Manual for: Creating a Profile Posting an Opportunity Posting a Classroom Grant Request Instruction Manual for: Creating a Profile Posting an Opportunity Posting a Classroom Grant Request CREATING YOUR PROFILE Page 2 Please go to our website: www.getonthebuscollier.org and at the top left

More information

ANSYS Workbench Guide

ANSYS Workbench Guide ANSYS Workbench Guide Introduction This document serves as a step-by-step guide for conducting a Finite Element Analysis (FEA) using ANSYS Workbench. It will cover the use of the simulation package through

More information

SciGraphica. Tutorial Manual - Tutorials 1and 2 Version 0.8.0

SciGraphica. Tutorial Manual - Tutorials 1and 2 Version 0.8.0 SciGraphica Tutorial Manual - Tutorials 1and 2 Version 0.8.0 Copyright (c) 2001 the SciGraphica documentation group Permission is granted to copy, distribute and/or modify this document under the terms

More information

Web-Friendly Sites. Planning & Design 1

Web-Friendly Sites. Planning & Design 1 Planning & Design 1 This tutorial presents useful tips and tricks to help you achieve a more Web-friendly design and make your sites more efficient. The following topics are discussed: How Z-order and

More information

Flip-Q. Version 2.4. Overview

Flip-Q. Version 2.4. Overview Flip-Q Version 2.4 Overview Welcome to Flip-Q, a powerful Teleprompter Application that offers must-have features including dual screen support. Dual screen support means that the operator's display is

More information

Focus X2 Concepts. Contents

Focus X2 Concepts. Contents Focus X2 Concepts Contents Focus X2 Concepts 1 Introduction... 3 1.1 About Focus X2... 3 1.2 System Requirements... 3 2 Background Concepts... 4 2.1 Before You Start... 4 2.2 High-Level Analysis... 4 2.3

More information

ezimagex2 User s Guide Version 1.0

ezimagex2 User s Guide Version 1.0 ezimagex2 User s Guide Version 1.0 Copyright and Trademark Information The products described in this document are copyrighted works of AVEN, Inc. 2015 AVEN, Inc. 4595 Platt Rd Ann Arbor, MI 48108 All

More information

Scanner Parameter Estimation Using Bilevel Scans of Star Charts

Scanner Parameter Estimation Using Bilevel Scans of Star Charts ICDAR, Seattle WA September Scanner Parameter Estimation Using Bilevel Scans of Star Charts Elisa H. Barney Smith Electrical and Computer Engineering Department Boise State University, Boise, Idaho 8375

More information

Description of the European Big Data Hackathon 2019

Description of the European Big Data Hackathon 2019 EUROPEAN COMMISSION EUROSTAT Ref. Ares(2018)6073319-27/11/2018 Deputy Director-General Task Force Big Data Description of the European Big Data Hackathon 2019 Description of the European Big Data Hackathon

More information

Computer Experiments: Space Filling Design and Gaussian Process Modeling

Computer Experiments: Space Filling Design and Gaussian Process Modeling Computer Experiments: Space Filling Design and Gaussian Process Modeling Best Practice Authored by: Cory Natoli Sarah Burke, Ph.D. 30 March 2018 The goal of the STAT COE is to assist in developing rigorous,

More information

COPYRIGHTED MATERIAL. 1Hello ios! A Suitable Mac. ios Developer Essentials

COPYRIGHTED MATERIAL. 1Hello ios! A Suitable Mac. ios Developer Essentials 1Hello ios! Hello and welcome to the exciting world of ios application development. ios is Apple s operating system for mobile devices; the current version as of writing this book is 5.0. It was originally

More information

Module 1.7W: Point Loading of a 3D Cantilever Beam

Module 1.7W: Point Loading of a 3D Cantilever Beam Module 1.7W: Point Loading of a 3D Cantilever Beam Table of Contents Page Number Problem Description 2 Theory 2 Workbench Analysis System 4 Engineering Data 5 Geometry 6 Model 11 Setup 13 Solution 14 Results

More information