Filter löschen
Filter löschen

Extracting EEG Components from Signal

11 Ansichten (letzte 30 Tage)
Ricardo
Ricardo am 6 Mai 2011
Kommentiert: THEJASWINI M S am 4 Mär. 2022
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 Kommentar
prabakaran munusamy
prabakaran munusamy am 30 Mär. 2012
Hi, do you have any idea about this ..because i also doin this project...could you help me

Melden Sie sich an, um zu kommentieren.

Antworten (2)

Walter Roberson
Walter Roberson am 6 Mai 2011
This is not easy to do properly, I gather.

ying xing FENG
ying xing FENG am 5 Mär. 2012
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 Kommentare
Lisa Suette
Lisa Suette am 25 Jun. 2021
How did you restructure the binary data?
THEJASWINI M S
THEJASWINI M S am 4 Mär. 2022
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...

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu EEG/MEG/ECoG finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by