EEG pre-processing steps

조회 수: 10 (최근 30일)
atie
atie 2012년 6월 22일
댓글: Rasa 2019년 4월 17일
Hi, I just want to the exact step in pre-processing EEG signal.
Step 1: convert time-based data into frequency-based data
Step 2: filter the signal to make sure only the wanted frequency is available (eg: 0.5 Hz - 50 HZ)
Step 3: remove any artifacts
Step 4: Divide the clean signal into 4 bands (alpha, beta, theta, delta)
Is these steps correct?

답변 (2개)

Matt Gaidica
Matt Gaidica 2019년 3월 8일
What is the goal of your overall analysis? I think the Chronux Toolbox might help you, although, if you just want to get a Fourier analysis, it only takes a few lines of code.
In general, I would modify your protocol:
  1. Detect and remove artifacts in raw data.
  2. Filter raw data based on frequency range of interest (address 50/60 Hz line noise if necessary)
  3. Perform time-frequency analysis.
Provide more information about what you want to do.

Kosai
Kosai 2012년 6월 28일
the Steps are correct but additional to the 4th one : GAMMA-Band must be extracted also ....
  댓글 수: 2
Sepa Abdelrazek
Sepa Abdelrazek 2018년 7월 15일
can you please tell me how to perform the steps by codes on a data set
Rasa
Rasa 2019년 4월 17일
@Sepa Abdelrazek, Do you have the code to perform the steps ?

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 EEG/MEG/ECoG에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by