필터 지우기
필터 지우기

Determine avarage steady state of multiple data sets

조회 수: 1 (최근 30일)
Nick
Nick 2014년 12월 9일
편집: dpb 2014년 12월 10일
I have sets of data which when plotted look like this:
How can determine the "avarage" value these 3 data sets flatten out on? In other words, the average "steady state" of these three data sets.
By eyeballing it I can estimate that the average steady state is 4.5N but I'm hoping that there is a nice matlab toolbox (I have them all installed) or another method.
Note: This is Force vs Time.
  댓글 수: 2
dpb
dpb 2014년 12월 9일
편집: dpb 2014년 12월 10일
I'd probably start by looking for the increase above the end value of some percentage and then try some heuristic tests of fitting a linear slope and look for departure of residuals to begin.
If it weren't for the tendency to have a rise at the end might work to fit a breakpoint model to the plateau and discover the change point as illustrated in a previous response. Would work pretty well for the orange I think; not so sure w/o trying on the blue but still might be good starting point...
I showed piecewise regression in second answer to above query...
ADDENDUM
Might be simpler to see if were to normalize the x axes to align the peaks as the peak width seems to be pretty consistent duration.
dpb
dpb 2014년 12월 9일
Can you attach the dataset?

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

답변 (0개)

카테고리

Help CenterFile Exchange에서 Spectral Measurements에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by