How to design a bandpass filter
이전 댓글 표시
I need to design a bandpass filter with sampling rate of 1kHz and bandpass from 1 to 200 Hz and then insert a signal my signal in the filter can any one give the syntax for it? This is for EEG seizure data. I need to preprocess it.
Cheers!
Side note: I own 2011 student version of MATLAB
채택된 답변
추가 답변 (1개)
Udit Gupta
2015년 12월 1일
0 개 추천
The easiest way is to use the Filter Design and Analysis Tool. Just type fdatool in matlab command window. This needs Signal Proc. Toolbox though.
댓글 수: 3
Darkhan Kenestegi
2015년 12월 1일
Udit Gupta
2015년 12월 1일
fdatool has the option to generate code for you. Use
File>Generate MATLAB Code
Satya swaroop Swain
2018년 6월 9일
how can my signal be passed into this filter
카테고리
도움말 센터 및 File Exchange에서 EEG/MEG/ECoG에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!