<div dir="ltr">Dear Hoang,<div><br></div><div>> I don't really understand the part of the code that performs PCA. Which variance represent the Principal Components in asr_process.m file?<br></div><div class="gmail_extra"><br></div><div class="gmail_extra">See asr_process() line 153-155.</div><div class="gmail_extra"><br></div><div class="gmail_extra"><div class="gmail_extra">  % do a PCA to find potential artifact components</div><div class="gmail_extra">            [V,D] = eig(Xcov(:,:,j));</div><div class="gmail_extra">            [D,order] = sort(reshape(diag(D),1,C)); V = V(:,order);</div></div><div class="gmail_extra"><br></div><div class="gmail_extra">If you want to change the algorithm, you want to modify this part.</div><div class="gmail_extra"><br></div><div class="gmail_extra">Makoto</div><div class="gmail_extra"><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, May 15, 2016 at 9:19 PM, Huy Hoàng Trần <span dir="ltr"><<a href="mailto:hoangtran355@gmail.com" target="_blank">hoangtran355@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr">Hello, <div>Thanks for your response.</div><div>I can use ASR in my data and it works very well, and now I want to modify the code. <div>I don't really understand the part of the code that performs PCA. Which variance represent the Principal Components in asr_process.m file?</div></div><div><br></div><div><div style="font-family:'helvetica neue',helvetica,arial,sans-serif"><br></div><div style="font-family:'helvetica neue',helvetica,arial,sans-serif"><br></div></div></div><br><div class="gmail_quote"><div dir="ltr">Vào Th 6, 13 thg 5, 2016 vào lúc 01:43 Tarik S Bel-Bahar <<a href="mailto:tarikbelbahar@gmail.com" target="_blank">tarikbelbahar@gmail.com</a>> đã viết:<br></div><div><div class="h5"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr"><div style="color:rgb(51,51,153)">Hello, I have a related question, can we set the specific channels used in ASR without hacking into the functions ?</div><div style="color:rgb(51,51,153)">Huy, you may benefit from using the new published PREP pipeline from Kothe and colleagues, which I believe also implements ASR and various other functioins for automatic pre-processing.</div><div style="color:rgb(51,51,153)">Best wishes!</div></div><div class="gmail_extra"><br><div class="gmail_quote"></div></div><div class="gmail_extra"><div class="gmail_quote">On Thu, May 12, 2016 at 12:27 AM, Huy Hoàng Trần <span dir="ltr"><<a href="mailto:hoangtran355@gmail.com" target="_blank">hoangtran355@gmail.com</a>></span> wrote:<br></div></div><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr"><div><div>Hello </div><div>I am working with ASR and I wonder if it would be possible to replace PCA step in ASR with another algorithm?</div><div><br></div><div>Thank you for any responses!</div></div><div><br></div><div>Hoang</div><div><div><br></div><div>Department of Automation Technology,</div><div>Institute of Information Tech., Vietnam Academy of Science and Tech.</div></div></div>
<br></blockquote></div></div><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">_______________________________________________<br>
Eeglablist page: <a href="http://sccn.ucsd.edu/eeglab/eeglabmail.html" rel="noreferrer" 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><br></blockquote></div><br></div>
</blockquote></div></div></div>
<br>_______________________________________________<br>
Eeglablist page: <a href="http://sccn.ucsd.edu/eeglab/eeglabmail.html" rel="noreferrer" 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><br clear="all"><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr">Makoto Miyakoshi<br>Swartz Center for Computational Neuroscience<br>Institute for Neural Computation, University of California San Diego<br></div></div>
</div></div>