Download “Cross Wavelet and Wavelet Coherence Toolbox”

14 sec read

The “Cross Wavelet and Wavelet Coherence Toolbox” download link by Grinsted et al (http://www.pol.ac.uk/home/research/waveletcoherence/) is dead. We will send you an active download link upon your request (an email with the download link will be sent to you automatically after you fill the form below):





To learn more about wavelet coherence analysis, see https://www.alivelearn.net/?s=wavelet



文献鸟 618 活动


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


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

第六十五期fNIRS Journal Club通知2025/8/30, 10am 兰月教授 陈嘉琳

该文章的声音简介(中文版): 该文章的声音简介(英文版): 在运动想象型脑机接口 (MI-BCI)训练中,不少使用者表现出控制效果不佳,即使经过训练也难以达到理想水平的“BCI 无效性”现象。RDLP
Wanling Zhu
15 sec read

第六十四期fNIRS Journal Club视频 黄润玉

Youtube: https://youtu.be/8lyoR_K2BYA 优酷:https://v.youku.com/v_show/id_XNjQ4MjU2Mzk3Mg==.html 随着全球老龄
Wanling Zhu
14 sec read

第六十四期fNIRS Journal Club通知2025/7/12, 10am 黄润玉

该文章的声音简介(中文版): 该文章的声音简介(英文版): 随着全球老龄化加剧,越来越多老年人面临数字化适应、子女异地独居适应等问题。在青年志愿者人数明显不足以覆盖老龄人口的现实情况下,让老年同龄人进
Wanling Zhu
9 sec read

2 Replies to “Download “Cross Wavelet and Wavelet Coherence Toolbox””

  1. Dear Prof. Xu,
    I am writing to get more information about SVM classification.

    I have one matrix with the inputs of the training data (X) and matrix with the labels (e.g. Y, my labels are -1, 1). I would like to do cross validation with n-fold (for example n=10) test on my data and I am going to obtain accuracy, Sensitivity and Specificity parameters to determine the performance of classifier.
    I did my classification based on your tutorial (http://www.alivelearn.net/?s=libsvm).

    bestcv = 0;
    for log2c = -1:3,
    for log2g = -4:1,
    cmd = [‘-v 5 -c ‘, num2str(2^log2c), ‘ -g ‘, num2str(2^log2g)];
    cv = svmtrain(heart_scale_label, heart_scale_inst, cmd);
    if (cv >= bestcv),
    bestcv = cv; bestc = 2^log2c; bestg = 2^log2g;
    end
    fprintf(‘%g %g %g (best c=%g, g=%g, rate=%g)\n’, log2c, log2g, cv, bestc, bestg, bestcv);
    end
    end
    Based on this code I can obtain cross validation accuracy, but in addition to accuracy I would like to obtain “predicted_label” according to cross validation.
    Would you please guide me how can I obtain final predicted_label after cross validation.

    Many thanks for kindly considering my question.
    I look forward to hearing from you.
    Best,
    Iman

Leave a Reply

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