zoukankan      html  css  js  c++  java
  • EEG preprocess

    Source: https://blricrex.hypotheses.org/ressources/eeg/pre-processing-for-erps/re-referencing-eeg-data

    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.

  • 相关阅读:
    centos 7 安装ntp服务器
    centos 7编译安装nodejs 6.1
    修改IKAnalyzer配置
    Elasticsearch5.5.0安装head插件
    搭建ELASTICSEARCH实现中文分词搜索功能
    0426HTML基础:标签
    事件事件流
    纯css设置各行变色
    dom操作之元素的增删复制
    dom操作
  • 原文地址:https://www.cnblogs.com/minks/p/6047247.html
Copyright © 2011-2022 走看看