How to find the difference of 1st minima point of 2 shifted cosine/sine wave in matlab?

3 ビュー (過去 30 日間)
I would like to ask if there is a way to get the 1st minima point of 2 cosine wave (one shifted to the right) and evaluate the difference in the x-axis (which is also the time-axis)?
  1 件のコメント
William
William 2013 年 3 月 6 日
Not sure is it my questions are unclear, but what I would like to ask is how to find the phase shift of the 2 similar graphs example as above...
Hope someone will be able to help me soon.. :)

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

採用された回答

ToLos Mil
ToLos Mil 2013 年 3 月 6 日
編集済み: ToLos Mil 2013 年 3 月 6 日
Considering that you have 2 vectors cos1 and cos2 (of the same frequency) you can calculate their phase difference in rad using the formula:
acos(dot(cos1,cos2)/(norm(cos1)*norm(cos2)))
  1 件のコメント
William
William 2013 年 3 月 6 日
Thanks a lot apostolos! However, I have currently more troubled and sticky question in another thread... the topic is "how to determine each local min point?" I have a sample coding which i have generated in a simplified version but this time, the angle is a variation of x... do take a look and hope to hear from anyone for urgent solutions... :)
once again, thanks!

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

その他の回答 (0 件)

カテゴリ

Help Center および File Exchange2-D and 3-D Plots についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by