<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">
If your purpose is just to detrend, I would use ft_preprocessing:
<div class=""><br class="">
</div>
<div class="">cfg = [];</div>
<div class="">cfg.detrend = ‘yes’;</div>
<div class="">data = ft_preprocessing(cfg, data);</div>
<div class=""><br class="">
</div>
<div class="">ft_resampledata is for resampling (what’s in a name), and allows for optional detrending prior to the downsampling (because a large trend may lead to edge artifacts upon the downsampling).</div>
<div class=""><br class="">
</div>
<div class="">best,</div>
<div class="">Jan-Mathijs</div>
<div class=""><br class="">
</div>
<div class="">PS: I would also recommend to review your path settings, since you get some warnings about octave functions</div>
<div class=""><br class="">
</div>
<div class=""><br class="">
</div>
<div class=""><br class="">
<div class="">
<div>
<blockquote type="cite" class="">
<div class="">On 12 May 2016, at 11:02, shiri makov <<a href="mailto:mkshiri@gmail.com" class="">mkshiri@gmail.com</a>> wrote:</div>
<br class="Apple-interchange-newline">
<div class="">
<div dir="ltr" class="">
<div class="gmail_quote"><br class="">
<br class="">
<div dir="rtl" class="">
<p style="padding: 0px; margin: 0px 0px 1em; font-size: 15px; line-height: 22.5px; font-family: Calibri, Geneva, Arial, Verdana, sans-serif; text-align: justify;" dir="ltr" class="">
Dear community,</p>
<p style="padding: 0px; margin: 0px 0px 1em; font-size: 15px; line-height: 22.5px; font-family: Calibri, Geneva, Arial, Verdana, sans-serif; text-align: justify;" dir="ltr" class="">
My name is Shiri and I am a student at Tel-Aviv Univesrity. I study perception during sleep using EEG. Currently I am analysing EEG data collected with EGI system.</p>
<p style="padding: 0px; margin: 0px 0px 1em; font-size: 15px; line-height: 22.5px; font-family: Calibri, Geneva, Arial, Verdana, sans-serif; text-align: justify;" dir="ltr" class="">
I tried using ft_resampledata to detrend the data. The weird thing is that <b class="">
sometimes </b>when I call ft_resampledata, I get an error message:</p>
<p style="padding:0px;margin:0px 0px 1em" dir="ltr" class=""><span style="font-family:georgia,serif" class="">the input is raw data with 8 channels and 60 trials</span><br class="">
<span style="font-family:georgia,serif" class="">resampling data</span><br class="">
<span style="font-family:georgia,serif" class="">Octave functions should not run on Matlab</span><br class="">
<span style="font-family:georgia,serif" class="">Removing path ... </span><br class="">
<font color="#ff0000" class=""><span style="font-family:georgia,serif" class="">Error using  .* </span><br class="">
<span style="font-family:georgia,serif" class="">Matrix dimensions must agree.</span><br class="">
<span style="font-family:georgia,serif" class="">Error in resample (line 71)</span><br class="">
<span style="font-family:georgia,serif" class="">      h = p*firls( L-1, [0 2*fc 2*fc 1], [1 1 0 0]).*kaiser(L,bta)' ;</span><br class="">
<span style="font-family:georgia,serif" class="">Error in ft_resampledata (line 208)</span><br class="">
<span style="font-family:georgia,serif" class="">        data.trial{itr} =</span><br class="">
<span style="font-family:georgia,serif" class="">        transpose(resample(transpose(data.trial{itr}),fsres,fsorig)); </span><br class="">
<br class="">
</font><br class="">
As noted, this error appears only sometimes. If I run ft_resampledata again immidiately after receiving the error, it works well (same cfg, same data).<br class="">
The error always happens when I call the function within a parfor loop. It almost never happens when I run the function line individually, without preceeding script lines.</p>
<p style="padding:0px;margin:0px 0px 1em" dir="ltr" class=""><br class="">
The cfg<span style="font-family: Calibri, Geneva, Arial, Verdana, sans-serif; font-size: 15px; line-height: 22.5px;" class=""> I use is very basic:</span><br class="">
</p>
<pre style="padding: 0.5em; margin-top: 0px; margin-bottom: 1em; font-size: 12px; border: 1px dashed rgb(204, 204, 204); overflow: hidden; font-family: Consolas, 'Andale Mono', Menlo, Monaco, monospace; white-space: pre-wrap; width: 300px; text-align: justify; background-color: rgb(247, 249, 250);" dir="ltr" class=""><p style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:small;text-align:start;white-space:normal;padding:0px;margin:0px 0px 1em" class=""><font face="georgia, serif" class="">>> display(cfg);</font></p><p style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:small;text-align:start;white-space:normal;padding:0px;margin:0px 0px 1em" class=""><font face="georgia, serif" class="">cfg = </font></p><p style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:small;text-align:start;white-space:normal;padding:0px;margin:0px 0px 1em" class=""><font face="georgia, serif" class="">    detrend: 'yes'</font></p></pre>
<p style="padding: 0px; margin: 0px 0px 1em; font-size: 15px; line-height: 22.5px; font-family: Calibri, Geneva, Arial, Verdana, sans-serif; text-align: justify;" dir="ltr" class="">
It happened to me on many data structs, so I share a link with just one of them (<a href="http://www.filedropper.com/dataexample" target="_blank" class="">http://www.filedropper.com/dataexample</a>).  Here too, I got the error and right after that I ran the
 function line again and  worked well.</p>
<p style="padding: 0px; margin: 0px 0px 1em; font-size: 15px; line-height: 22.5px; font-family: Calibri, Geneva, Arial, Verdana, sans-serif; text-align: justify;" dir="ltr" class="">
I don't think it's ok to live in peace with this function erroring from time to time, can someone tell me what this error means? Did I not use the function correctly? </p>
<p style="padding: 0px; margin: 0px 0px 1em; font-size: 15px; line-height: 22.5px; font-family: Calibri, Geneva, Arial, Verdana, sans-serif; text-align: justify;" dir="ltr" class="">
Best,<br class="">
</p>
<p style="padding: 0px; margin: 0px 0px 1em; font-size: 15px; line-height: 22.5px; font-family: Calibri, Geneva, Arial, Verdana, sans-serif; text-align: justify;" dir="ltr" class="">
Shiri</p>
</div>
</div>
</div>
_______________________________________________<br class="">
fieldtrip mailing list<br class="">
<a href="mailto:fieldtrip@donders.ru.nl" class="">fieldtrip@donders.ru.nl</a><br class="">
http://mailman.science.ru.nl/mailman/listinfo/fieldtrip</div>
</blockquote>
</div>
<br class="">
</div>
</div>
</body>
</html>