How can I decompose the alpha, beta, gamma & theta bands using matlab for a 14-channel raw EEG data?

6 views (last 30 days)
Good day, do you guys have a sample code for decomposing the alpha, beta, gamma, and theta bands using matlab? I am using 14-channel eeg emotiv epoc+. Thank you!

Answers (1)

Star Strider
Star Strider on 17 Oct 2018
One option:
Make appropriate changes for your signals.
If you have R2018a or later, a good alternative is to use the bandpass (link) function for each band. If you use the second (or ‘d’ output), use the filtfilt (link) function to do the actual filtering with it.

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!