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



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


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

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 *