필터 지우기
필터 지우기

Can any one help me to set an adaptive threshold using matlab code?

조회 수: 8 (최근 30일)
kasimala venkatanagaraju
kasimala venkatanagaraju 2018년 8월 2일
편집: Sean de Wolski 2018년 8월 2일
Actually, I need to discriminate fault from power swing, voltage instability and load encroachment with the help of threshold setting. All the conventional threshold settings are considered based on the measured impedance, decaying dc component in the input signal etc. But, I need an adaptive threshold setting which means the system automatically set the threshold based on the type of event.

답변 (1개)

Sean de Wolski
Sean de Wolski 2018년 8월 2일
Perhaps look at ischange or islocalmax/findpeaks.
  댓글 수: 2
kasimala venkatanagaraju
kasimala venkatanagaraju 2018년 8월 2일
Thank you so much for your kind suggestion sir. In each and every event having different peaks like fault during power swing having 10 peaks, fault during voltage instability is 5 peaks. How can we set the threshold? if all the events having the same number of peaks then it is ok but here it was different
Sean de Wolski
Sean de Wolski 2018년 8월 2일
편집: Sean de Wolski 2018년 8월 2일
findpeaks has a bunch of name-value pairs you can set that force a peak to be a certain prominence, width, etc...
See the input list in the documentation:
doc findpeaks

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

카테고리

Help CenterFile Exchange에서 Statistics and Machine Learning Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by