how to bandpass eeg data?
조회 수: 5 (최근 30일)
이전 댓글 표시
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
채택된 답변
Star Strider
2016년 3월 16일
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
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 EEG/MEG/ECoG에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!