The ssi algorithm module
This module implements the Stochastic Subspace Identification (SSI) [BPDG99], [MiDo11] algorithm in various forms, tailored for both single and multiple experimental setup scenarios [MiDo11], [DOME13]. It includes classes and methods for conducting data-driven and covariance-driven SSI analyses, with optional uncertainty bounds estimation [DLM13].
- Classes:
SSIdatImplements the Data-Driven SSI algorithm for single setup.
SSIcovImplements the Covariance-Driven SSI algorithm for single setup.
SSIdat_MSExtends
SSIdatfor multi-setup experiments.SSIcov_MSExtends
SSIdat_MSfor covariance-based analysis in multi-setup experiments.
Important
Each class contains methods for executing the SSI algorithm, extracting modal parameters, plotting results, and additional utilities relevant to the specific SSI approach.
Note
Users should be familiar with the concepts of modal analysis and system identification to effectively use this module.