<div dir="ltr"><div>Your data in EEGLAB are included in the 'EEG' structure, and part of that is 'EEG.data', which is a matrix of channels*samples*epoch. Therefore, for any given mean amplitude you are interested in, you can index the part of the matrix which falls within that window and use basic MATLAB functions to average and export it. For example, if you want the mean amplitude of the 10th electrode for the 100th to 150th samples in the 5th epoch,  you can pull out those samples with <br></div><div><br></div><div>amplitudes = EEG.data( 10, 100:150, 5 );</div><div><br></div><div>and then use the mean() function to average them, and the dlmwrite() function to save them into a file. This can straightforwardly be scaled up (using MATLAB code) to get mean amplitudes from multiple channels, multiple time windows, averaged across multiple trials, etc.<br></div><div><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><br></div><span><div>---<br></div>Stephen Politzer-Ahles<br>The Hong Kong Polytechnic University<br>Department of Chinese and Bilingual Studies<br><a href="http://www.mypolyuweb.hk/~sjpolit/" target="_blank">http://www.mypolyuweb.hk/~sjpolit/</a></span><a href="http://www.nyu.edu/projects/politzer-ahles/" target="_blank"></a></div></div></div></div></div></div></div></div></div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Mar 18, 2019 at 1:33 AM 王翠翠 <<a href="mailto:778925247@qq.com">778925247@qq.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><pre style="line-height:normal"><font size="4">Hi,</font></pre><pre style="line-height:normal"><font size="4">    I using the eeglab to analyse the EEG data which recorded by Biosemi. Here is one peoblem that keep brother me: How can I export the mean amplitude within eeglab,and import it to spss to process repeated-measurement ANOVAS.Thanks for your kindly help.</font></pre><pre style="line-height:normal"><font size="4">Best,Cuicui</font></pre><pre style="line-height:normal"><br></pre><pre style="line-height:normal"><br></pre>_______________________________________________<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></blockquote></div>