How to measure the similarity of two time frequency diagrams
4 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposte (1)
Yogesh Khurana
il 30 Lug 2019
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 Commenti
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!