How to measure the similarity of two time frequency diagrams
1 回表示 (過去 30 日間)
古いコメントを表示
I want to measure the similarity of two time frequency diagrams;each time frequency has three outputs:
S (spectrum in form time x frequency x channels/trials if trialave=0; in the form time x frequency if trialave=1)
t (times)
f (frequencies)
Is there a predifined funcyion in atlab or i need to divide values of each by the other values?
0 件のコメント
回答 (1 件)
Yogesh Khurana
2019 年 7 月 30 日
xcorr can be used to find cross-correlation of two discrete time sequences. I think you can use that in funding similarities between two frequencies at different time stamps. Here is the link for that xcorr, please refer that for more information:
Hope this helps!
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!