摘要:
原始的topoEEG.m文件中的griddata函数有问题,若画下图所示的地形图,将topoEEG.m中的griddata函数稍改一下即可: % [Xi,Yi,Zi] = griddata(y,x,Vl,yi',xi,'invdist'); % Interpolate data % [Xi,Yi,Z 阅读全文
摘要:
用于脑电分析的各类源码,包括功率谱密度检测,事件相关同步/去同步分析,脑地形图绘制等(EEG analysis for various types of source, including the power spectral density detection, event-related syn 阅读全文
摘要:
Spatiotemporal-filtering-based channel selection for single-trial EEG classification IEEE TRANSACTIONS ON CYBERNETICS Abstract: Achieving high classif 阅读全文
摘要:
高小榕教授05年的会议论文: Common spatial pattern method for channel selelction in motor imagery based brain-computer interface 中有很多CSP相关文献以及原理。 https://files.cnb 阅读全文
摘要:
搜了一些癫痫检测2020年准一区的刊: Knowledge-Based Systems:(这个刊貌似2019年大小类都2区) MMSFL-OWFB: A novel class of orthogonal wavelet filters for epileptic seizure detection 阅读全文
摘要:
先上效果图: Matlab框架代码: %% Author Information % Author: Guoyang Liu % Email: virter1995@outlook.com % Date: 2019-11-28 (Update 1: 2020-12-14) % Function: P 阅读全文
摘要:
Matlab 文档:https://ww2.mathworks.cn/help/signal/ref/spectrogram.html#bultmx7-x 调用:[~,f,t,ps] = spectrogram(data,opt.window,opt.noverlap,freqRange(1):fr 阅读全文
摘要:
word整个另存为html格式后,会出现一个xxxx.files文件夹,里面有.gif、.wmz、.xml、.emz等格式的文件。 1)通过.gif查看图片,查找你要保存的图片,假设名字为name.gif 2) 找到name.wmz文件,修改后缀.wmz为.zip,使用zip解压得到一个文件,该文件 阅读全文