Operational modal analysis with a single accelerometer
Operational modal analysis with a single accelerometer
Summary
This repository includes a Matlab function to identify the eigenfrequencies and modal damping ratios of a line-like structure using only one accelerometer. Because a single sensor is used, it is not possible to identify the mode shapes. All the data used herein are simulated. I am using the peak picking function “pickpeaks” developed by [1] and available in [2]. The manual pick-peaking algorithm was proposed by [3] in the Matlab file exchange. I am, therefore, indebted to [1-3] for their previous works.
The method applied is described as follows:
(1) The first estimate of the eigenfrequencies is obtained by the classical peak-picking method.
(2) A band-pass filter is applied to extract the modal response associated with the selected eigenfrequencies
(3) The impulse-response function (IRF) is obtained by computing the autocorrelation function of each modal response.
(4) An exponential decay function is fitted to the IRF to estimate the damping ratios and obtain an improved estimate of the eigenfrequencies, as the peak-picking method is not always appropriate.
The present approach should not be applied to structure with closely-spaced modes, as the band-pass filter may not be able to split efficiently the two modal responses.
A similar algorithm was used in [4] to identify the modal damping ratios and eigenfrequencies from traffic-induced vibrations. In [4], no advanced pick-peaking algorithm was used as we already knew what were the eigenfrequencies of the structure.
Content
The repository contains:
- The function modalID_sngleSensor.m, which identify the eigenfrequencies and damping ratios of a line-like structure
- A Matlab livescript Documentation.mlx
- Some simulated data BridgeAccData.mat for the examples in Documentation.mlx.
References
[1] Antoine Liutkus. Scale-Space Peak Picking. [Research Report] Inria Nancy - Grand Est (Villers-lès-Nancy, France). 2015. .
[2] https://se.mathworks.com/matlabcentral/fileexchange/42927-pickpeaks-v-select-display-
[3] https://se.mathworks.com/matlabcentral/fileexchange/50988-frequency-domain-decomposition--fdd-
[4] Cheynet, E., Daniotti, N., Jakobsen, J. B., & Snæbjörnsson, J. (2020). Improved long‐span bridge modeling using data‐driven identification of vehicle‐induced vibrations. Structural Control and Health Monitoring, 27(9), e2574.
Zitieren als
Cheynet, E. Operational Modal Analysis with Single Sensor. Zenodo, 2021, doi:10.5281/ZENODO.4487060.
Kompatibilität der MATLAB-Version
Plattform-Kompatibilität
Windows macOS LinuxTags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Live Editor erkunden
Erstellen Sie Skripte mit Code, Ausgabe und formatiertem Text in einem einzigen ausführbaren Dokument.
Version | Veröffentlicht | Versionshinweise | |
---|---|---|---|
1.1 | See release notes for this release on GitHub: https://github.com/ECheynet/modalID_singleSensor/releases/tag/v1.1 |
||
1.0 |