Skip to content

Commit

Permalink
notch filter
Browse files Browse the repository at this point in the history
  • Loading branch information
AyaKabbara committed Mar 14, 2023
1 parent edf1fef commit 4d7e9b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/BST/bsPreprocessing.m
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,10 @@
catch
end
%% ==== Filtering ====
% Process: Notch filter: 50Hz 100Hz 150Hz
% Process: Notch filter:
sFiles = bst_process('CallProcess', 'process_notch', sFiles, [], ...
'sensortypes', 'EEG', ...
'freqlist', [50, 100, 150], ...
'freqlist', [60, 120, 180], ...
'cutoffW', 2, ...
'useold', 0, ...
'read_all', 0);
Expand Down

0 comments on commit 4d7e9b7

Please sign in to comment.