Signal Stationarity Estimation with Matlab

Estimation whether a given signal is wide-sense stationarity using a novel method.

389 Downloads

Updated 5 Feb 2023

View License

The presented codes here 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 an inference statistical 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 underling 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 in order to clarify the usage of the functions. For convenience, the input and output arguments are given in 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).

Cite As

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 (2023). Signal Stationarity Estimation with Matlab (https://www.mathworks.com/matlabcentral/fileexchange/75118-signal-stationarity-estimation-with-matlab), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2017b
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
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