Modal Properties from State Space Realization#
Structural system dynamics are in continuous time. With the time-domain
system identification methods in the mdof
package such as OKID-ERA
and SRIM, a structural system’s discrete-time state space realization is
obtained from measured data. The following process recovers the
structure’s modal properties (i.e., natural frequencies, modal damping
ratios, and mode shapes) from the discrete state space realization
coefficients, \(\mathbf{A}\) and \(\mathbf{C}\).
Eigendecompositions of \(\mathbf{A}_{c}\) and \(\mathbf{A}\)#
The relationship between the eigendecompositions of \(\mathbf{A}_{c}\), the continuous-time state transition matrix, and \(\mathbf{A}\), the discrete-time state transition matrix, is shown below.
where
\(\gamma_{j}\) and \(\psi_{j}\) are the eigenvalues and eigenvectors of \(\mathbf{A}\),
\(\lambda_{j}\) and \(\phi_{j}\) are the eigenvalues and eigenvectors of \(\mathbf{A}_{c}\),
\(j \in [1,2,\dots,r]\), and \(r\) is the model order.
Natural Frequencies and Modal Damping Ratios#
From the eigendecompositions of \(\mathbf{A}_{c}\) and \(\mathbf{A}\), we have
Assuming modal damping, these eigenvalues \(\lambda_{j}\) contain the damped natural frequencies and modal damping factors:
where the overline symbol \(~\overline{\cdot}~\) indicates the complex conjugate, \(\text{Re}(\cdot)\) indicates the real part of the complex number, \(\omega_{j}\) are the modal frequencies, and \(\zeta_{j}\) are the modal damping ratios.
Mode Shapes#
The eigenvectors of the continuous state transition matrix \(\mathbf{A}_{c}\) transform the modal coordinates into the state coordinates. We define the mode shapes as the transformation from modal coordinates to the output coordinates.