Sensor data faults - code

Hello,
I am developing a fault analyzer for data from wireless sensors. At the moment I am using random data I have created in Matlab at the moment. As part of my self study, I intend to detect the following data faults.
1. Outliers
2. Spikes
Defined as the rate of change much greater than expected over a short period of time where the signal may pr may not return to normal afterwards
3. Stuck-at fault Defined as a serioes of sensor data values that experience zero or almost zero variation for a period of time greater than expected
4. Noisy signal.
Detected by observing the signal variance and by correlating sensor data with its neighbours
I kindly request you to assist me with a matlab code that detects each of these data faults.
Is it possible to build a fault analyzer that runs at once and reads the data file to detect or the mentioned faults in one go, one after the other?
I will be very grateful for your help.
Thank you
Kind regards

댓글 수: 1

Kobra Ghasemi
Kobra Ghasemi 2013년 6월 22일
Hi you can use many approaches for detect these fault such as limit checking for case 2 or filtering sensor data in case of 4 or use pca (principle component analysis) for case3.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

도움말 센터File Exchange에서 WSNs에 대해 자세히 알아보기

질문:

Ash
2012년 9월 28일

Community Treasure Hunt

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

Start Hunting!

Translated by