<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">
<div>
<div>
<div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">
<p class="MsoNormal">Dear Fieltrippers, </p>
</div>
</div>
</div>
<div>I did a pilot study on one participant today. Now that I'm trying to analyze my data, I realize that the size file is too big for my computer (size = 3Gb). Even after one hour, the filters (high pass + low pass) were not yet achieved. </div>
<div><br>
</div>
<div>So I would like to see how to reduce the size of my sample BEFORE the filters.</div>
<div><br>
</div>
<div>I know that there is "ft_resampledata", and I did it to reduce the actual sample rate (= 2048) to 256. However, even with this procedure my computer is crashing (even with 16 Go RAM). In addition, I'm not sure that I can resample before filtering (I read
 different informations). </div>
<div><br>
</div>
<div>Another way I was thinking about was to pre-select electrodes that I need (only 6 electrodes on 64). But here I have two questions:</div>
<div>- Can I pre-process only some electrodes? Does it really reduce size for next preprocesses?</div>
<div>- Is this the correct way to ask? As it crashes, not sure it works.</div>
<div><br>
</div>
<div>
<div style="margin: 0px; font-size: 10px; font-family: Courier; ">    cfg             = [];</div>
<div style="margin: 0px; font-size: 10px; font-family: Courier; ">    cfg.dataset     = [ file.name];</div>
<div style="margin: 0px; font-size: 10px; font-family: Courier; ">    cfg.channel     =
<span style="color: #b245f3">'B5'</span>, <span style="color: #b245f3">'B6'</span>,
<span style="color: #b245f3">'B15'</span>, <span style="color: #b245f3">'B16'</span>;</div>
<div style="margin: 0px; font-size: 10px; font-family: Courier; ">    allData_prepross = ft_preprocessing(cfg);</div>
<div style="margin: 0px; font-size: 10px; font-family: Courier; ">    cfg.resamplefs = 256;</div>
<div style="margin: 0px; font-size: 10px; font-family: Courier; ">    DataSample = ft_resampledata(cfg, allData_prepross)</div>
</div>
<div><br>
</div>
<div><br>
</div>
<div>I would appreciate pieces of advice!</div>
<div><br>
</div>
<div>Many thanks :)</div>
<div><br>
</div>
<div>Emilie</div>
<div><br>
</div>
<div apple-content-edited="true">
<div>
<div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">
<p class="MsoNormal"><br>
</p>
</div>
</div>
</div>
</body>
</html>