Skip to content

Commit f836847

Browse files
authored
Update README.md
1 parent 1e3bebb commit f836847

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

README.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,24 @@
1-
# OMA_1SDOF
1+
# OMA_1SDOF
2+
3+
4+
## Summary
5+
If the free-decay response (FDR) of a SDOF is not directly available, it is possible to use ambient vibrations data yo estimate the modal damping ratio. Here, the Random Decrement Technique (RDT) [1], as well as the Natural Excitation Technique (NExT) [2], are used. First, the response of a SDOF to white noise is simulated in the time domain using [3]. Then the IRF is computed using the RDT or NExT. Finally, and an exponential decay is fitted to the envelop of the IRF to obtain the modal damping ratio.
6+
7+
## Content
8+
9+
The present submission contains:
10+
- a function RDT.,m that implements to Random Decrement Technique (RDT)
11+
- a function NExT that implements the Natural Excitation Technique (NExT)
12+
- a function expoFit that determine the modal damping ratio by fitting an exponential decay to the envelope of the IRF.
13+
- a function CentDiff used to simulate the response to a white noise load of a SDOF in the time domain.
14+
- An example file Example.m
15+
16+
Any question, comment or suggestion is welcomed.
17+
18+
## References
19+
20+
[1] Ibrahim, S. R. (1977). Random decrement technique for modal identification of structures. Journal of Spacecraft and Rockets, 14(11), 696-700.
21+
22+
[2] James III, O. H., & Came, T. G. (1995). The natural excitation technique (next) for modal parameter extraction from operating structures.
23+
24+
[3] http://www.mathworks.com/matlabcentral/fileexchange/53854-harmonic-excitation-of-a-sdof

0 commit comments

Comments
 (0)