Cool! It's really helpful. Thank you all! <br><br><div class="gmail_quote">2010/1/26 Makoto Miyakoshi <span dir="ltr"><<a href="mailto:mataothefifth@yahoo.co.jp">mataothefifth@yahoo.co.jp</a>></span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Dear Hui,<br>
<br>
Oh yes this is familiar to me. This is most probably because spectrum<br>
computation mistakenly calculate only the first trial of the data. I<br>
thought this was fixed in the updated version of EEGLAB. If you have a<br>
reason not to use the other versions, please check EEGLAB BUGZILLA 698.<br>
Below are the copy from there.<br>
<br>
spectopo.m line 650<br>
<br>
where, in my case, epoch_subset = [1 1 1 1 1 1...]. This analyzes only the<br>
first trial. This is unacceptably misleading, so let me report this as a<br>
blocker. I remember the same thing happened to me before and I fixed it for<br>
myself, but this time I totally forgot it and wondered what was wrong with<br>
my data. As a temporally solution, I added<br>
<br>
epoch_subset = find(epoch_subset == 1);<br>
<br>
in the line643 after 'else'.<br>
<br>
This does not happen when I use the ver. 6.01. I'm not sure though if this<br>
always happens.<br>
<font color="#888888"><br>
Makoto<br>
</font><div><div></div><div class="h5"><br>
<br>
<br>
<br>
--- hui zhang <<a href="mailto:hzhang.lib@gmail.com">hzhang.lib@gmail.com</a>> wrote:<br>
<br>
> Hi there,<br>
><br>
> After  I run the ICA. The activity power spectrum looks not smooth<br>
> enough.<br>
> Please see the att.. Does anybody have any guess why it looks like<br>
> that?<br>
> What should I do then? Many thanks in advance!<br>
><br>
> Best,<br>
> -Hui<br>
</div></div><div><div></div><div class="h5">> > _______________________________________________<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<br>
> <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<br>
<a href="mailto:eeglablist-request@sccn.ucsd.edu">eeglablist-request@sccn.ucsd.edu</a><br>
<br>
</div></div></blockquote></div><br>