Can any one help me to set an adaptive threshold using matlab code?
Mostra commenti meno recenti

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.
Risposte (1)
Sean de Wolski
il 2 Ago 2018
0 voti
Perhaps look at ischange or islocalmax/findpeaks.
2 Commenti
kasimala venkatanagaraju
il 2 Ago 2018
Sean de Wolski
il 2 Ago 2018
Modificato: Sean de Wolski
il 2 Ago 2018
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
Categorie
Scopri di più su Descriptive Statistics in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!