I want to be able to only analyze the actual loading portion of a curve

조회 수: 1 (최근 30일)
Michael
Michael 2014년 10월 1일
댓글: Star Strider 2014년 10월 2일
Hello,
I am new to MATLAB, and still trying to figure things out. Please forgive me if I have a overly simple question.
Currently, I am working with multi-axial force data (Fx, Fy, Fz) collected during animal locomotion trials. I am trying to calculate certain variables from the curve, including impulse, Fz peak, etc. In order to start analyzing, I was hoping to clip the curve based on when loading actually occurs (see image below), therefore limiting any extraneous noise that may alter the data.
I would also like MATLAB to report the beginning and end times for a particular loading cycle.
Any help on this would be greatly appreciated.
All the best, Michael

답변 (1개)

Star Strider
Star Strider 2014년 10월 1일
I would threshold the blue curve to find the first and last indices where it exceeds 1. You can then subtract and add a few indices at the beginning and end respectively to include everything you need. Use the find command twice, once with the 'first' option to find the beginning of the rise of the blue curve, and 'last' to find the end. Those indices will be the same for all your curves and for your time variable.
  댓글 수: 10
Image Analyst
Image Analyst 2014년 10월 2일
You can also vote to give double points. At least I voted anyway.

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

카테고리

Help CenterFile Exchange에서 Lighting, Transparency, and Shading에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by