博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
EEG preprocess - re-reference EEG预处理 - 重参考
阅读量:5732 次
发布时间:2019-06-18

本文共 2129 字,大约阅读时间需要 7 分钟。

Source:

Re-referencing only applies to EEG data, MEG is reference-free. In EEG, voltages recorded at each electrode are relative to voltages recorded at other electrodes. Theoretically, a reference could be anywhere but the reference needs to be carefully chosen because any activity in the reference electrode will reflected in the activity at other electrodes. Often, the mastoids are chosen as reference electrodes, because while being close in distance to the electrodes, they record less signal from the brain. However, the very fact of being close to the brain means that mastoid signal does contain some neural signal, which means that the mastoids are not the ideal references. For high density EEG (100+ electrodes), the average of activity at all electrodes is often chosen as the reference. As a rule of thumb, the position of a reference electrode should not be close to that of an electrode where you expect your main effects to be. For example, the Cz is often used as a reference electrode, but it should not be used as such if you expect task-related activity to be centred around this electrode. It also not advisable to reference your data to an electrode of one hemisphere as this could introduce a laterality bias into your data.

As referencing is a linear transformation, it is possible to re-reference your data “offline”, thus changing the reference used during the recording of the EEG data. EEGLAB permits you to reference your data “offline” either when importing your raw EEG data file or after having imported your data as part of the pre-processing stage (Tools menu>>Re-reference).

In EEGLAB, if you import a *.bdf file using the BIOSIG plugin, the reference used “online” will not be automatically detected. If you are re-referencing your data while importing, this is not a problem. However, if you choose to re-reference your data later in the pre-processing stage, it is important to know which electrode was used as the reference during EEG recording as you may mistake the reference electrode (characterised as a flat line) for a bad electrode.

转载于:https://www.cnblogs.com/minks/p/6047247.html

你可能感兴趣的文章
Ubuntu 12.04 root用户登录设置
查看>>
存储过程点滴
查看>>
Maven编译跳过test的设置
查看>>
SQLyog图形化l数据库的操作和学习
查看>>
raspbian 怎么才能有声音?
查看>>
[LeetCode]22.Generate Parentheses
查看>>
《数据结构》—— 线性表(上)
查看>>
WEB前端 CSS选择器
查看>>
计算A/B Test需要的样本量
查看>>
二叉树前序中序后序遍历的非递归方法
查看>>
nginx+tomcat实现负载均衡
查看>>
mysql 行转列列转行
查看>>
《设计模式系列》---桥接模式
查看>>
[Unity3d]Shader 着色器 学习前了解知识
查看>>
Linux中文件颜色所代表的属性和颜色
查看>>
Redrain duilib中事件委托存在的问题
查看>>
43、我的C#学习笔记9
查看>>
网站建表实践及优化
查看>>
字符串的简单操作
查看>>
C#新功能--命名参数与可选参数
查看>>