<div dir="ltr">Dear all,<div><br></div><div style>I have ERP data and now I am dealing with ICA to remove muscle and eye artifacts. </div><div>However, I found that after ft_rejectcomponent, the baseline level of the segmented epoch decreased. (The baselinewindow is [-0.2 0].)</div>
<div>The baseline level decreased even though I rejected only one component. </div><div><br></div><div style>My script is shown below.</div><div><br></div><div><div><i>%% Removing the Artifacts</i></div><div><i>cfg = [];<br>
</i></div><div><i>cfg.component = [ ]; % to be removed component(s)</i></div><div><i>post_ICA_temp6 = ft_rejectcomponent(cfg, comp_detrand, data_raw);</i></div><div><i><br></i></div><div><i>%% timelocking</i></div><div><i><br>
</i></div><div><i>cfg = [];</i></div><div><i>timelock_temp6 = ft_timelockanalysis(cfg, post_ICA_temp6);</i></div><div><i><br></i></div><div><i>%% Plot</i></div><div><i><br></i></div><div><i>figure;</i></div><div><i>cfg = [];</i></div>
<div><i>cfg.layout = lay;</i></div><div><i>cfg.interactive = 'yes';</i></div><div><i>cfg.channel = ['all', {'-EKG', '-EMG'}];</i></div><div><i>ft_multiplotER(cfg, timelock_temp6)</i><br></div>
</div><div><br></div><div>Is there something that I missed?<br></div><div><br></div><div style>Thanks.</div><div style><br></div><div style>BJ</div><div><div><br></div>-- <br><div dir="ltr"><div><font face="arial, helvetica, sans-serif">BeomJun Min, M.D.</font></div>
<div><font face="arial, helvetica, sans-serif"><br></font></div><div><font face="arial, helvetica, sans-serif"><span style="color:rgb(51,51,51);line-height:18px">Department of Medical System Engineering (DMSE)<br></span><span style="color:rgb(51,51,51);line-height:18px">Gwangju Institute of Science and Technology (GIST)</span><span style="color:rgb(51,51,51);line-height:18px"> </span><span style="color:rgb(51,51,51);line-height:18px"><br>
261 Cheomdan-gwagiro(Oryong-dong), Buk-gu, Gwangju <br>500-712, Republic of Korea (South) <br>Phone: +82-62-715-3266 / Fax: +82-62-715-3244 <br>E-mail: </span><a href="mailto:mbj0310@gmail.com" style="text-decoration:none;line-height:18px" target="_blank"><span>mbj0310@gmail.com</span></a><span style="color:rgb(51,51,51);line-height:18px">, <a href="http://bmssa.gist.ac.kr/" style="text-decoration:none" target="_blank">http://bmssa.gist.ac.kr</a></span></font><br>
</div></div>
</div></div>