<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>try typing STUDY = std_checkset(STUDY, ALLEEG); before running your script.</div><div>Best,</div><div><br></div><div>Arno</div><div><br><div><div>On Dec 19, 2011, at 4:19 AM, Alena Streltsova wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><div>Dear Arnaud,</div><div> </div><div>thank you for your prompt response. I've tried to run the same script, changing only the channel number from Fz to 36 in 128 sensor array. Unfortunately, it is not working with my data, Matlab gave the following errors:</div>
<div> </div><div>Error in ==> pop_specparams>default_params at 159<br>    if ~isfield(STUDY.etc, 'specparams'), STUDY.etc.specparams = []; end;</div><div>Error in ==> pop_specparams at 71<br>STUDY = default_params(STUDY);</div>
<div>Error in ==> std_erpplot at 108<br>eval( [ 'STUDY = pop_' dtype 'params(STUDY, ''default'');' ...</div><div>Error in ==> std_specplot at 97<br>[STUDY, specdata, allfreqs, pgroup, pcond, pinter] = std_erpplot(STUDY, ALLEEG, 'datatype', 'spec', 'unitx',<br>
'Hz', varargin{:});</div><div>Error in ==> export_FFT at 1<br>[STUDY specdata]= std_specplot(STUDY,ALLEEG,'channels',{'36'});</div><div> </div><div>Do you know what can be the source of these errors? Could it be related to the settings that I used to plot a time-frequency spectrum? I have used FFT, for frequencies from 1 to 30 Hz, for the data interval (0; 3000 ms), channel 36.</div>
<div> </div><div>Thank you very much in advance,</div><div> </div><div> </div><div>Alena.</div><div> </div><div> </div><div><br><br> </div><div class="gmail_quote">On Tue, Nov 1, 2011 at 4:17 AM, Arnaud Delorme <span dir="ltr"><<a href="mailto:arno@ucsd.edu">arno@ucsd.edu</a>></span> wrote:<br>
<blockquote style="margin:0px 0px 0px 0.8ex;padding-left:1ex;border-left-color:rgb(204,204,204);border-left-width:1px;border-left-style:solid" class="gmail_quote"><div style="word-wrap:break-word">Dear Alena,<div><br></div>
<div><br><div><div class="im"><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><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 style="white-space:pre-wrap">      </span>for iSubject = 1:size(specdata{iCond},2)</div>
<div><span style="white-space:pre-wrap">          </span>subjectdata = specdata{iCond}(:,iSubject);</div><div><span style="white-space:pre-wrap">          </span>save('-ascii', sprintf('subject%d_cond%d', iCond, iSubject), 'subjectdata');</div>
<div><span style="white-space:pre-wrap">  </span>end;</div><div>end;</div><div class="im"><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>
<div>Yes, the spectrum analysis respects the data boundaries.</div><div><br></div><div>Arno</div><br><blockquote type="cite"><div class="im"><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></div><div class="im">
_______________________________________________<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" target="_blank">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" target="_blank">eeglablist-request@sccn.ucsd.edu</a></div></blockquote></div><br></div></div>
</blockquote></div><br><br clear="all"><br>-- <br>Alena Streltsova<div><br>PhD researcher</div><div>Cognitive Development Group</div><div>School of Psychology<br>University of  Birmingham</div><div> </div><div><br></div><div>
<br></div><br>
</blockquote></div><br></div></body></html>