Skip to content

Commit

Permalink
automatically synchronized identical files to revision 10741
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://svn.fcdonders.nl/home/svnroot/fieldtrip/trunk@10742 0cf7c7f0-3615-4144-b4e6-68da3bce3cd0
  • Loading branch information
schoffelen committed Oct 1, 2015
1 parent e7aeda1 commit a51f9e8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions contrib/spike/private/preproc.m
Expand Up @@ -357,10 +357,7 @@
end
if strcmp(cfg.dftfilter, 'yes')
datorig = dat;
for i=1:length(cfg.dftfreq)
% filter out the 50Hz noise, optionally also the 100 and 150 Hz harmonics
dat = ft_preproc_dftfilter(dat, fsample, cfg.dftfreq(i));
end
dat = ft_preproc_dftfilter(dat, fsample, cfg.dftfreq);
if strcmp(cfg.dftinvert, 'yes'),
dat = datorig - dat;
end
Expand Down

0 comments on commit a51f9e8

Please sign in to comment.