How can I do a backward only bandpass filter
2 ビュー (過去 30 日間)
古いコメントを表示
I'm working on EEG data with special artifact, and wanted to run a backward filter on it. I usually do filter with eeglab, but the filter there is forward-backward.
0 件のコメント
回答 (1 件)
Christoph F.
2017 年 10 月 13 日
Reverse the signal vector, apply bandpass filter with the filter() command, reverse the result?
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!