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!