Why many EEG researchers choose only midline electrodes for data analysis EEG分析为何多用中轴线电极
Source: Research gate

Stafford Michahial
EEG is a very low frequency.. and literature will give us the region where Alpha, Beta, Mu, signals are generated in Brain... and to reduce the complexity and to avoid interference as much as possible.. we go for few electrodes even tho we get 128 channels。
Stefan Schulreich
I would say that strongly depends on your research interests or, more specifically, the signals you are interested in. For instance, if you are interested in event-related potentials such as the ERN or FRN, which are maximal at frontocentral and central electrodes, or the P3b, which is maximal at midline parietal electrodes, you can focus on these electrodes in your statistical analysis (and also in data acquisition in general). In contrast, you need other (or more) than midline electrodes when you are interested in certain other signals, such as lateralized readiness potentials.
For instance, in one of my papers (see below), we investigated the FRN and P3 and focused on electrode sites FCz and Cz for the FRN and Pz for the P3b. These electrodes totally sufficed for my research questions (well, along with a reference, ocular electrodes, etc.). However, I acquired data from 61 electrodes, since I was also doing a source analysis, but without that I wouldn't have needed them.
PS: I would like to qualify my comment above. The full range of electrodes was not just needed for the source analysis, but also to have a look at the topographic maps and whether the signals of interest were indeed pronounced at the expected locations (from what is known in the literature) - a robustness check.
Nevertheless, many researchers then focus on these electrode sites of maximal activity (in particular for ERPs). I think this resembles procedures in other domains, e.g., in a region of interest (ROI) analysis in fMRI, where you also focus on activity within specific brain regions. Of course, such an approach needs to be based on previous evidence to be valid, but for many signals in ERP research we already know quite a bit where and when they can be expected.
However, I agree that other techniques that use more of the available temporal and spatial information are particularly valuable.
Jon A Frederick
Generally, the closer your get to Cz, the less muscle artifact.
However, your question is a good one to keep asking when you see this pattern of selective reporting, because it suggests that the results might be cherry picked and p values aren't adjusted for all the unreported significance tests.
Erik Bojorges
The midline electrodes are, hope so, balanced. So, they synthesize the behavior of all the others. If you need to write an abstract about your work, is easier to focus only over the midline, than try to write a large explanation of the statistical differences over more than 30 channels, that such differences maybe are not correlated with the mental task realization.
Emmanuelle Tognoli
Perhaps there is one good explanation for a focus on midline electrodes: a frequent enrollment of homologous cortices, making for a bilateral signal whose combined field is maximal medially. But other than that, it is generally a mistake to focus only on some electrodes, midline or otherwise. This is true both under the aim of interpreting one signal (its spatial organization is important: even as one can get good measurement of some properties at peak electrodes, the investigation should not stop there), and under the aim of interpreting several simultaneous signals. If your question was tongue-in-cheek, then I share your stupefaction that so many investigators would go through the trouble of preparing, collecting and analyzing 64, 128 or more electrodes, only to redact a report that shows very few of them. A lot of EEG misconceptions are hidden in this limited release of spatial information, such as inappropriately identified rhythmic activity, e.g. an alpha rhythm interpreted as mu just because it has residual power at electrode CZ.
Why many EEG researchers choose only midline electrodes for data analysis EEG分析为何多用中轴线电极的更多相关文章
- (转) [it-ebooks]电子书列表
[it-ebooks]电子书列表 [2014]: Learning Objective-C by Developing iPhone Games || Leverage Xcode and Obj ...
- 【深度学习Deep Learning】资料大全
最近在学深度学习相关的东西,在网上搜集到了一些不错的资料,现在汇总一下: Free Online Books by Yoshua Bengio, Ian Goodfellow and Aaron C ...
- Recover data from reference electrode via EEGLab 用EEGLab恢复参考电极数据
The data of scanning reference electrode will not show initially. Here is a summary of recovering it ...
- About SQLite
About SQLite See Also... Features When to use SQLite Frequently Asked Questions Well-known Users Boo ...
- malware analysis、Sandbox Principles、Design && Implementation
catalog . 引言 . sandbox introduction . Sandboxie . seccomp(short for secure computing mode): API级沙箱 . ...
- Checklist For Choosing The Right Database Engine
http://sqlite.org/whentouse.html Appropriate Uses For SQLite SQLite is not directly comparable to cl ...
- (转)The Road to TensorFlow
Stephen Smith's Blog All things Sage 300… The Road to TensorFlow – Part 7: Finally Some Code leave a ...
- 可视化MNIST之降维探索Visualizing MNIST: An Exploration of Dimensionality Reduction
At some fundamental level, no one understands machine learning. It isn’t a matter of things being to ...
- Machine Learning for Developers
Machine Learning for Developers Most developers these days have heard of machine learning, but when ...
随机推荐
- 计算机网络学习笔记--网络层之IP地址与子网
IPv4地址: 我们知道在网络层(TCP/IP体系结构的网际互联层),最重要的一个协议就是IP协议,现在正处于IPv4和IPv6的过渡时期,但目前来说,IPv4仍为主流,所以主要讲Ipv4. IP地址 ...
- Unity3D移动平台动态读取外部文件全解析
前言: 一直有个想法,就是把工作中遇到的坑通过自己的深挖,总结成一套相同问题的解决方案供各位同行拍砖探讨.眼瞅着2015年第一个工作日就要来到了,小匹夫也休息的差不多了,寻思着也该写点东西活动活动大脑 ...
- 【那些年关于java多态应用】
1.多态:具有表现多种形态的能力的特征 父类: public abstract class Animal { public abstract void Say();} 子类: public class ...
- 在DevExpress程序中使用条形码二维码控件,以及进行报表打印处理
在很多业务系统里面,越来越多涉及到条形码.二维码的应用了,不管在Web界面还是WInform界面都需要处理很多物料相关的操作,甚至很多企业为了减少录入错误操作,为每个设备进行条形码.二维码的标签,直接 ...
- Razor 语法初级使用,不断更新此文章
有兴趣的可以看看菜鸟教程的 http://www.runoob.com/aspnet/razor-cs-loops.html 1.ViewData展示登陆的Session信息 Controller ...
- Navisworks API 简单二次开发 (自定义工具条)
在Navisworks软件运行的时候界面右侧有个工具条.比较方便.但是在二次开发的时候我不知道在Api那里调用.如果有网友知道请告诉我.谢谢. 我用就自己设置一个工具.界面比较丑!没有美工. 代码: ...
- 设计模式(八)桥接模式(Bridge Pattern)
一.引言 这里以电视遥控器的一个例子来引出桥接模式解决的问题,首先,我们每个牌子的电视机都有一个遥控器,此时我们能想到的一个设计是——把遥控器做为一个抽象类,抽象类中提供遥控器的所有实现,其他具体电视 ...
- Node.js的Formidable模块的使用
今天总结了下Node.js的Formidable模块的使用,下面做一些简要的说明. 1) 创建Formidable.IncomingForm对象 var form = new formidab ...
- DarkTrack 4 Alien Version Released RAT 下载地址&视频教程
不废话,点我下载. 官方论坛:https://forum.darktrack.net 作者脸书:https://www.facebook.com/darktrackrat E安全报道:https:// ...
- java web之个人通讯录系统
前天下了第一场雪,专业课老师给我们布置了一个期末小作业,真的感觉到寒假就要来临了.这个学期没过多久就要结束了.总结这学期,感觉还是有不少收获的.完成了当初许下的诺言,现在也越来越喜欢软件这个行业了,虽 ...