how to bandpass eeg data?
    5 views (last 30 days)
  
       Show older comments
    
    vaggelis papasot
 on 16 Mar 2016
  
    
    
    
    
    Answered: Star Strider
      
      
 on 16 Mar 2016
            Hi. I want to get the maximum amplitude of frequency values of mu and beta rythms from the eeg signal of bci competition ii dataset iii.The signal is sampled with fs=128Hz.I think that this should be done with bandpass filter, so my question is how can i implement this?
0 Comments
Accepted Answer
  Star Strider
      
      
 on 16 Mar 2016
        You will need two filters, one for each EEG band. Filter the EEG in parallel with them. Remember that for a band-pass filter, the stop-bands have to be outside (less than an greater than, respectively) of the pass-band frequencies. You will have to experiment to get the result you want. With such a low sampling frequency and narrow pass-bands for those EEG bands, a Chebyshev Type II filter would be my choice, with a pass-band ripple of 5 dB or less and a stop-band ripple of 50 dB or less.
0 Comments
More Answers (0)
See Also
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!
