Signal Change Detection Using a Novel Algorithm with Matlab
Version 1.1.0 (27.3 MB) by
Hristo Zhivomirov
Signal change / event / anomaly detection using a novel short-time conditional local peaks rate feature.
The present code is a Matlab function that implements a new time-domain based method for signal change detection using a frame-by-frame approach and a novel signal feature named “conditional local peaks rate” (CLPR) – the rate of the local signal peaks which are above their neighbors by some predefined threshold level. The basic unit of the proposed feature is “local peaks per sample” (lpps).
Several real-world examples are given in order to clarify the usage of the function. They indicate that CLPR could serve as a good detection procedure for a variety of anomalies or events in data. The examples show that in most of the cases the CLPR outperforms the classic change detection methods – short-time energy, short-time zero-crossing rate and short-time kurtosis.
For convenience, the input and output arguments are given in the beginning of the function.
The code is based on the theory described in:
[1] --- a research article dedicated to the new CLPR feature and signal change detection method is about to come by the end of December 2022. ---
Cite As
Hristo Zhivomirov (2023). Signal Change Detection Using a Novel Algorithm with Matlab (https://www.mathworks.com/matlabcentral/fileexchange/107100-signal-change-detection-using-a-novel-algorithm-with-matlab), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R2017b
Compatible with any release
Platform Compatibility
Windows macOS LinuxTags
Acknowledgements
Inspired by: Crossing Rate Measurement with Matlab, Signal Framing (Segmentation) with Matlab
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.