how to detect point before it went on plateau

8 ビュー (過去 30 日間)
Sharah
Sharah 2014 年 6 月 16 日
回答済み: Star Strider 2014 年 6 月 16 日
Hello everyone, I am new to matlab and I am doing a force analysis. I would like to detect a point in matlab before it went on a plateau, for example, this picture below (taken from a journal)
but from my graph, i can only able to detect the peak point, not the plateau, example below
(top picture) i am not sure how to find the minimum point of plateau (green line graph) and the point until it start to go down again, and then plot a line through it, as well as label each point (tp, tr, tf). will somebody help me on this?
attached is my data for 3 forces and time.
  2 件のコメント
Image Analyst
Image Analyst 2014 年 6 月 16 日
What is the algorithm described in the paper? Can't you just use the same method they did?
Sharah
Sharah 2014 年 6 月 16 日
i don't think they use any specific algorithm, they just detect the point befre and after the plateau.

サインインしてコメントする。

採用された回答

Star Strider
Star Strider 2014 年 6 月 16 日
It looks as though the ‘LC Green’ signal is what you want. You might have to filter it first to eliminate the noise, but then I would take its derivative and test for the derivative being close to zero. That should approximately define the start and end points of the plateau.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeFourier Analysis and Filtering についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by