Divide time series into regions

조회 수: 1 (최근 30일)
Manolis Michailidis
Manolis Michailidis 2015년 10월 1일
댓글: Manolis Michailidis 2017년 11월 6일
Hello, i have a graph with rapidly changes and i need to divide it into regions like are shown in the picture
I can divide it considered the amplitude of each regions but that's not so appropreate because i have also big dicreases like in region B that reaches the previous region, and that's something that troubles me. I thought maybe i could use standard deviation between local peaks and local minima. What are youur thoughts and do you know any other simple (or not so) methods ? Thanks in advance. Note that this graph sould be divided unsmoothed , and then only each region will be processed.

채택된 답변

Star Strider
Star Strider 2015년 10월 1일
I don’t have your data so I can only describe an approach. I would use a low-pass filter with a very low frequency passband to isolate the d-c offset for each section. (Ideally, you should get a series of ‘steps’ as the output.) Then use those values to define the different regions. You will probably have to devise a way to deal with the transitions between the steps to define them correctly.
  댓글 수: 11
Manolis Michailidis
Manolis Michailidis 2015년 10월 1일
it's all fine , thanks again
Star Strider
Star Strider 2015년 10월 1일
O.K.
My pleasure.

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

추가 답변 (1개)

Ashim
Ashim 2017년 11월 4일
You can also use alternatively the findchangepts() command from Matlab to find the different regions> here again, there are multiple options based on std dev or mean, or rms, or threshold. Try it out
  댓글 수: 2
Star Strider
Star Strider 2017년 11월 4일
Note that the findchangepts (link) function was introduced in R2016a.
Manolis Michailidis
Manolis Michailidis 2017년 11월 6일
I finished my project but anyway i will test also this function just for curiocity, thank you again

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

카테고리

Help CenterFile Exchange에서 Multirate Signal Processing에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by