eigensystem realization algorithm

The Eigensystem realization algorithm (ERA) is a system identification technique popular in civil engineering, in particular in structural health monitoring{{citation-needed|date=April 2020}}. ERA can be used as a modal analysis technique and generates a system realization using the time domain response (multi-)input and (multi-)output data.{{cite web|url=http://mceer.buffalo.edu/publications/resaccom/04-sp06/05Hill.pdf |title=An Experimental Verification of the Eigensystem Realization Algorithm for Vibration Parameter Identification |author=Marlon D. Hill |accessdate=August 24, 2011 |url-status=dead |archiveurl=https://web.archive.org/web/20120331182556/http://mceer.buffalo.edu/publications/resaccom/04-sp06/05Hill.pdf |archivedate=March 31, 2012 }} The ERA was proposed by Juang and Pappa {{cite journal|author1=Juang, J.-N.|author2=Pappa, R. S.|title=An Eigensystem Realization Algorithm for Modal Parameter Identification and Model Reduction|year=1985|journal=Journal of Guidance, Control, and Dynamics|volume=8|issue=5|pages=620–627|doi=10.2514/3.20031|bibcode=1985JGCD....8..620J}} and has been used for system identification of aerospace structures such as the Galileo spacecraft,Pappa, Richard S., and J-N. Juang. "Galileo spacecraft modal identification using an eigensystem realization algorithm." Structures, Structural Dynamics and Materials Conference, 25 th, Palm Springs, CA. 1984. turbines,Sanchez-Gasca, J. J. "Computation of turbine-generator subsynchronous torsional modes from measured data using the eigensystem realization algorithm." Power Engineering Society Winter Meeting, 2001. IEEE. Vol. 3. IEEE, 2001. civil structures {{cite journal|author1=Juan Martin Caicedo|author2=Shirley J. Dyke|author2-link=Shirley Dyke|author3=Erik A. Johnson|title=Natural Excitation Technique and Eigensystem Realization Algorithm for Phase I of the IASC-ASCE Benchmark Problem: Simulated Data|year=2004|journal=Journal of Engineering Mechanics|volume=130|issue=1|pages=49–60|doi=10.1061/(asce)0733-9399(2004)130:1(49) }}{{cite journal|last1=Brownjohn|first1=James Mark William|last2=Moyo|first2=Pilate|last3=Omenzetter|first3=Piotr|last4=Lu|first4=Yong|title=Assessment of Highway Bridge Upgrading by Dynamic Testing and Finite-Element Model Updating|journal=Journal of Bridge Engineering|volume=8|issue=3|year=2003|pages=162–172|issn=1084-0702|doi=10.1061/(ASCE)1084-0702(2003)8:3(162)|citeseerx=10.1.1.194.8245}} and many other type of systems.

Uses in structural engineering

In structural engineering the ERA is used to identify natural frequencies, mode shapes and damping ratios. The ERA is commonly used in conjunction with the Natural Excitation Technique (NExT) to identify modal parameters from ambient vibration. The technique has been applied to buildings, bridges, and many other type of structural systems. In the area of structural health monitoring the ERA and other modal identification techniques play an important role in developing a model of the structure from experimental data. The state space representation, or the modal parameters are used for further analysis and identify possible damage in structures.

Algorithm

It is recommended to review the concepts of State-space representation and vibration before studying the ERA. Given pulse response data form the Hankel matrix

: H(k-1) = \begin{bmatrix}Y(k) & Y(k+1) & \cdots & Y(k+p) \\ Y(k+1) & \ddots & & \vdots \\ \vdots & & & \\ Y(k+r) & \cdots & & Y(k+p+r) \end{bmatrix}

where Y(k) is the m \times n pulse response at time step k. Next, perform a singular value decomposition of H(0), i.e. H(0) = PDQ^T. Then choose only the rows and columns corresponding to physical modes to form the matrices D_n, P_n, \text{ and } Q_n. Then the discrete time system realization can be given by:

: \hat{A} = D_n^{-\frac{1}{2}} P_n^T H(1) Q_n D_n^{-\frac{1}{2}}

: \hat{B} = D_n^{\frac{1}{2}} Q_n^T E_m

: \hat{C} = E_n^T P_n D_n^{\frac{1}{2}}

To generate the system states \Lambda = \hat{C} \hat{\Phi} where \hat{\Phi} is the matrix of eigenvectors for \hat{A}.

Example

File:Mass spring damper.svg

Consider a single degree of freedom (SDOF) system with stiffness k, mass m, and damping c. The equation of motion for this SDOF is

:m\ddot{x}(t)+c\dot{x}(t)+kx(t)=p(t)

where x is the displacement of the mass and t is time. The continuous state-space representation of this system is

:\dot{s}=As(t) + Bu(t)

:y = Cs(t) + Du(t)

where s represent the states of the system corresponding to the displacement x and velocity \dot{x} of the SDOF. Note that the states are usually denoted by x. However, here x is used for the SDOF displacement.

See also

References