필터 지우기
필터 지우기

How to find fault detection time for a fault signal using ANN Toolbox

조회 수: 3 (최근 30일)
Hello there,
I would like to ask a very particular and detailed way to find the exact fault detection time of a fault signal. What I am doing is gathering a data from the time window of 2 mili-second of the post fault values. Forexample I am generating fault at 0.5 mili-second and capturing a fault window for the 2 mili-second. After gathering data for different fault distance and fault resistances, I am trainning it with the ANN tool box. Now, I have assigned 1 as an response to the fault value and 0 to the healthy signal. I have successfully trained my ANN with the given data. However, I am struggling now to find the fault detection time for any test signal I am giving as an input to my trained ANN. I have so many ways like tic,toc and timeit, but I belive these are not the right ways to detect the time. Please suggest me some ways to deal with my issue. thanks,

채택된 답변

Walter Roberson
Walter Roberson 2020년 10월 6일
For any given input signal, break it up into 2 millisecond segments, and classify the contents of the segment through the network you developed. If the result is 0, continue on to the next segment. If the result is 1, report back the time of the start of the current 2ms block (start time is (segment number minus 1, times 2 ms)
  댓글 수: 3
ali mustafa
ali mustafa 2020년 10월 8일
I am also facing the same problem. I got stuck in this question in a couple of weeks.
Walter Roberson
Walter Roberson 2020년 10월 8일
But, what if I take DWT of that signal and use it to train my network, this technique still works?
That sounds possible.
Features I am extracted from the dB3-level4 are not in same number number, for example, If I am getting 404 data points for the 2msec window, its decomposition is giving me only 30 segments
That is not a problem, as long as the same sized input always produces the same size of feature vector. You just concatenate all 30 of the segments into one vector and that is the feature vector for training purposes.

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 AI for Signals and Images에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by