Back to the main page.
Bug 126 - High-pass filter explodes for no visible reason
| Status | CLOSED WONTFIX |
| Reported | 2010-08-04 16:56:00 +0200 |
| Modified | 2011-01-12 13:09:32 +0100 |
| Product: | FieldTrip |
| Component: | preproc |
| Version: | unspecified |
| Hardware: | PC |
| Operating System: | Windows |
| Importance: | P1 major |
| Assigned to: | Stefan Klanke |
| URL: | |
| Tags: | |
| Depends on: | |
| Blocks: | |
| See also: |
Vladimir Litvak - 2010-08-04 16:56:59 +0200
Created attachment 5 Inputs I got a complaint from a user that when he filters continuous data with cutoff 0.1 Hz he gets flat lines. With 0.2 it works. Try dat = ft_preproc_highpassfilter(dat,Fs,Fp,N,type,dir); with inputs from the attached file to reproduce the problem. I don't see a reason why it shouldn't work with these parameters.
Vladimir Litvak - 2010-08-04 17:01:12 +0200
Hmm. That also happens with Matlab butter, but I still don't understand it.