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 Center および File ExchangeRead, 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