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 ...
随机推荐
- 构建自己的PHP框架--构建模版引擎(1)
前段时间太忙,导致好久都没有更新博客了,今天抽出点时间来写一篇. 其实这个系列的博客很久没有更新了,之前想好好规划一下,再继续写,然后就放下了,今天再捡起来继续更新. 今天我们来说一下,如何构建自己的 ...
- 一个难倒 3年 android开发经验 " 工程师 " 的 "bug"
一个关于 imageView 设置 scaleType 的问题. 就在刚才 晚上9 点多的时候,我的一个外包伙伴发一个工程代码我,叫我去看下这样一个"bug",说折腾了很久,图片选 ...
- 【干货】用大白话聊聊JavaSE — ArrayList 深入剖析和Java基础知识详解(二)
在上一节中,我们简单阐述了Java的一些基础知识,比如多态,接口的实现等. 然后,演示了ArrayList的几个基本方法. ArrayList是一个集合框架,它的底层其实就是一个数组,这一点,官方文档 ...
- Oracle用户被锁原因及办法
Oracle用户被锁原因及办法 在登陆时被告知test用户被锁 1.用dba角色的用户登陆,进行解锁,先设置具体时间格式,以便查看具体时间 SQL> alter session set nl ...
- Entity Framework 数据库初始化的三种方法
在数据库初始化产生时进行控制,有三个方法可以控制数据库初始化时的行为.分别为CreateDatabaseIfNotExists.DropCreateDatabaseIfModelChanges.Dro ...
- JSP简单记录
JSP,全称是Java Server Page,是运行在服务器端的页面,是建立在Servlet规范的动态网页技术,JSP文件在第一次请求时,会被编译成Servlet,所以JSP也可以看成是运行中的Se ...
- 2016 ICPC青岛站---k题 Finding Hotels(K-D树)
题目链接 http://acm.hdu.edu.cn/showproblem.php?pid=5992 Problem Description There are N hotels all over ...
- C3p0连接池配置
在Java开发中,使用JDBC操作数据库的四个步骤如下: ①加载数据库驱动程序(Class.forName("数据库驱动类");) ②连接数据库(Connection co ...
- springmvc配置文件web.xml详解各方总结(转载)
Spring分为多个文件进行分别的配置,其中在servlet-name中如果没有指定init-param属性,那么系统自动寻找的spring配置文件为[servlet-name]-servlet.xm ...
- css实现一行文字居中,多行文字左对齐
问题及场景: 当内容能一行显示在盒子内时,文字居中对齐. 当内容过多换行后显示在盒子内时,文字左对齐. 其实这种视觉上的需求还是蛮常见的.比如用于弹出提示框,当提示内容比较少时,内容居中显示在弹出框, ...