How can I extract the amplitudes of standared EEG bands in a 1 channel EEG signal

10 views (last 30 days)
I want to analyze the changing frequency amplitudes at Pz when people close there eyes to rest for 20min. I think that I need to filter the raw signal into frequency bands and plot the signal magnitude for each band over time. I especially want to track Alpha band, Theta band, Beta and Delta over a 20 min period. I have MATLAB, Signal Processing Toolbox, EEGLAB and several other tool box add-ons.

Accepted Answer

Star Strider
Star Strider on 16 Jul 2019
There are several posts that cover this. If you have R2018a or later, use the bandpass fucntion to design your filters. Get both outputs, and store the second one (the actual filter) for later use with the filtfilt function and other signals. If you don’t have bandpass, elliptical bandpass filters are relatively easy to design. There are several posts on that as well.

More Answers (0)

Categories

Find more on EEG/MEG/ECoG in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!