Help: Index that Falls above the lower variation limit if more than 50% of the data points in the following 20 point window are also above?
Afficher commentaires plus anciens
Hello,
I would like ot replicate an anlysis in the paper where they defined the offset as
"the first datum point that falls above the lower variation limit if more than 50% of the data points in the following 20 point window are also above the lower variation limit"
I've created an array that indicates the all indices that are above the lower variation threshold
Does anyone have a good solution to find the which datum fits th above criteria?
Right now, I've simply used diff(IndexAboveThresh) just to indicate consecutive datapoints, but I'm having trouble finding a way to complete the code.
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Creating and Concatenating Matrices dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!