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!