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分析为何多用中轴线电极的更多相关文章

  1. (转) [it-ebooks]电子书列表

    [it-ebooks]电子书列表   [2014]: Learning Objective-C by Developing iPhone Games || Leverage Xcode and Obj ...

  2. 【深度学习Deep Learning】资料大全

    最近在学深度学习相关的东西,在网上搜集到了一些不错的资料,现在汇总一下: Free Online Books  by Yoshua Bengio, Ian Goodfellow and Aaron C ...

  3. 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 ...

  4. About SQLite

    About SQLite See Also... Features When to use SQLite Frequently Asked Questions Well-known Users Boo ...

  5. malware analysis、Sandbox Principles、Design && Implementation

    catalog . 引言 . sandbox introduction . Sandboxie . seccomp(short for secure computing mode): API级沙箱 . ...

  6. Checklist For Choosing The Right Database Engine

    http://sqlite.org/whentouse.html Appropriate Uses For SQLite SQLite is not directly comparable to cl ...

  7. (转)The Road to TensorFlow

    Stephen Smith's Blog All things Sage 300… The Road to TensorFlow – Part 7: Finally Some Code leave a ...

  8. 可视化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 ...

  9. Machine Learning for Developers

    Machine Learning for Developers Most developers these days have heard of machine learning, but when ...

随机推荐

  1. C# 合并及拆分Word文档

    本文简要分析一下如何如何使用C#简单实现合并和拆分word文档.平时我们在处理多个word文档时,可能会想要将两个文档合并为一个,或者是将某个文档的一部分添加到另一个文档中,有的时候也会想要将文档拆分 ...

  2. HTTP Method详细解读(`GET` `HEAD` `POST` `OPTIONS` `PUT` `DELETE` `TRACE` `CONNECT`)

    前言 HTTP Method的历史: HTTP 0.9 这个版本只有GET方法 HTTP 1.0 这个版本有GET HEAD POST这三个方法 HTTP 1.1 这个版本是当前版本,包含GET HE ...

  3. CSS知识总结(五)

    CSS常用样式 3.边框样式 1)边框线 border-style : none | hidden | dotted | dashed | solid | double | groove | ridg ...

  4. 生成随机id对比

    生成随机id 最近公司的项目游戏生成的随机不重复id,重复概率有点大, 代码如下: private static int id = 0; public static int serverID = 0; ...

  5. Xamarin for Visual Studio V3.11.431 于 2015.4.3-2015.4.17 最新发布(Win & Mac)

    Beta Release: April 3 edited April 17 in Visual Studio Released versions: Windows Xamarin.VisualStud ...

  6. Devexpress Ribbon Add Logo

    一直在网上找类似的效果.在Devpexress控件里面的这个是一个Demo的.没法查看源代码.也不知道怎么写的.所以就在网上搜索了半天的. 终于找到类似的解决办法. 可以使用重绘制的办法的来解决. [ ...

  7. 如何决解项目中hibernate中多对多关系中对象转换json死循环

    先写一下原因吧!我是写的SSH项目,在项目中我遇到的问题是把分页对象(也就是pageBean对象)转化为json数据,下面为代码: public class PageBean <T>{// ...

  8. php实现设计模式之 策略模式

    策略模式:定义一系列的算法,把每一个算法封装起来, 并且使它们可相互替换.本模式使得算法可独立于使用它的客户而变化.是一种行为模式. 策略模式包含三种角色 1 抽象策略角色: 策略类,通常由一个接口或 ...

  9. 简单实用angular.js购物车功能

    <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title> ...

  10. javascript操作系统检测

    function detectOS() { var sUserAgent = navigator.userAgent;console.log(sUserAgent); var isWin = (nav ...