<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=utf-8"><meta name=Generator content="Microsoft Word 15 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
        {page:WordSection1;}
--></style></head><body lang=en-DE><div class=WordSection1><p class=MsoNormal><span lang=EN-US>Hi,<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US>I am sorry if my question is weird or not 100% clear, but I am a newbie with EEGLAB and hope to get some hints.<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US>My aim is to run </span><span lang=en-DE>ICA on a corrected EEG data set (data(1:64;1:30000)) using fastICA (I guess fastICA was the only function enabling me to adjust the number of IC’s (?))  - computing only 10 components – in order to remove eye movements. <o:p></o:p></span></p><p class=MsoNormal><span lang=en-DE><o:p> </o:p></span></p><p class=MsoNormal><span lang=en-DE>The output I get from fastICA are: icasig (10 x 30000 matrix), A (63 x 10 matrix) and W (10 x 63 matrix). Now I want to reject components that contain artifacts by finding a spatial correlation between the components from fastICA results and a template (1x63 matrix) and if the max cross correlation value is > 0.7 it should reject the components and reconstruct the data.<o:p></o:p></span></p><p class=MsoNormal><span lang=en-DE><o:p> </o:p></span></p><p class=MsoNormal><span lang=en-DE>My problem is that I have absolutely no idea how to start and proceed with the matrices I have. <o:p></o:p></span></p><p class=MsoNormal><span lang=en-DE><o:p> </o:p></span></p><p class=MsoNormal><span lang=en-DE>Would someone have any hints for me? <o:p></o:p></span></p><p class=MsoNormal><span lang=en-DE><o:p> </o:p></span></p><p class=MsoNormal><span lang=en-DE>Norman</span></p></div></body></html>