Need to break down EEG signals into 4 frequency bands
Show older comments
Hi all, I'm having a bit of a trouble breaking down an EEG signal into these bands, i dont have a wavelet toolbox, would i need it?
theta = 4 - 7.9 Hz
Lower Alpha = 7.9 - 10 Hz
Upper Alpha = 10 - 13 Hz % edited
Lower Beta = 13 - 17.9 Hz
Upper Beta = 18 - 24.9 Hz
I have attached the signal EEG recording with this, it has 22 arrays, the eeg channels are from 2 - 15 and the sampling frequency is 128.
thank you!
4 Comments
Star Strider
on 20 May 2016
Note that I incorporated the approximate passband for:
Upper Alpha = 10 - 13 Hz % edited
in my Answer. You can use your passband or mine, since I seriously doubt there is any practical difference.
NIPUN vit student
on 2 Oct 2018
Sir can U plz send me the code to decompose the EEG signal in 4 parts, I need to submit it next few hrs, PLZ mail me the code and RAW EEG signal if possible. EMAIL: ayush.yash.abyb@gmail.com
Venkatesh chowdary
on 30 Apr 2019
Hello sir do you have the code to decompose the eeg signal into 4 parts.If you do have plz send methe code...
shweta nashikar
on 1 Sep 2019
Am fresher sir, Please send all frequency band like alpha beta gamma theta delta, separate matlab coding and caculate the parameter like standard deviation,variance,entropy etc
Accepted Answer
More Answers (1)
Todd Leonhardt
on 20 May 2016
Edited: Todd Leonhardt
on 20 May 2016
1 vote
If you have the Signal Processing Toolbox, then you can design 4 bandpass filters, one for each band, using the Filter Design and Analysis Tool (FDATool): http://www.mathworks.com/help/signal/examples/introduction-to-the-filter-design-and-analysis-tool-fdatool.html
You can also do this with a script using various MATLAB functions instead of the GUI FDATool. But if you are unfamiliar with filter design, the GUI makes it easier.
Then you can apply those FIR filters to generate 4 output signals, one for each band.
There are many other ways you could solve this problem as well. This is one approach which should be relatively easy and effective.
Categories
Find more on EEG/MEG/ECoG in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!