How can I do a backward only bandpass filter
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Réponses (1)
Christoph F.
le 13 Oct 2017
Reverse the signal vector, apply bandpass filter with the filter() command, reverse the result?
0 commentaires
Voir également
Catégories
En savoir plus sur EEG/MEG/ECoG dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!