Stochastic Subspace Identification (SSI)

Stochastic subspace identification with modal indicators including consistent mode indicator and modal participation factor

https://sites.google.com/view/ayad-al-rumaithi

現在この提出コンテンツをフォロー中です。

Stochastic subspace identification with modal indicators including consistent mode indicator and modal participation factor. This function does not use system identification toolbox function n4sid.
Example file is provided for the identification of 2DOF system subject to gaussian white noise excitation with added uncertainty (also gaussian white noise) to both excitation and response.
function [Result]=SSID(output,fs,ncols,nrows,cut)
Input:
output: output data of size (No. output channels, No. of data)
fs: Sampling frequency
ncols: The number of columns in hankel matrix (more than 2/3 of No. of data)
nows: The number of rows in hankel matrix (more than 20 * number of modes)
cut: cutoff value=2*no of modes
Outputs :
Result : A structure consist of the below components
Parameters.NaFreq : Natural frequencies vector
Parameters.DampRatio : Damping ratios vector
Parameters.ModeShape : Mode shape matrix
Indicators.EMAC : Extended Modal Amplitude Coherence
Indicators.MPC : Modal Phase Collinearity
Indicators.CMI : Consistent Mode Indicator
Indicators.partfac : Participation factor
Matrices A,C: Discrete A and C matrices
References:
-----------------
[1] Van Overschee, Peter, and B. L. De Moor. Subspace identification for linear systems: Theory—Implementation—Applications. Springer Science & Business Media, 2012.
[2] R. Pappa, K. Elliott, and A. Schenk, “A consistent-mode indicator for the eigensystem realization algorithm,” Journal of Guidance Control and Dynamics (1993), 1993.
[3] Al Rumaithi, Ayad, "Characterization of Dynamic Structures Using Parametric and Non-parametric System Identification Methods" (2014). Electronic Theses and Dissertations. 1325.
https://stars.library.ucf.edu/etd/1325

引用

Ayad Al-Rumaithi (2026). Stochastic Subspace Identification (SSI) (https://jp.mathworks.com/matlabcentral/fileexchange/71859-stochastic-subspace-identification-ssi), MATLAB Central File Exchange. に取得済み.

カテゴリ

Help Center および MATLAB AnswersLinear Model Identification についてさらに検索

一般的な情報

MATLAB リリースの互換性

  • すべてのリリースと互換性あり

プラットフォームの互換性

  • Windows
  • macOS
  • Linux
バージョン 公開済み リリース ノート Action
1.0.2

added website

1.0.1

description

1.0.0