Hi Bubble,<br><br>1. When EEGLAB performs ICA (runica.m), it first calculates the number linearly independent channels in the data (EEG.data).  If every channel is independent (e.g. no electrode bridging has occurred), then there will be as many components as there are channels.<br>
<br>2. You can view the data by typing the following into MATLAB:<br>>> EEG.data(1,1,1);<br>The above code will give you the data point for channel 1, frame 1 in epoch 1.<br><br>-Keith<br>--<br>Research Aide<br>Belmonte Autism Lab<br>
Cornell University<br><br><div class="gmail_quote">On Fri, Nov 20, 2009 at 12:32 PM, Bubblepreet Randhawa <span dir="ltr"><<a href="mailto:bubb09@interchange.ubc.ca">bubb09@interchange.ubc.ca</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br>
<br>
I requested response to my question last week, but I didnt get reply, may be it was delivered in group so I am asking again, please help.<br>
<br>
I am doing ICA analysis in EEGLAB. I have two questions:<br>
<br>
1. How EEGlab process ICA? Are the number of channels and number of components same? why and how?<br>
<br>
2. How to check if the data are read in as either 2-byte integers or 4-byte integers properly?<br>
<br>
I got some results and they dont make sense.<br>
<br>
Thanks,<br>
Bubble<br>
<br>
_______________________________________________<br>
Eeglablist page: <a href="http://sccn.ucsd.edu/eeglab/eeglabmail.html" target="_blank">http://sccn.ucsd.edu/eeglab/eeglabmail.html</a><br>
To unsubscribe, send an empty email to <a href="mailto:eeglablist-unsubscribe@sccn.ucsd.edu">eeglablist-unsubscribe@sccn.ucsd.edu</a><br>
For digest mode, send an email with the subject "set digest mime" to <a href="mailto:eeglablist-request@sccn.ucsd.edu">eeglablist-request@sccn.ucsd.edu</a><br>
</blockquote></div><br>