Extracting wavelet coherence values

24 sec read

In my previous blog (https://www.alivelearn.net/?p=1426) and in our paper titled “NIRS-based hyperscanning reveals increased interpersonal coherence in superior frontal cortex during cooperation” (full text pdf available ), we have shown how wavelet coherence plot can show more useful information. People often asked, how did you extract the values from the plot?

Here is the code:

[Rsq,period,scale,coi,sig95] = wtc(signal1,signal2,'mcc',0, 'ms',128);
period32 = find(period>32);
period32 = period32(1);
b1 = mean(mean(Rsq(period32:end, marktime(1):marktime(2))));
bi = mean(mean(Rsq(period32:end, marktime(2):marktime(3))));
b2 = mean(mean(Rsq(period32:end, marktime(3):marktime(4))));

To download the “Cross Wavelet and Wavelet Coherence Toolbox”, please enter
https://www.alivelearn.net/?p=1561



写作助手,把中式英语变成专业英文


Want to receive new post notification? 有新文章通知我

第四十一期fNIRS Journal Club通知2023/6/3, 10am 徐四华教授

人际关系和群体中个体的特征是否会影响正常交互中面临不确定性时的群体决策?来自上海外国语大学的徐四华教授将分享如何利用近红外成像技术揭示在不同人际关系和人际取向中的群体决策倾向的神经机制。 时间:北京时
Xu Cui
9 sec read

第四十期fNIRS Journal 视频 张丹丹教授

Youtube: https://youtu.be/ljQt7XXcVXwYouku: https://v.youku.com/v_show/id_XNTk2MDc4NjM5Ng==.html 个人简
Xu Cui
6 sec read

第四十期fNIRS Journal Club通知2023/5/6, 10am 张丹丹教授

人类新生儿对语言具有高度的敏感性,刚出生的新生儿能加工各种复杂的语音刺激。来自四川师范大学的张丹丹教授将分享如何利用近红外脑成像技术研究新生儿对语音的加工及学习。欢迎大家踊跃参与和讨论。 时间:北京时
Xu Cui
2 sec read

14 Replies to “Extracting wavelet coherence values”

  1. Thanks for your code and explanation.I’m a student learning to analysis the coherence between NIRS-based two time series.And I got some negative ‘increase coherence’,which was calculated as the way in your paper “NIRS-based hyperscanning reveals increased interpersonal coherence in superior frontal cortex during cooperation”. I used the average coherence value in the block(8min)minus average coherence in an prior independent rest(3min),some channels’ value were negative.What’s the meaning of the negative coherence?
    Hope for your reply.

  2. @Xu Cui
    Dear Dr.Xu,
    Thanks a lot for your explanation very much!
    I have another question about the coherence value.
    Since my data was composed of 3blocks, each with several trails,if I want to get the cohrence of certain stage in each trial(which could be separated by the marktime),how would I deal with the data?
    Should I calculate the whole blcok coherence first,then extract those values in that stage through the timepoint mark, and average them?
    Or just extract those time series to calculate the coherence independently,then average them?
    Thanks~~~~

    BTW,I’m a student of Dr.Liu now~~~and I’m learning to analysis the hyperscanning NIRS data.And now we’ve found some interesting results,but have no good idea about how to explian the coherence.So we want to try to extract the coherence in certain stage of each trial.
    Hope for your replay sincerely~~~

  3. @Honghong Tang
    In general, you should get the coherence for all time courses, then calculate the coherence for each block or stage.

    btw, which Dr Liu you are referring to?

  4. @Xu Cui
    Thanks for your reply.
    “then calculate the coherence for each block or stage.”
    You mean that extrcating the coherence in certain stage and averaging them?

    I referred to Dr. Liuchao~~~ha~~

  5. @Xu Cui
    Thanks ~~
    And I‘ve learned a lot from your blog about the nirs data analysis~~~
    When I used NIRS_SPM to calculate the activation of my task, most of my 22channels showed negative beta,is that normal or may I did something wrong?

  6. Honghong, I have not used NIRS_SPM for a long time so I am not sure if it’s normal to get a lot of negative betas. Presumably it’s related to your tasks.

  7. 你好,我是一名中国大学生,我想问一下http://noc.ac.uk/using-science/crosswavelet-wavelet-coherence 这个小波相干工具包是不是绘制的图比形经过蒙娜卡罗算法,所以绘制的图像比较粗糙,就像网页上FAQ里面讲Y轴转换的例子一样,只有5Hz地方有相干,但是图上面显示的是个区域,如此在只需要相干数值的情况下,对相干数值矩阵进行时间频率段上的求和能不能得到比较准确的数据呢? 希望能得到你的帮助

  8. Hi,
    I am trying to extract the coefficients for two time-series variables and the code works up until this line:
    b1 = mean(mean(Rsq(period32:end, marktime(1):marktime(2))));
    I get an error message that reads: “Undefined function ‘marktime’ for input arguments of type ‘double’.”

    I am not sure what I am doing wrong; if you have any feedback or help that would be greatly appreciated. Thank you so much!

Leave a Reply to Honghong Tang Cancel reply

Your email address will not be published. Required fields are marked *