Signal Stationarity Estimation with Matlab

버전 2.0.0 (460 KB) 작성자: Hristo Zhivomirov
Estimation whether a given signal is wide-sense stationarity using a novel method.
다운로드 수: 465
업데이트 날짜: 2024/3/18

라이선스 보기

The presented codes are two Matlab functions for wide-sense stationarity (WSS) estimation of a signal (e.g., time series) using a novel method developed in two variants. The first variant uses a statistical inference approach (for instance, it implements the Wilcoxon rank sum test and the Brown-Forsythe test), while the second one is purely empirical – it estimates the WSS of the signal "as it is" via comparison of its time-localized summary statistics (mean, variance, covariance), without any assumptions about the underlying process or the population.
The functions provide a computation of four Boolean flags for:
1) overall wide-sense stationarity i.e., simultaneous stationarity about mean, variance and autocovariance;
2) stationarity about the mean;
3) stationarity about the variance (and hence about the RMS-value);
4) time-invariance of the autocovariance (and hence of the autocorrelation and PSD).
A few examples are given to clarify the usage of the functions. For convenience, the input and output arguments are given at the beginning of each function.
The codes are based on the theory described in:
[1] H. Zhivomirov, I. Nedelchev. A Method for Signal Stationarity Estimation. Romanian Journal of Acoustics and Vibration, ISSN: 1584-7284, Vol. XVII, No. 2, pp. 149-155, 2020. (http://rjav.sra.ro/index.php/rjav/article/view/178/103).
[2] --- A research article dedicated to the second variant of the WSS estimation method is about to come by the end of May 2024. ---

인용 양식

H. Zhivomirov, I. Nedelchev. A Method for Signal Stationarity Estimation. Romanian Journal of Acoustics and Vibration, ISSN: 1584-7284, Vol. XVII, No. 2, pp. 149-155, 2020. (http://rjav.sra.ro/index.php/rjav/article/view/178/103).

Hristo Zhivomirov (2024). Signal Stationarity Estimation with Matlab (https://www.mathworks.com/matlabcentral/fileexchange/75118-signal-stationarity-estimation-with-matlab), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2020b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux

Community Treasure Hunt

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

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

A new version of the code has been uploaded.

1.9.0

A rearrangement of the files has been made.

1.8.0

Additional examples have been added.

1.7.0

A new version of the code has been uploaded.

1.6.0

A new reference literature has been added.

1.5.0

A new version of the code has been uploaded.

1.4.0

A new version of the code has been uploaded.

1.3.0

A new version of the code has been uploaded.

1.2.0

A new reference literature has been added.

1.1.0

Additional examples have been added.

1.0.0