MATLAB: I have to design a filter to extract data in different bands( beta, alpha, theta,…). I just have the signal wich looks like this.. how can i extract alpha and beta and then apply a filter on those

filter eeg

this is the signal, i need to extract alpha and beta bands i don't know how to do it

Best Answer

You can change the passband and stopband frequencies of the theta band filter by defining the passbands for each EEG band and then setting the lower stopband to 1 Hz below and above (respectively) the passband frequencies. Remember to change the sampling frequency ‘Fs’ to the one you are using.