<html xmlns:v="urn:schemas-microsoft-com:vml" 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=us-ascii">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<!--[if !mso]><style>v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style><![endif]--><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:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:#0563C1;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:#954F72;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri",sans-serif;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="EN-US" link="#0563C1" vlink="#954F72">
<div class="WordSection1">
<p class="MsoNormal">Hi all,<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">tl;dr: Number of time points needed for good decomposition doesn’t take into account sampling rate. How much time (seconds) given some reasonable assumptions is sufficient?<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">My focus is in dense EEG during resting state. In the past I mainly used 64 channels and about a 3 minute recording. Now I am using a 256 channel EGI saline system and have about 2.5 minutes of recording per paradigm (eyes open or closed).<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">I’d like to thank Arno and Makoto for their awesome tutorials and explanations that have helped me so much over the years but I could really use some clarification on the issue of time points used in the ICA decomp.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">In chapter 09 of the tutorial we see: (<a href="https://sccn.ucsd.edu/wiki/Chapter_09:_Decomposing_Data_Using_ICA">https://sccn.ucsd.edu/wiki/Chapter_09:_Decomposing_Data_Using_ICA</a> )<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal"><i><span style="font-size:9.5pt;font-family:"Arial",sans-serif;color:black;background:white">Very important note:</span></i><span style="font-size:9.5pt;font-family:"Arial",sans-serif;color:black;background:white"> We usually run ICA using
 many more trials that the sample decomposition presented here. As a general rule, finding <i>N</i>stable components (from N-channel data) typically requires <i>more than</i> <i>kN^2</i> data sample points (at each channel), where N^2 is the number of weights
 in the unmixing matrix that ICA is trying to learn and <i>k</i> is a multiplier. In our experience, the value of <i>k</i> increases as the number of channels increases. In our example using 32 channels, we have 30800 data points, giving 30800/32^2 = 30 pts/weight
 points. However, to find 256 components, it appears that even 30 points per weight is not enough data. In general, it is important to give ICA as much data as possible for successful training. Can you use too much data? This would only occur when data from
 radically different EEG states, from different electrode placements, or containing non-stereotypic noise were concatenated, increasing the number of scalp maps associated with independent time courses and forcing ICA to mixture together dissimilar activations
 into the N output components. The bottom line is: ICA works best when given a large amount of basically similar and mostly clean data. When the number of channels (N) is large (>>32) then a very large amount of data may be required to find N components. When
 insufficient data are available, then using the 'pca' option to </span><a href="http://sccn.ucsd.edu/eeglab/locatefile.php?file=jader.m"><span style="font-size:9.5pt;font-family:"Arial",sans-serif;color:#663366;background:white;text-decoration:none">jader.m</span></a><span style="font-size:9.5pt;font-family:"Arial",sans-serif;color:black;background:white"> to
 find fewer than N components may be the only good option.</span><o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Relying on Makoto’s pointers, I typically downsample to 100 Hz before ICA (artifact channel rejection, interpolation, rereferencing (let’s avoid that controversy for now) has been done). I have 3 minutes of recording so I have 18,000 data
 points. If my sampling rate were maintained at 1000 Hz, I would have 10 times the data points obviously but the decomposition would also of course not be 10 times “sharper”. Task based (ERP or TEP) paradigms need higher sampling rate, but constraining our
 problem for now to resting, I think we can all agree somewhere between 100-256 Hz is just fine.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">When I only had 64 channels, I could come closer to the recommended value for k of 25 with a pca.<o:p></o:p></p>
<p class="MsoNormal">No pca: At 100 Hz: 18000/64^2 = 4.4<o:p></o:p></p>
<p class="MsoNormal">With pca: At 100 Hz: 18000/25components^2 = 28.8<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Now using 256 channels, you can see my concern with the dropping k value. I’ve experimented with varying the sampling rate between 100 and 250 Hz but as expected, the decompositions are effectively similar. I’d just like to see what the
 experts think about defining the parameters of a resting acquisition at 100 Hz and defining timepoints with an explicit sampling rate to get a decent k.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Thanks very much for all you do and best of luck to everyone who studies these squiggly lines.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Very respectfully,<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal"><b><span style="font-size:14.0pt">Russell T. Toll, Ph.D.<o:p></o:p></span></b></p>
<p class="MsoNormal">Assistant Professor<o:p></o:p></p>
<p class="MsoNormal">Department of Psychiatry<o:p></o:p></p>
<p class="MsoNormal">Center for Depression Research and Clinical Care<o:p></o:p></p>
<p class="MsoNormal">UT Southwestern Medical Center<o:p></o:p></p>
<p class="MsoNormal">5323 Harry Hines Boulevard<o:p></o:p></p>
<p class="MsoNormal">Dallas, TX 75390-9119<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal"><img border="0" width="547" height="269" id="Picture_x0020_1" src="cid:image001.png@01D4CAA8.6F0C98C0" alt="utsw"><o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
<br>
<hr>
<table border="0" cellpadding="0">
<tbody>
<tr>
<td><!-- Copyright 2015. UT Southwestern Medical Center 12082014v1 -->
<p align="right" style="text-align:right"><span style="font-size:17pt;letter-spacing:-3px;font-family:"Helvetica","sans-serif";color:#0054A0;font-weight:bolder;">UT</span><span style="font-size:17pt;letter-spacing:-0px;font-family:"Helvetica","sans-serif";color:#0054A0;font-weight:bolder;">
 Southwestern</span> </p>
</td>
</tr>
<tr>
<td>
<p align="right" style="text-align:right"><span style="font-size:13pt;font-family:"Helvetica","sans-serif";color:#666D70;">Medical Center</span></p>
</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td>
<p style="text-align:right"><span style="font-size:10pt;font-family:"Helvetica","sans-serif"; color:#666D70;">The future of medicine, today.</span></p>
</td>
</tr>
</tbody>
</table>
</body>
</html>