필터 지우기
필터 지우기

detect increse/decreases in time series data

조회 수: 5 (최근 30일)
Vanessa
Vanessa 2018년 6월 14일
댓글: jonas 2018년 6월 14일
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

채택된 답변

jonas
jonas 2018년 6월 14일
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
Vanessa
Vanessa 2018년 6월 14일
Thank you for your answer. I noticed that this function was introduced in MATLAB R2017b. Is there an alternative for older versions? Or another way to detect the changes?
jonas
jonas 2018년 6월 14일
You can probably find something useful on fileexchange, like this one ( Link)

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Time Series에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by