필터 지우기
필터 지우기

Extracting EEG Components from Signal

조회 수: 11 (최근 30일)
Ricardo
Ricardo 2011년 5월 6일
댓글: THEJASWINI M S 2022년 3월 4일
I have a simple EEG signal in MATLAB such as that shown in the figure below. And what I wanted was to extract the components of the EEG according to the following table.
  • Delta - up to 4 Hz;
  • Theta - 4 -> 8 Hz
  • Alpha - 8 -> 13 Hz
  • Beta - 13 -> 30 Hz
  • Gamma - 30 -> 100 Hz
Any suggestions how I can solve the problem?
  댓글 수: 1
prabakaran munusamy
prabakaran munusamy 2012년 3월 30일
Hi, do you have any idea about this ..because i also doin this project...could you help me

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

답변 (2개)

Walter Roberson
Walter Roberson 2011년 5월 6일
This is not easy to do properly, I gather.

ying xing FENG
ying xing FENG 2012년 3월 5일
Hi,
I'm working on similar project as well. The way i do is restructure the binary data from hardware(RS232 Serial Port) , plot the value in time domain. Then, you may use FFT function to transform the signal into frequency domain. With that, just extract or segment the signal with respect to frequency.
Hope to hear from you and learn more ;)
  댓글 수: 2
Lisa Suette
Lisa Suette 2021년 6월 25일
How did you restructure the binary data?
THEJASWINI M S
THEJASWINI M S 2022년 3월 4일
hello everyone ,i facing the problem of how to extract frequency bands from EEG signals
I have convert time domain EEG signals into frequency domin now i need extract alpha beta gamma and theta bands .
please anyone can help me...

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

카테고리

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