Structural Health Monitoring and Dynamic Identification of Structures: Applications

Size: px
Start display at page:

Download "Structural Health Monitoring and Dynamic Identification of Structures: Applications"

Transcription

1 Structural Health Monitoring and Dynamic Identification of Structures: Applications Computer Lab II, IMSS (017) Ground Work: Definition of the problem & System Modeling when we have full knowledge of the system characteristics and its initial conditions In the folder: System_ID, open the file System_Simulate.m Figure 1: (a) The two storey shear-frame and (b) The Kalamata Input Earthquake. Assume m1 = 100 Mgr m = 80Mgr and k1 = k = kn / m 1) Derive the mass and stiffness matrices for this degree-of-freedom (dof) system. Also, assume Rayleigh damping with the first two damping ratios being: ζ 1= ζ =5%. ) Calculate the damping matrix. This can he be derived as C=aMβΚ, where it holds that (from modal analysis theory): a βω ω ζ 1 = 1 1 βω ωζ a = ωζ ωζ β = 1 1 ω1 ω βω a = ω ζ (1) In the above expression are the first and second eigen-frequency of the structure. MATLAB s intrinsic function eig will be helpful for this implementation. 3) Bring the system into a state-space formulation. To do this, introduce a new vector, called the augmented state vector:

2 () Then use the governing equation of the system: to bring the system into this form (1 st order Ordinary Differential Equation form) (3) Also, introduce an observation equation, i.e., assume you would like to measure (observe) some component of the system response. Choose the 1st floor acceleration. (4) 4) Reproduce the response of the system assuming we KNOW that we start from 0 Initial Conditions and that we have PERFECT knowledge of the system. MATLAB s intrinsic function lsim will be helpful for this implementation. 5) Bring the system from continuous to discrete form: (5) Use MATLAB s cd command Assignment #: Parametric and non-parametric Identification methods A. The FDD method In the folder: System_ID, open the file RunFDD.m. 1. Define a white noise input (inp) using MATLAB s wgn or randn functions and resimulate the system response, maintaining the full vector of accelerations as output.. After appropriately setting the following input variables: in.fs=; %Sampling Frequency

3 in.nfft =; in.fc = ; in.npeaks =; %Number of Fourier Transform point used %Cutoff Frequency %Number of peaks you are looking for Run the FDD algorithm and identify the system s natural frequencies, out.fd, damping, out.z, and modal shape matrix, out.phi, and compare these to the theoretical (true) B. The ERA method In the folder: System_ID, open the file RunERA.m. 1. Define a white noise input (inp) using MATLAB s wgn function and re-simulate the system response, maintaining the full vector of accelerations as output.. After appropriately setting the following input variables: Nfft =; inptype=; % 'imp'=impulse, 'WN'=white noise, 'input'=known input order=150; %Define the size of the Hankel matrix - crucial for convergence Run the ERA algorithm and identify the system s natural frequencies, damping, and modal shapes and compare them to the theoretical ones. 3. Repeat the process above for the Kalamata Earthquake (known input) using the ERA C. The ARMA method In the folder: System_ID, open the file RunARMA.m. 1. Define a white noise input (inp) using MATLAB s wgn function and re-simulate the system response, maintaining the full vector of displacements as output.. After appropriately setting the following input variables: disp=; nmin=; nmax=; %Define the top floor displacement as measurement %Minimum order %Maximum order Run the ARMA algorithm and identify the system s natural frequencies, damping, and take a look at the delivered statistics on the prediction error and model order. What can you say on the model fit? 3. Repeat the process above for the Kalamata Earthquake (known input) using the ARMA model. What can you say on the model fit?

4 Assignment #3: The Kalman Filter & the Luenberger Observer The purpose of this exercise is to demonstrate how far we can go with predicting the response of the system under dynamic excitation under uncertainties. In the folder: luenbergerstateestimation_exercise, copy System_Simulate.m and open the file luenbergerstateestimationworkspace.m D. The Luenberger Observer How to track the system if we do not know the Initial Conditions? The Luenberger observer utilizes measurements from the system to provide an estimate of the state (displacement, velocity, acceleration) in real-time, i.e., immediately as measurements are obtained. 6) Open file luenbergerstateestimation.mdl - Click on the block named: system under observation Try to assemble the puzzle pieces so that the equation of the system is reproduced: (6) Keeping in mind that the notation of the blocks represents the following: Input & Output block Gain, i.e., multiplication with a scalar or matrix Addition block for two sources Unit delay: this takes the state (vector x) one time step back in time, i.e., from to - Click on the block named: system under observation

5 Try to assemble the puzzle pieces so that the Luenberger observer is reproduced: (7) 7) Once again go back to the file luenbergerstateestimationworkspace.m Explore the sensitivity of the observer to the choice of Initial Condition assumption, x0, and the construction of the gain (via changing eigvals) and observe the effect on simulation (press the green run button in the Simulink file) 8) Define a false system model by reducing the mass by 5%. Simulate the system again and notice the effect on the results. E. The Kalman Filter or how to track the system if we do not know the Initial Conditions, but additionally when the model of the system is uncertain (modeling error) In the folder: KFStateEstimation_exercise: 9) Open the file KF_simulation.mdl Notice the similarities and differences to the Luenberger observer. How is the probabilistic component now reflected? Why do we need to now speak in term of probabilities? In other words, where does the uncertainty come from? 10) Open the file KF_main.m - Locate the lines of code where the process noise matrix Q (4x4) is defined and assign some - Locate the lines of code where the process noise matrix S (x) is defined and assign some Run the Matlab script KF_main.m for different values of Q, S and explore the sensitivity of the filter performance to the choice of these 11) Define a false system model by reducing the mass by 5%. Simulate the system again and notice the effect on the results.

Seismic Analysis of Structures by TK Dutta, Civil Department, IIT Delhi, New Delhi.

Seismic Analysis of Structures by TK Dutta, Civil Department, IIT Delhi, New Delhi. Seismic Analysis of Structures by Dutta, Civil Department, II Delhi, New Delhi. Module Response Analysis for Specified Ground Motion Exercise Problems:.. Find the effective mass and stiffness of the structure

More information

Design of Structures for Earthquake Resistance

Design of Structures for Earthquake Resistance NATIONAL TECHNICAL UNIVERSITY OF ATHENS Design of Structures for Earthquake Resistance Basic principles Ioannis N. Psycharis Lecture 3 MDOF systems Equation of motion M u + C u + K u = M r x g(t) where:

More information

Input-Output Peak Picking Modal Identification & Output only Modal Identification and Damage Detection of Structures using

Input-Output Peak Picking Modal Identification & Output only Modal Identification and Damage Detection of Structures using Input-Output Peak Picking Modal Identification & Output only Modal Identification and Damage Detection of Structures using Time Frequency and Wavelet Techniquesc Satish Nagarajaiah Professor of Civil and

More information

Response Analysis for Multi Support Earthquake Excitation

Response Analysis for Multi Support Earthquake Excitation Chapter 5 Response Analysis for Multi Support Earthquake Excitation 5.1 Introduction It is very important to perform the dynamic analysis for the structure subjected to random/dynamic loadings. The dynamic

More information

System Parameter Identification for Uncertain Two Degree of Freedom Vibration System

System Parameter Identification for Uncertain Two Degree of Freedom Vibration System System Parameter Identification for Uncertain Two Degree of Freedom Vibration System Hojong Lee and Yong Suk Kang Department of Mechanical Engineering, Virginia Tech 318 Randolph Hall, Blacksburg, VA,

More information

Codal Provisions IS 1893 (Part 1) 2002

Codal Provisions IS 1893 (Part 1) 2002 Abstract Codal Provisions IS 1893 (Part 1) 00 Paresh V. Patel Assistant Professor, Civil Engineering Department, Nirma Institute of Technology, Ahmedabad 38481 In this article codal provisions of IS 1893

More information

Modal analysis of shear buildings

Modal analysis of shear buildings Modal analysis of shear buildings A comprehensive modal analysis of an arbitrary multistory shear building having rigid beams and lumped masses at floor levels is obtained. Angular frequencies (rad/sec),

More information

1. Multiple Degree-of-Freedom (MDOF) Systems: Introduction

1. Multiple Degree-of-Freedom (MDOF) Systems: Introduction 1. Multiple Degree-of-Freedom (MDOF) Systems: Introduction Lesson Objectives: 1) List examples of MDOF structural systems and state assumptions of the idealizations. 2) Formulate the equation of motion

More information

Laboratory handouts, ME 340

Laboratory handouts, ME 340 Laboratory handouts, ME 34 This document contains summary theory, solved exercises, prelab assignments, lab instructions, and report assignments for Lab 6. 214-216 Harry Dankowicz, unless otherwise noted

More information

State Feedback MAE 433 Spring 2012 Lab 7

State Feedback MAE 433 Spring 2012 Lab 7 State Feedback MAE 433 Spring 1 Lab 7 Prof. C. Rowley and M. Littman AIs: Brandt Belson, onathan Tu Princeton University April 4-7, 1 1 Overview This lab addresses the control of an inverted pendulum balanced

More information

STRUCTURAL PARAMETERS IDENTIFICATION BASED ON DIFFERENTIAL EVOLUTION AND PARTICLE SWARM OPTIMIZATION

STRUCTURAL PARAMETERS IDENTIFICATION BASED ON DIFFERENTIAL EVOLUTION AND PARTICLE SWARM OPTIMIZATION STRUCTURAL PARAMETERS IDENTIFICATION BASED ON DIFFERENTIAL EVOLUTION AND PARTICLE SWARM OPTIMIZATION Wang Yanwei MEE08167 Supervisor : Xue Songtao Tang Hesheng ABSTRACT Civil structures always suffer many

More information

Structural Dynamics Lecture 7. Outline of Lecture 7. Multi-Degree-of-Freedom Systems (cont.) System Reduction. Vibration due to Movable Supports.

Structural Dynamics Lecture 7. Outline of Lecture 7. Multi-Degree-of-Freedom Systems (cont.) System Reduction. Vibration due to Movable Supports. Outline of Multi-Degree-of-Freedom Systems (cont.) System Reduction. Truncated Modal Expansion with Quasi-Static Correction. Guyan Reduction. Vibration due to Movable Supports. Earthquake Excitations.

More information

Grandstand Terraces. Experimental and Computational Modal Analysis. John N Karadelis

Grandstand Terraces. Experimental and Computational Modal Analysis. John N Karadelis Grandstand Terraces. Experimental and Computational Modal Analysis. John N Karadelis INTRODUCTION Structural vibrations caused by human activities are not known to be particularly damaging or catastrophic.

More information

High accuracy numerical and signal processing approaches to extract flutter derivatives

High accuracy numerical and signal processing approaches to extract flutter derivatives High accuracy numerical and signal processing approaches to extract flutter derivatives *NakHyun Chun 1) and Hak-eun Lee 2) 1), 2) School of Civil, Environmental and Architectural Engineering, Korea University,

More information

NATURAL MODES OF VIBRATION OF BUILDING STRUCTURES CE 131 Matrix Structural Analysis Henri Gavin Fall, 2006

NATURAL MODES OF VIBRATION OF BUILDING STRUCTURES CE 131 Matrix Structural Analysis Henri Gavin Fall, 2006 NATURAL MODES OF VIBRATION OF BUILDING STRUCTURES CE 131 Matrix Structural Analysis Henri Gavin Fall, 006 1 Mass and Stiffness Matrices Consider a building frame modeled by a set of rigid, massive flos

More information

Reduction in number of dofs

Reduction in number of dofs Reduction in number of dofs Reduction in the number of dof to represent a structure reduces the size of matrices and, hence, computational cost. Because a subset of the original dof represent the whole

More information

RESPONSE SPECTRUM METHOD FOR ESTIMATION OF PEAK FLOOR ACCELERATION DEMAND

RESPONSE SPECTRUM METHOD FOR ESTIMATION OF PEAK FLOOR ACCELERATION DEMAND RESPONSE SPECTRUM METHOD FOR ESTIMATION OF PEAK FLOOR ACCELERATION DEMAND Shahram Taghavi 1 and Eduardo Miranda 2 1 Senior catastrophe risk modeler, Risk Management Solutions, CA, USA 2 Associate Professor,

More information

Effects of Damping Ratio of Restoring force Device on Response of a Structure Resting on Sliding Supports with Restoring Force Device

Effects of Damping Ratio of Restoring force Device on Response of a Structure Resting on Sliding Supports with Restoring Force Device Effects of Damping Ratio of Restoring force Device on Response of a Structure Resting on Sliding Supports with Restoring Force Device A. Krishnamoorthy Professor, Department of Civil Engineering Manipal

More information

Software Verification

Software Verification EXAMPLE 6-6 LINK SUNY BUFFALO DAMPER WITH LINEAR VELOCITY EXPONENT PROBLEM DESCRIPTION This example comes from Section 5 of Scheller and Constantinou 1999 ( the SUNY Buffalo report ). It is a two-dimensional,

More information

Damping Modelling and Identification Using Generalized Proportional Damping

Damping Modelling and Identification Using Generalized Proportional Damping Damping Modelling and Identification Using Generalized Proportional Damping S Adhikari Department of Aerospace Engineering, University of Bristol, Bristol, U.K. Email: S.Adhikari@bristol.ac.uk Generalized

More information

State-Estimation Techniques for a Simple 3DOF Structure

State-Estimation Techniques for a Simple 3DOF Structure State-Estimation Techniques for a Simple 3DOF Structure Alex Mead Zeshi Zheng I. Abstract Structural health monitoring (SHM) is a relatively new field of study in structural engineering, with the goal

More information

MODAL ANALYSIS OF PLANE FRAMES

MODAL ANALYSIS OF PLANE FRAMES MODAL ANALYSIS OF PLANE FRAMES Mr. Mohammed Siraj Professor, Department of Civil Engineering, Deogiri Institute of Engineering and Management Studies Aurangabad, M.S, India. ABSTRACT In the modal analysis

More information

MASS, STIFFNESS AND DAMPING IDENTIFICATION OF A TWO-STORY BUILDING MODEL

MASS, STIFFNESS AND DAMPING IDENTIFICATION OF A TWO-STORY BUILDING MODEL COMPDYN 2 3 rd ECCOMAS Thematic Conference on Computational Methods in Structural Dynamics and Earthquake Engineering M. Papadrakakis, M. Fragiadakis, V. Plevris (eds.) Corfu, Greece, 25-28 May 2 MASS,

More information

System Theory- Based Iden2fica2on of Dynamical Models and Applica2ons

System Theory- Based Iden2fica2on of Dynamical Models and Applica2ons System Theory- Based Iden2fica2on of Dynamical Models and Applica2ons K. C. Park Center for Aerospace Structures Department of Aerospace Engineering Sciences University of Colorado at Boulder, CO, USA

More information

Operational modal analysis using forced excitation and input-output autoregressive coefficients

Operational modal analysis using forced excitation and input-output autoregressive coefficients Operational modal analysis using forced excitation and input-output autoregressive coefficients *Kyeong-Taek Park 1) and Marco Torbol 2) 1), 2) School of Urban and Environment Engineering, UNIST, Ulsan,

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

Chapter 23: Principles of Passive Vibration Control: Design of absorber

Chapter 23: Principles of Passive Vibration Control: Design of absorber Chapter 23: Principles of Passive Vibration Control: Design of absorber INTRODUCTION The term 'vibration absorber' is used for passive devices attached to the vibrating structure. Such devices are made

More information

ME 563 Mechanical Vibrations Lecture #15. Finite Element Approximations for Rods and Beams

ME 563 Mechanical Vibrations Lecture #15. Finite Element Approximations for Rods and Beams ME 563 Mechanical Vibrations Lecture #15 Finite Element Approximations for Rods and Beams 1 Need for Finite Elements Continuous system vibration equations of motion are appropriate for applications where

More information

Problem 1: A simple 3-dof shear-building model has the following equation: =

Problem 1: A simple 3-dof shear-building model has the following equation: = MEEN 6 E: Normalization and Damped Response Fall 24 Problem : A simple -dof shear-building model has the following equation: m u k+ k2 k2 u p( t) m u k k k k + + u = p ( t) 2 2 2 2 2 2 m u k k u p( t)

More information

Rotary Motion Servo Plant: SRV02. Rotary Experiment #11: 1-DOF Torsion. 1-DOF Torsion Position Control using QuaRC. Student Manual

Rotary Motion Servo Plant: SRV02. Rotary Experiment #11: 1-DOF Torsion. 1-DOF Torsion Position Control using QuaRC. Student Manual Rotary Motion Servo Plant: SRV02 Rotary Experiment #11: 1-DOF Torsion 1-DOF Torsion Position Control using QuaRC Student Manual Table of Contents 1. INTRODUCTION...1 2. PREREQUISITES...1 3. OVERVIEW OF

More information

Adaptive Systems Homework Assignment 1

Adaptive Systems Homework Assignment 1 Signal Processing and Speech Communication Lab. Graz University of Technology Adaptive Systems Homework Assignment 1 Name(s) Matr.No(s). The analytical part of your homework (your calculation sheets) as

More information

Computer Exercise 1 Estimation and Model Validation

Computer Exercise 1 Estimation and Model Validation Lund University Time Series Analysis Mathematical Statistics Fall 2018 Centre for Mathematical Sciences Computer Exercise 1 Estimation and Model Validation This computer exercise treats identification,

More information

PROJECT 1 DYNAMICS OF MACHINES 41514

PROJECT 1 DYNAMICS OF MACHINES 41514 PROJECT DYNAMICS OF MACHINES 454 Theoretical and Experimental Modal Analysis and Validation of Mathematical Models in Multibody Dynamics Ilmar Ferreira Santos, Professor Dr.-Ing., Dr.Techn., Livre-Docente

More information

Double Inverted Pendulum (DBIP)

Double Inverted Pendulum (DBIP) Linear Motion Servo Plant: IP01_2 Linear Experiment #15: LQR Control Double Inverted Pendulum (DBIP) All of Quanser s systems have an inherent open architecture design. It should be noted that the following

More information

SINGLE DEGREE OF FREEDOM SYSTEM IDENTIFICATION USING LEAST SQUARES, SUBSPACE AND ERA-OKID IDENTIFICATION ALGORITHMS

SINGLE DEGREE OF FREEDOM SYSTEM IDENTIFICATION USING LEAST SQUARES, SUBSPACE AND ERA-OKID IDENTIFICATION ALGORITHMS 3 th World Conference on Earthquake Engineering Vancouver, B.C., Canada August -6, 24 Paper No. 278 SINGLE DEGREE OF FREEDOM SYSTEM IDENTIFICATION USING LEAST SQUARES, SUBSPACE AND ERA-OKID IDENTIFICATION

More information

Centre for Mathematical Sciences HT 2017 Mathematical Statistics. Study chapters 6.1, 6.2 and in the course book.

Centre for Mathematical Sciences HT 2017 Mathematical Statistics. Study chapters 6.1, 6.2 and in the course book. Lund University Stationary stochastic processes Centre for Mathematical Sciences HT 2017 Mathematical Statistics Computer exercise 2 in Stationary stochastic processes, HT 17. The purpose with this computer

More information

Identification Methods for Structural Systems. Prof. Dr. Eleni Chatzi Lecture March, 2016

Identification Methods for Structural Systems. Prof. Dr. Eleni Chatzi Lecture March, 2016 Prof. Dr. Eleni Chatzi Lecture 4-09. March, 2016 Fundamentals Overview Multiple DOF Systems State-space Formulation Eigenvalue Analysis The Mode Superposition Method The effect of Damping on Structural

More information

On the Nature of Random System Matrices in Structural Dynamics

On the Nature of Random System Matrices in Structural Dynamics On the Nature of Random System Matrices in Structural Dynamics S. ADHIKARI AND R. S. LANGLEY Cambridge University Engineering Department Cambridge, U.K. Nature of Random System Matrices p.1/20 Outline

More information

ME scope Application Note 28

ME scope Application Note 28 App Note 8 www.vibetech.com 3/7/17 ME scope Application Note 8 Mathematics of a Mass-Spring-Damper System INTRODUCTION In this note, the capabilities of ME scope will be used to build a model of the mass-spring-damper

More information

Stochastic Dynamics of SDOF Systems (cont.).

Stochastic Dynamics of SDOF Systems (cont.). Outline of Stochastic Dynamics of SDOF Systems (cont.). Weakly Stationary Response Processes. Equivalent White Noise Approximations. Gaussian Response Processes as Conditional Normal Distributions. Stochastic

More information

THE subject of the analysis is system composed by

THE subject of the analysis is system composed by MECHANICAL VIBRATION ASSIGNEMENT 1 On 3 DOF system identification Diego Zenari, 182160, M.Sc Mechatronics engineering Abstract The present investigation carries out several analyses on a 3-DOF system.

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

Comparison of the Results Inferred from OMA and IEMA

Comparison of the Results Inferred from OMA and IEMA Comparison of the Results Inferred from OMA and IEMA Kemal Beyen, Kocaeli University, Kocaeli, Turkey, kbeyen@kocaeli.edu.tr Mustafa Kutanis Sakarya University, Sakarya, Turkey, mkutanis@gmail.com.tr ABSTRACT:

More information

Module 4: Dynamic Vibration Absorbers and Vibration Isolator Lecture 19: Active DVA. The Lecture Contains: Development of an Active DVA

Module 4: Dynamic Vibration Absorbers and Vibration Isolator Lecture 19: Active DVA. The Lecture Contains: Development of an Active DVA The Lecture Contains: Development of an Active DVA Proof Mass Actutor Application of Active DVA file:///d /chitra/vibration_upload/lecture19/19_1.htm[6/25/2012 12:35:51 PM] In this section, we will consider

More information

Dynamics of Structures

Dynamics of Structures Dynamics of Structures Elements of structural dynamics Roberto Tomasi 11.05.2017 Roberto Tomasi Dynamics of Structures 11.05.2017 1 / 22 Overview 1 SDOF system SDOF system Equation of motion Response spectrum

More information

DYNAMICS OF MACHINERY 41514

DYNAMICS OF MACHINERY 41514 DYNAMICS OF MACHINERY 454 PROJECT : Theoretical and Experimental Modal Analysis and Validation of Mathematical Models in Multibody Dynamics Holistic Overview of the Project Steps & Their Conceptual Links

More information

YTÜ Mechanical Engineering Department

YTÜ Mechanical Engineering Department YTÜ Mechanical Engineering Department Lecture of Special Laboratory of Machine Theory, System Dynamics and Control Division Coupled Tank 1 Level Control with using Feedforward PI Controller Lab Report

More information

Reduction of Structure-Borne Noise in Automobiles by Multivariable Feedback

Reduction of Structure-Borne Noise in Automobiles by Multivariable Feedback Reduction of Structure-Borne Noise in Automobiles by Multivariable Feedbac M.-P. Jolicoeur, J.-G. Roumy, S. Vanreusel, D. Dionne, H. Douville, B. Boulet, Member, IEEE, H. Michalsa, Member, IEEE, P. Masson,

More information

CALIFORNIA INSTITUTE OF TECHNOLOGY Control and Dynamical Systems

CALIFORNIA INSTITUTE OF TECHNOLOGY Control and Dynamical Systems CDS 101 1. Åström and Murray, Exercise 1.3 2. Åström and Murray, Exercise 1.4 3. Åström and Murray, Exercise 2.6, parts (a) and (b) CDS 110a 1. Åström and Murray, Exercise 1.4 2. Åström and Murray, Exercise

More information

Automatic Control II Computer exercise 3. LQG Design

Automatic Control II Computer exercise 3. LQG Design Uppsala University Information Technology Systems and Control HN,FS,KN 2000-10 Last revised by HR August 16, 2017 Automatic Control II Computer exercise 3 LQG Design Preparations: Read Chapters 5 and 9

More information

Spectral methods for fuzzy structural dynamics: modal vs direct approach

Spectral methods for fuzzy structural dynamics: modal vs direct approach Spectral methods for fuzzy structural dynamics: modal vs direct approach S Adhikari Zienkiewicz Centre for Computational Engineering, College of Engineering, Swansea University, Wales, UK IUTAM Symposium

More information

Transmissibility Function Analysis for Boundary Damage Identification of a Two-Storey Framed Structure using Artificial Neural Networks

Transmissibility Function Analysis for Boundary Damage Identification of a Two-Storey Framed Structure using Artificial Neural Networks Transmissibility Function Analysis for Boundary Damage Identification of a Two-Storey Framed Structure using Artificial Neural Networks U. Dackermann, J. Li & B. Samali Centre for Built Infrastructure

More information

DYNAMIC RESPONSE OF EARTHQUAKE EXCITED INELASTIC PRIMARY- SECONDARY SYSTEMS

DYNAMIC RESPONSE OF EARTHQUAKE EXCITED INELASTIC PRIMARY- SECONDARY SYSTEMS DYNAMIC RESPONSE OF EARTHQUAKE EXCITED INELASTIC PRIMARY- SECONDARY SYSTEMS Christoph ADAM 1 And Peter A FOTIU 2 SUMMARY The objective of the paper is to investigate numerically the effect of ductile material

More information

Control of Earthquake Induced Vibrations in Asymmetric Buildings Using Passive Damping

Control of Earthquake Induced Vibrations in Asymmetric Buildings Using Passive Damping Control of Earthquake Induced Vibrations in Asymmetric Buildings Using Passive Damping Rakesh K. Goel, California Polytechnic State University, San Luis Obispo Abstract This paper summarizes the results

More information

Seismic analysis of structural systems with uncertain damping

Seismic analysis of structural systems with uncertain damping Seismic analysis of structural systems with uncertain damping N. Impollonia, G. Muscolino, G. Ricciardi Dipartirnento di Costruzioni e Tecnologie Avanzate, Universita di Messina Contrada Sperone, 31 -

More information

Reliable Condition Assessment of Structures Using Uncertain or Limited Field Modal Data

Reliable Condition Assessment of Structures Using Uncertain or Limited Field Modal Data Reliable Condition Assessment of Structures Using Uncertain or Limited Field Modal Data Mojtaba Dirbaz Mehdi Modares Jamshid Mohammadi 6 th International Workshop on Reliable Engineering Computing 1 Motivation

More information

State Feedback Controller for Position Control of a Flexible Link

State Feedback Controller for Position Control of a Flexible Link Laboratory 12 Control Systems Laboratory ECE3557 Laboratory 12 State Feedback Controller for Position Control of a Flexible Link 12.1 Objective The objective of this laboratory is to design a full state

More information

3. Mathematical Properties of MDOF Systems

3. Mathematical Properties of MDOF Systems 3. Mathematical Properties of MDOF Systems 3.1 The Generalized Eigenvalue Problem Recall that the natural frequencies ω and modes a are found from [ - ω 2 M + K ] a = 0 or K a = ω 2 M a Where M and K are

More information

on the figure. Someone has suggested that, in terms of the degrees of freedom x1 and M. Note that if you think the given 1.2

on the figure. Someone has suggested that, in terms of the degrees of freedom x1 and M. Note that if you think the given 1.2 1) A two-story building frame is shown below. The mass of the frame is assumed to be lumped at the floor levels and the floor slabs are considered rigid. The floor masses and the story stiffnesses are

More information

Creation of a State-Space Model from a Finite Element Model for the active control algorithm efficiency tests.

Creation of a State-Space Model from a Finite Element Model for the active control algorithm efficiency tests. Creation of a State-Space Model from a Finite Element Model for the active control algorithm efficiency tests. N. Geffroy, L. Brunetti, B. Bolzon, A. Jeremie, Laboratoire d Annecy-le-Vieux de Physique

More information

ME 563 HOMEWORK # 7 SOLUTIONS Fall 2010

ME 563 HOMEWORK # 7 SOLUTIONS Fall 2010 ME 563 HOMEWORK # 7 SOLUTIONS Fall 2010 PROBLEM 1: Given the mass matrix and two undamped natural frequencies for a general two degree-of-freedom system with a symmetric stiffness matrix, find the stiffness

More information

Damping Matrix. Donkey2Ft

Damping Matrix. Donkey2Ft 1 Damping Matrix DonkeyFt Damping in a single-degree-of-freedom (SDOF) system is well studied. Whether the system is under-damped, over-damped, or critically damped is well known. For an under-damped system,

More information

Measurement and Prediction of the Dynamic Behaviour of Laminated Glass

Measurement and Prediction of the Dynamic Behaviour of Laminated Glass Paper 173 Measurement and Prediction of the Dynamic Behaviour of Laminated Glass Civil-Comp Press, 2012 Proceedings of the Eleventh International Conference on Computational Structures Technology, B.H.V.

More information

OPTIMAL CONTROL AND ESTIMATION

OPTIMAL CONTROL AND ESTIMATION OPTIMAL CONTROL AND ESTIMATION Robert F. Stengel Department of Mechanical and Aerospace Engineering Princeton University, Princeton, New Jersey DOVER PUBLICATIONS, INC. New York CONTENTS 1. INTRODUCTION

More information

ANALYSIS OF HIGHRISE BUILDING STRUCTURE WITH SETBACK SUBJECT TO EARTHQUAKE GROUND MOTIONS

ANALYSIS OF HIGHRISE BUILDING STRUCTURE WITH SETBACK SUBJECT TO EARTHQUAKE GROUND MOTIONS ANALYSIS OF HIGHRISE BUILDING SRUCURE WIH SEBACK SUBJEC O EARHQUAKE GROUND MOIONS 157 Xiaojun ZHANG 1 And John L MEEK SUMMARY he earthquake response behaviour of unframed highrise buildings with setbacks

More information

SAMPLE SOLUTION TO EXAM in MAS501 Control Systems 2 Autumn 2015

SAMPLE SOLUTION TO EXAM in MAS501 Control Systems 2 Autumn 2015 FACULTY OF ENGINEERING AND SCIENCE SAMPLE SOLUTION TO EXAM in MAS501 Control Systems 2 Autumn 2015 Lecturer: Michael Ruderman Problem 1: Frequency-domain analysis and control design (15 pt) Given is a

More information

Laboratory 11 Control Systems Laboratory ECE3557. State Feedback Controller for Position Control of a Flexible Joint

Laboratory 11 Control Systems Laboratory ECE3557. State Feedback Controller for Position Control of a Flexible Joint Laboratory 11 State Feedback Controller for Position Control of a Flexible Joint 11.1 Objective The objective of this laboratory is to design a full state feedback controller for endpoint position control

More information

Dynamic System Identification using HDMR-Bayesian Technique

Dynamic System Identification using HDMR-Bayesian Technique Dynamic System Identification using HDMR-Bayesian Technique *Shereena O A 1) and Dr. B N Rao 2) 1), 2) Department of Civil Engineering, IIT Madras, Chennai 600036, Tamil Nadu, India 1) ce14d020@smail.iitm.ac.in

More information

Propagation of Uncertainty in Stress Estimation in Turbine Engine Blades

Propagation of Uncertainty in Stress Estimation in Turbine Engine Blades Propagation of Uncertainty in Stress Estimation in Turbine Engine Blades Giorgio Calanni, Vitali Volovoi, and Massimo Ruzzene Georgia Institute of Technology Atlanta, Georgia and Charles Vining Naval Air

More information

PsD Testing Quality Control

PsD Testing Quality Control COMMISSION OF THE EUROPEAN COMMUNITIES FP7- INFRASTRUCTURES-2008-1 SP4-Capacities SERIES SEISMIC ENGINEERING RESEARCH INFRASTRUCTURES FOR EUROPEAN SYNERGIES PsD Testing Quality Control ELSA Laboratory

More information

Applied Linear Algebra in Geoscience Using MATLAB

Applied Linear Algebra in Geoscience Using MATLAB Applied Linear Algebra in Geoscience Using MATLAB Contents Getting Started Creating Arrays Mathematical Operations with Arrays Using Script Files and Managing Data Two-Dimensional Plots Programming in

More information

ANNEX A: ANALYSIS METHODOLOGIES

ANNEX A: ANALYSIS METHODOLOGIES ANNEX A: ANALYSIS METHODOLOGIES A.1 Introduction Before discussing supplemental damping devices, this annex provides a brief review of the seismic analysis methods used in the optimization algorithms considered

More information

Angle estimation using gyros and accelerometers

Angle estimation using gyros and accelerometers Lab in Dynamical systems and control TSRT21 Angle estimation using gyros and accelerometers This version: January 25, 2017 Name: LERTEKNIK REG P-number: Date: AU T O MA R TI C C O N T OL Passed: LINKÖPING

More information

Dr.Vinod Hosur, Professor, Civil Engg.Dept., Gogte Institute of Technology, Belgaum

Dr.Vinod Hosur, Professor, Civil Engg.Dept., Gogte Institute of Technology, Belgaum STRUCTURAL DYNAMICS Dr.Vinod Hosur, Professor, Civil Engg.Dept., Gogte Institute of Technology, Belgaum Overview of Structural Dynamics Structure Members, joints, strength, stiffness, ductility Structure

More information

FREE VIBRATION RESPONSE OF UNDAMPED SYSTEMS

FREE VIBRATION RESPONSE OF UNDAMPED SYSTEMS Lecture Notes: STRUCTURAL DYNAMICS / FALL 2011 / Page: 1 FREE VIBRATION RESPONSE OF UNDAMPED SYSTEMS : : 0, 0 As demonstrated previously, the above Equation of Motion (free-vibration equation) has a solution

More information

Rayleigh s Classical Damping Revisited

Rayleigh s Classical Damping Revisited Rayleigh s Classical Damping Revisited S. Adhikari and A. Srikantha Phani Department of Aerospace Engineering, University of Bristol, Bristol, U.K. Email: S.Adhikari@bristol.ac.uk URL: http://www.aer.bris.ac.uk/contact/academic/adhikari/home.html

More information

VARIANCE COMPUTATION OF MODAL PARAMETER ES- TIMATES FROM UPC SUBSPACE IDENTIFICATION

VARIANCE COMPUTATION OF MODAL PARAMETER ES- TIMATES FROM UPC SUBSPACE IDENTIFICATION VARIANCE COMPUTATION OF MODAL PARAMETER ES- TIMATES FROM UPC SUBSPACE IDENTIFICATION Michael Döhler 1, Palle Andersen 2, Laurent Mevel 1 1 Inria/IFSTTAR, I4S, Rennes, France, {michaeldoehler, laurentmevel}@inriafr

More information

Resonant Inerter Based Absorbers for a Selected Global Mode

Resonant Inerter Based Absorbers for a Selected Global Mode Downloaded from orbit.dtu.dk on: Jun 3, 208 Resonant Inerter Based Absorbers for a Selected Global Mode Krenk, Steen Published in: Proceedings of the 6th European Conference on Structural Control Publication

More information

Preliminary Examination - Dynamics

Preliminary Examination - Dynamics Name: University of California, Berkeley Fall Semester, 2018 Problem 1 (30% weight) Preliminary Examination - Dynamics An undamped SDOF system with mass m and stiffness k is initially at rest and is then

More information

Program System for Machine Dynamics. Abstract. Version 5.0 November 2017

Program System for Machine Dynamics. Abstract. Version 5.0 November 2017 Program System for Machine Dynamics Abstract Version 5.0 November 2017 Ingenieur-Büro Klement Lerchenweg 2 D 65428 Rüsselsheim Phone +49/6142/55951 hd.klement@t-online.de What is MADYN? The program system

More information

2330. A study on Gabor frame for estimating instantaneous dynamic characteristics of structures Wei-Chih Su 1, Chiung-Shiann Huang 2 1

2330. A study on Gabor frame for estimating instantaneous dynamic characteristics of structures Wei-Chih Su 1, Chiung-Shiann Huang 2 1 2330. A study on Gabor frame for estimating instantaneous dynamic characteristics of structures Wei-Chih Su 1, Chiung-Shiann Huang 2 1 National Center for High-Performance Computing, National Applied Research

More information

Subspace-based damage detection on steel frame structure under changing excitation

Subspace-based damage detection on steel frame structure under changing excitation Subspace-based damage detection on steel frame structure under changing excitation M. Döhler 1,2 and F. Hille 1 1 BAM Federal Institute for Materials Research and Testing, Safety of Structures Department,

More information

Introduction to structural dynamics

Introduction to structural dynamics Introduction to structural dynamics p n m n u n p n-1 p 3... m n-1 m 3... u n-1 u 3 k 1 c 1 u 1 u 2 k 2 m p 1 1 c 2 m2 p 2 k n c n m n u n p n m 2 p 2 u 2 m 1 p 1 u 1 Static vs dynamic analysis Static

More information

Structural health monitoring of offshore jacket platforms by inverse vibration problem. M. T. Nikoukalam On behalf of Kiarash M.

Structural health monitoring of offshore jacket platforms by inverse vibration problem. M. T. Nikoukalam On behalf of Kiarash M. Structural health monitoring of offshore jacket platforms by inverse vibration problem M. T. Nikoukalam On behalf of Kiarash M. Dolatshahi 1 Outline 1- Introduction 2- Motivation 3- Description of inverse

More information

Laboratory Project 1: Introduction to Random Processes

Laboratory Project 1: Introduction to Random Processes Laboratory Project 1: Introduction to Random Processes Random Processes With Applications (MVE 135) Mats Viberg Department of Signals and Systems Chalmers University of Technology 412 96 Gteborg, Sweden

More information

Chapter 7. An Example Simulation

Chapter 7. An Example Simulation 8 Chapter 7. An Example Simulation The basic concepts presented in Chapter dealt with an ideal RFA network with no dynamics and no transmissive losses. The material in Chapters -4 constitutes a more realistic

More information

Structural Damage Detection Using Time Windowing Technique from Measured Acceleration during Earthquake

Structural Damage Detection Using Time Windowing Technique from Measured Acceleration during Earthquake Structural Damage Detection Using Time Windowing Technique from Measured Acceleration during Earthquake Seung Keun Park and Hae Sung Lee ABSTRACT This paper presents a system identification (SI) scheme

More information

System Identification procedures for nonlinear response of Buckling Restraint Braces J. Martínez 1, R. Boroschek 1, J. Bilbao 1 (1)University of Chile

System Identification procedures for nonlinear response of Buckling Restraint Braces J. Martínez 1, R. Boroschek 1, J. Bilbao 1 (1)University of Chile System Identification procedures for nonlinear response of Buckling Restraint Braces J. Martínez, R. Boroschek, J. Bilbao ()University of Chile. Abstract Buckling Restrained Braces (BRB) are hysteretic

More information

Hierarchical sparse Bayesian learning for structural health monitoring. with incomplete modal data

Hierarchical sparse Bayesian learning for structural health monitoring. with incomplete modal data Hierarchical sparse Bayesian learning for structural health monitoring with incomplete modal data Yong Huang and James L. Beck* Division of Engineering and Applied Science, California Institute of Technology,

More information

DEVELOPMENT OF A LARGE SCALE HYBRID SHAKE TABLE AND APPLICATION TO TESTING A FRICTION SLIDER ISOLATED SYSTEM

DEVELOPMENT OF A LARGE SCALE HYBRID SHAKE TABLE AND APPLICATION TO TESTING A FRICTION SLIDER ISOLATED SYSTEM 1NCEE Tenth U.S. National Conference on Earthquake Engineering Frontiers of Earthquake Engineering July 1-5, 14 Anchorage, Alaska DEVELOPMENT OF A LARGE SCALE HYBRID SHAKE TABLE AND APPLICATION TO TESTING

More information

Final Exam December 11, 2017

Final Exam December 11, 2017 Final Exam Instructions: You have 120 minutes to complete this exam. This is a closed-book, closed-notes exam. You are NOT allowed to use a calculator with communication capabilities during the exam. Usage

More information

OUTPUT ONLY SCHEMES FOR JOINT INPUT STATE PARAMETER ESTIMATION OF LINEAR SYSTEMS

OUTPUT ONLY SCHEMES FOR JOINT INPUT STATE PARAMETER ESTIMATION OF LINEAR SYSTEMS UNCECOMP 15 1 st ECCOMAS Thematic Conference on Uncertainty Quantification in Computational Sciences and Engineering M. Papadrakakis, V. Papadopoulos, G. Stefanou (eds.) Crete Island, Greece, 5 7 May 15

More information

System Identification and Model Updating of the Four Seasons Building

System Identification and Model Updating of the Four Seasons Building System Identification and Model Updating of the Four Seasons Building Eunjong Yu, Ying Lei, Derek Skolnik, John W. Wallace OVERVIEW Building Description Testing & Data Acquisition System Identification

More information

Stochastic Structural Dynamics Prof. Dr. C. S. Manohar Department of Civil Engineering Indian Institute of Science, Bangalore

Stochastic Structural Dynamics Prof. Dr. C. S. Manohar Department of Civil Engineering Indian Institute of Science, Bangalore Stochastic Structural Dynamics Prof. Dr. C. S. Manohar Department of Civil Engineering Indian Institute of Science, Bangalore Lecture No. # 32 Probabilistic Methods in Earthquake Engineering-1 (Refer Slide

More information

742. Time-varying systems identification using continuous wavelet analysis of free decay response signals

742. Time-varying systems identification using continuous wavelet analysis of free decay response signals 74. Time-varying systems identification using continuous wavelet analysis of free decay response signals X. Xu, Z. Y. Shi, S. L. Long State Key Laboratory of Mechanics and Control of Mechanical Structures

More information

BMEN 398: MATLAB Module: Higher Order Differential Equations; SIMULINK Fall 2005 Updated 8/21/2005 Hart

BMEN 398: MATLAB Module: Higher Order Differential Equations; SIMULINK Fall 2005 Updated 8/21/2005 Hart BMEN 398: MATLAB Module: Higher Order Differential Equations; SIMULINK Fall 2005 Updated 8/21/2005 Hart Higher Order ODEs: (Rao, 2002) Although we can now write MATLAB code to find numerical solutions

More information

Tuning TMDs to Fix Floors in MDOF Shear Buildings

Tuning TMDs to Fix Floors in MDOF Shear Buildings Tuning TMDs to Fix Floors in MDOF Shear Buildings This is a paper I wrote in my first year of graduate school at Duke University. It applied the TMD tuning methodology I developed in my undergraduate research

More information

Integration of measured receptance into a time domain simulation of a Multi Body Model using SIMPACK

Integration of measured receptance into a time domain simulation of a Multi Body Model using SIMPACK Fakultät Maschinenwesen Professur für Dynamik und Mechanismentechnik Integration of measured receptance into a time domain simulation of a Multi Body Model using SIMPACK Dipl.-Ing. Johannes Woller Prof.

More information

Angle estimation using gyros and accelerometers

Angle estimation using gyros and accelerometers Angle estimation using gyros and accelerometers This version: January 23, 2018 Name: LERTEKNIK REG P-number: Date: AU T O MA RO TI C C O N T L Passed: LINKÖPING Chapter 1 Introduction The purpose of this

More information

Centre for Mathematical Sciences HT 2017 Mathematical Statistics

Centre for Mathematical Sciences HT 2017 Mathematical Statistics Lund University Stationary stochastic processes Centre for Mathematical Sciences HT 2017 Mathematical Statistics Computer exercise 3 in Stationary stochastic processes, HT 17. The purpose of this exercise

More information