How to do time warping in Matlab?

조회 수: 1 (최근 30일)
Sajal  Khandelwal
Sajal Khandelwal 2017년 3월 29일
댓글: Sajal Khandelwal 2017년 3월 31일
Can someone help me to time warp these three equations: y1=(2.841e-07)*x.^4 - (4.937e-05)*x.^3 + (0.002619)*x.^2 + ( 0.01026)*x + 0.2813;
y2=(2.538e-07)*x.^4 + (-4.407e-05)*x.^3 + (0.002397)*x.^2 + (0.006693)*x + 0.6821;
y3= (1.298e-06)*x.^4 + (-0.0001621)*x.^3 + (0.006248)*x.^2 + (-0.01043)*x + 1.021;
  댓글 수: 1
Star Strider
Star Strider 2017년 3월 29일
Please explain ‘time warp’.
They do not appear to be functions of time.

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

채택된 답변

Greg Dionne
Greg Dionne 2017년 3월 30일
If you have the Signal Processing Toolbox, try DTW.
  댓글 수: 1
Sajal  Khandelwal
Sajal Khandelwal 2017년 3월 31일
can u please tell me the complete syntax using those 3 equations and solve it or elaborate

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Read, Write, and Modify Image에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by