<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">
Thank you for your answer. The complete error message I have is this one, but I'm not able to decrypt it.
<div><br>
</div>
<div>
<div>Error using filter_with_correction (line 44)</div>
<div>Calculated filter coefficients have poles on or outside the unit circle and will not be stable. Try a higher cutoff</div>
<div>frequency or a different type/order of filter.</div>
<div><br>
</div>
<div>Error in filter_with_correction (line 44)</div>
<div>  error('Calculated filter coefficients have poles on or outside the unit circle and will not be stable. Try a</div>
<div>  higher cutoff frequency or a different type/order of filter.');</div>
<div><br>
</div>
<div>Error in ft_preproc_bandpassfilter (line 148)</div>
<div>  filt = filter_with_correction(B,A,dat,dir);</div>
<div><br>
</div>
<div>Error in preproc (line 299)</div>
<div>if strcmp(cfg.bpfilter, 'yes'),     dat = ft_preproc_bandpassfilter(dat, fsample, cfg.bpfreq, cfg.bpfiltord,</div>
<div>cfg.bpfilttype, cfg.bpfiltdir, cfg.bpinstabilityfix); end</div>
<div><br>
</div>
<div>Error in ft_preprocessing (line 559)</div>
<div>      [cutdat{i}, label, time{i}, cfg] = preproc(dat, hdr.label(rawindx), tim, cfg, begpadding, endpadding);</div>
<div><br>
</div>
<div>Error in preprocessing_Libet (line 70)</div>
<div>    allData_prepross      = ft_preprocessing(cfg);</div>
<div><br>
</div>
<div>It only occurs when I ask for a bpfilterrange from .1 to 30, or any values lower than .9.</div>
<div><span style="font-family: Courier; font-size: 10px; "><br>
</span></div>
<div>Thanks!</div>
<div><br>
</div>
<div>Emilie</div>
<div apple-content-edited="true">
<div><br>
</div>
<br class="Apple-interchange-newline">
</div>
<br>
<div>
<div>Le 11 août 2014 à 12:43, Eelke Spaak <<a href="mailto:eelke.spaak@donders.ru.nl">eelke.spaak@donders.ru.nl</a>> a écrit :</div>
<br class="Apple-interchange-newline">
<blockquote type="cite">Dear Emilie,<br>
<br>
The error message you include only specifies *where* in the code the<br>
error happened, not *what* the actual error was. Could you include the<br>
actual error as well? Perhaps someone can then help you fix it. (In<br>
general there is no fixed lower limit on filter low-/highpass<br>
frequency, although a practical limit could depend on your data.)<br>
<br>
Best,<br>
Eelke<br>
<br>
On 9 August 2014 09:31, Caspar, Emilie <<a href="mailto:e.caspar@ucl.ac.uk">e.caspar@ucl.ac.uk</a>> wrote:<br>
<blockquote type="cite">Dear Fieldtrip members,<br>
<br>
I would like to apply to my data a bandpass filter from 0.016 (or at least<br>
0.1) to 30 Hz<br>
<br>
bpfilterRange = [.1 30];<br>
<br>
However, it seems that Fieltrip doesn't accept small high-pass filter<br>
values. I have the following mistake :<br>
<br>
<br>
Error in preproc (line 299)<br>
if strcmp(cfg.bpfilter, 'yes'),     dat = ft_preproc_bandpassfilter(dat,<br>
fsample, cfg.bpfreq, cfg.bpfiltord,<br>
cfg.bpfilttype, cfg.bpfiltdir, cfg.bpinstabilityfix); end<br>
<br>
Error in ft_preprocessing (line 559)<br>
     [cutdat{i}, label, time{i}, cfg] = preproc(dat, hdr.label(rawindx),<br>
tim, cfg, begpadding, endpadding);<br>
<br>
Error in preprocessing_Libet (line 70)<br>
   allData_prepross      = ft_preprocessing(cfg);<br>
<br>
I also tried with 0.2, 0.5, and the minimum acceptable I found was 0.9,<br>
which is quite high.<br>
<br>
I wonder if the problem comes from my data (but I had no problems on others<br>
programs) or if there is a way to apply 0.1 high-pass filter on Fieldtrip?<br>
<br>
Thank in advance,<br>
<br>
Emilie<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
_______________________________________________<br>
fieldtrip mailing list<br>
<a href="mailto:fieldtrip@donders.ru.nl">fieldtrip@donders.ru.nl</a><br>
http://mailman.science.ru.nl/mailman/listinfo/fieldtrip<br>
</blockquote>
_______________________________________________<br>
fieldtrip mailing list<br>
<a href="mailto:fieldtrip@donders.ru.nl">fieldtrip@donders.ru.nl</a><br>
http://mailman.science.ru.nl/mailman/listinfo/fieldtrip<br>
<br>
</blockquote>
</div>
<br>
</div>
</body>
</html>