detect increse/decreases in time series data
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hello everyone,
I have time series data of an engine power output as you can see in the picture. I want to find a way to detect the changes in load (increase/decrease) and the duration of these changes (how much time to increase and how much time of decrease). So I want something like time of start increasing,time of stop increasing, time of start decreasing , time of start decreasing. so I can calculate the durations.
Any idea woluld be helpful.
Thanks, Vanessa
0 Kommentare
Akzeptierte Antwort
jonas
am 14 Jun. 2018
You can use the functions findchangepts, or ischange for time-series data, to detect abrupt changes in terms of slope or mean value.
Provide some data if you want more details
2 Kommentare
Weitere Antworten (0)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!