Stochastic Subspace Identification (SSI)

Stochastic subspace identification with modal indicators including consistent mode indicator and modal participation factor
1,2K Downloads
Aktualisiert 15 Jun 2019

Lizenz anzeigen

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

Zitieren als

Ayad Al-Rumaithi (2024). Stochastic Subspace Identification (SSI) (https://www.mathworks.com/matlabcentral/fileexchange/71859-stochastic-subspace-identification-ssi), MATLAB Central File Exchange. Abgerufen .

Kompatibilität der MATLAB-Version
Erstellt mit R2017b
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Kategorien
Mehr zu Linear Model Identification finden Sie in Help Center und MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Veröffentlicht Versionshinweise
1.0.1

description

1.0.0