Natural Excitation Technique (NExT)

버전 1.0.4 (3.5 KB) 작성자: Ayad Al-Rumaithi
Returns impulse response functions (IRF) using Natural Excitation technique with time domain method and frequency domain method
다운로드 수: 414
업데이트 날짜: 2019/7/16

라이선스 보기

Returns impulse response functions (IRF) using Natural Excitation technique with time domain method (NExTT) and frequency domain method (NExTF) for systems subjected to white noise excitation. Example file is provided for estimating IRF of 2DOF system subjected to Gaussian white noise excitation with added uncertainty (also Gaussian white noise) to the response.

1-function IRF= NExTT(data,refch,maxlags)

Inputs :

data: An array that contains response data.its dimensions are (nch,Ndata) where nch is the number of channels. Ndata is the total length of the data
refch: A vecor of reference channels .its dimensions (numref,1) where numref is number of reference channels
maxlags: Number of lags in cross-correlation function

Outputs :

IRF: Impulse Response Function matrix of size (nch,numref*(maxlags+1))

2-function IRF= NExTF(data,refch,window,N,p)

Inputs :

data: An array that contains response data.its dimensions are (nch,Ndata) where nch is the number of channels. Ndata is the total length of the data
refch: A vecor of reference channels .its dimensions (numref,1) where numref is number of reference channels
window: window size to get spectral density
N: Number of windows
p: overlap ratio between windows. from 0 to 1

Outputs :

IRF: Impulse Response Function matrix of size (nch,numref*(ceil(window/2+1)-1))

References:
------------------
[1] James, G. H., Thomas G. Carne, and James P. Lauffer. "The natural excitation technique (NExT) for modal parameter extraction from operating structures." Modal Analysis-the International Journal of Analytical and Experimental Modal Analysis 10.4 (1995): 260.

[2] 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

[3] Al-Rumaithi, Ayad, Hae-Bum Yun, and Sami F. Masri. "A Comparative Study of Mode Decomposition to Relate Next-ERA, PCA, and ICA Modes." Model Validation and Uncertainty Quantification, Volume 3. Springer, Cham, 2015. 113-133.

인용 양식

Ayad Al-Rumaithi (2024). Natural Excitation Technique (NExT) (https://www.mathworks.com/matlabcentral/fileexchange/69510-natural-excitation-technique-next), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2018b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Linear Model Identification에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.0.4

comments about matrix size

1.0.3

description

1.0.2

description

1.0.1

example added

1.0.0