How can I do a backward only bandpass filter
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Antworten (1)
Christoph F.
am 13 Okt. 2017
Reverse the signal vector, apply bandpass filter with the filter() command, reverse the result?
0 Kommentare
Siehe auch
Kategorien
Mehr zu EEG/MEG/ECoG finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!