How can I do a backward only bandpass filter
조회 수: 4 (최근 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!