<html><head></head><body><div style="font-family:Helvetica Neue, Helvetica, Arial, sans-serif;font-size:13px;"><div><div><div>Hi all</div><div><br></div><div>I've tried to remove EOG, jump and muscle artifact from my EEG.</div><div>I can find the artifact but when I use ft_rejectartifact, it removes some parts of EEG that contaminated by artifacts.</div><div> I want to filter my signal no remove some part of my signal. <br></div><div>When I use artifact removing in EEGLab or BrainStorm just artifact removed no the contaminated part of EEG.</div><div>Could you please help me what is my wrong?</div><div><br></div><div>cfg.artfctdef.eog.artifact = artifact_EOG; <br>cfg.artfctdef.jump.artifact = artifact_jump;<br>cfg.artfctdef.muscle.artifact = artifact_muscle;<br>cfg.artfctdef.reject = 'complet' ;<br>data_no_artifacts = ft_rejectartifact(cfg,data_int);<br></div><div><br></div><div><br></div><div>Best Regards,</div>Hamed<br></div><div><br></div></div></div></body></html>