<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Dear Alena,<div><br></div><div><br><div><blockquote type="cite"><div>1) Is there a way to export power-spectrum values for individual subject's data for each condition?</div></blockquote><div><br></div><div>This small script will export the data as ASCII</div><div><br></div><div>[STUDY specdata]= std_specplot(STUDY,ALLEEG,'channels',{'Fz'});</div><div>for iCond = 1:length(specdata)</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>for iSubject = 1:size(specdata{iCond},2)</div><div><span class="Apple-tab-span" style="white-space:pre">             </span>subjectdata = specdata{iCond}(:,iSubject);</div><div><span class="Apple-tab-span" style="white-space:pre">              </span>save('-ascii', sprintf('subject%d_cond%d', iCond, iSubject), 'subjectdata');</div><div><span class="Apple-tab-span" style="white-space:pre">    </span>end;</div><div>end;</div><div><br></div><br><blockquote type="cite">
<div>2) Does FFT or wavelet analysis in eeglab have a windowing procedure, which can deal with boundaries created by the rejection of artifact on the continious EEG data?</div></blockquote><div><br></div><div><br></div><div>Yes, the spectrum analysis respects the data boundaries.</div><div><br></div><div>Arno</div><br><blockquote type="cite"><div> </div><div>Many thanks,</div>
<div> </div><div>Alena.</div><div> </div><div><br>-- <br>Alena Streltsova</div><div><br>PhD student<br>Cognitive Development Group<br><div><a href="http://sites.google.com/site/mccleerygroup/" target="_blank">http://sites.google.com/site/mccleerygroup/</a></div>
<div>School of Psychology<br>University of  Birmingham</div><div>Birmingham</div><div>B15 2TT</div><div>United Kingdom<br><div><br></div><div><br></div><div><br></div></div></div><br>
_______________________________________________<br>Eeglablist page: <a href="http://sccn.ucsd.edu/eeglab/eeglabmail.html">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></blockquote></div><br></div></body></html>