<div dir="ltr"><div dir="ltr"><div dir="ltr">Dear Panos,<div><br></div>> 1) In addition to calculating the average absolute power (as your script nicely shows), I was also interested in calculating the average absolute (and relative) power at binned time intervals (e.g. avg power between 0-1sec, avg power between 1-2sec, etc) within the dataset. I tried to use the "spectra" output from spectopo but from what I gather it comes up with [(sampling rate)/2 + 1] points rather that one power-spectral point per timepoint. How would you recommend that I proceed?  <br><br>You can repeatedly apply EEGLAB spectopo() function to perform hand-made short-term Fourier transform (STFT), but alternatively you might want to use either EEGLAB newtimef() or Matlab spectrogram() function (the latter may require some additional Toolbox). The output will be frequency x time matrix. The interval of time bins needs to be calcualted. Basically, {(length of data) - (sliding window length)}/(number of steps) gives you the interval (step size). Adjust the (number of steps) so that you can obtain the desired interval. </div><div dir="ltr"><br></div><div dir="ltr">> 2) Is there a way to display how do topographic maps (scalp heat maps) change with time (I'm able to see how they change with different frequencies but I was interested in seeing how they also change with time)? Would the function timtopo be the best way to do that?<br><br>See this wiki page.<br><a href="https://sccn.ucsd.edu/wiki/Chapter_02:_Writing_EEGLAB_Scripts#Creating_a_scalp_map_animation">https://sccn.ucsd.edu/wiki/Chapter_02:_Writing_EEGLAB_Scripts#Creating_a_scalp_map_animation</a><br><br>> 3) A more general question:  If I write a matlab script that I would like to apply on a bunch of datasets (which in my case are just epochs of different lengths that I have extracted from my original dataset), should I put all said datasets  (which I have already pre-processed and applied ICA on) in a STUDY set and then apply the script there, or should I just write a for loop in matlab and apply the script in each individual dataset? In other words, does the STUDY set offer an advantage in this case?  (I apologize for the potential triviality of this one!)</div><div dir="ltr"><br></div><div>If you are a beginner, it is always a good idea to make things as simple as possible. I recommend you organize your own code to loop the single-subject process for all the subjects. After all, that's the only to learn the process!</div><div dir="ltr"><br></div><div>Makoto</div><br><div class="gmail_quote"><div dir="ltr">On Wed, Jan 9, 2019 at 11:47 AM Fotiadis, Panagiotis <<a href="mailto:Panagiotis.Fotiadis@pennmedicine.upenn.edu">Panagiotis.Fotiadis@pennmedicine.upenn.edu</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">




<div dir="ltr">
<div id="gmail-m_-6369755040534945308divtagdefaultwrapper" dir="ltr" style="font-size:12pt;color:rgb(0,0,0);font-family:Calibri,Helvetica,sans-serif,Helvetica,EmojiFont,"Apple Color Emoji","Segoe UI Emoji",NotoColorEmoji,"Segoe UI Symbol","Android Emoji",EmojiSymbols">
<div id="gmail-m_-6369755040534945308divtagdefaultwrapper" dir="ltr" style="font-size:12pt;color:rgb(0,0,0);font-family:Calibri,Helvetica,sans-serif,Helvetica,EmojiFont,"Apple Color Emoji","Segoe UI Emoji",NotoColorEmoji,"Segoe UI Symbol","Android Emoji",EmojiSymbols">
<p style="margin-top:0px;margin-bottom:0px">Hi Makoto,</p>
<p style="margin-top:0px;margin-bottom:0px"><br>
</p>
<p style="margin-top:0px;margin-bottom:0px">Thank you for the really great advice! The two links you provided are extremely helpful.</p>
<p style="margin-top:0px;margin-bottom:0px"><br>
</p>
<p style="margin-top:0px;margin-bottom:0px">I had a few follow-up questions:</p>
<p style="margin-top:0px;margin-bottom:0px">1) In addition to calculating the average absolute power (as your script nicely shows), I was also interested in calculating the average absolute (and relative) power at binned time intervals (e.g. avg power between
 0-1sec, avg power between 1-2sec, etc) within the dataset. I tried to use the "spectra" output from spectopo but from what I gather it comes up with [(sampling rate)/2 + 1] points rather that one power-spectral point per timepoint. How would you recommend
 that I proceed?  </p>
<p style="margin-top:0px;margin-bottom:0px"></p>
<p style="margin-top:0px;margin-bottom:0px"><br>
</p>
<p style="margin-top:0px;margin-bottom:0px">2) Is there a way to display how do topographic maps (scalp heat maps) change with time (I'm able to see how they change with different frequencies but I was interested in seeing how they also change with time)? Would
 the function timtopo be the best way to do that?</p>
<p style="margin-top:0px;margin-bottom:0px"><br>
</p>
<p style="margin-top:0px;margin-bottom:0px">3) A more general question:  If I write a matlab script that I would like to apply on a bunch of datasets (which in my case are just epochs of different lengths that I have extracted from my original dataset), should
 I put all said datasets  <span style="font-family:Calibri,Helvetica,sans-serif,Helvetica,EmojiFont,"Apple Color Emoji","Segoe UI Emoji",NotoColorEmoji,"Segoe UI Symbol","Android Emoji",EmojiSymbols;font-size:16px">
(which I have already pre-processed and applied ICA on) </span>in a STUDY set and then apply the script there, or should I just write a for loop in matlab and apply the script in each individual dataset? In other words, does the STUDY set offer an advantage
 in this case?  <span style="font-size:12pt">(I apologize for the potential triviality of this one!)</span></p>
<p style="margin-top:0px;margin-bottom:0px"><br>
</p>
<p style="margin-top:0px;margin-bottom:0px">Thank you again in advance for your time and help!</p>
<p style="margin-top:0px;margin-bottom:0px"><br>
</p>
<p style="margin-top:0px;margin-bottom:0px">Best,</p>
<p style="margin-top:0px;margin-bottom:0px">Panos</p>
<p style="margin-top:0px;margin-bottom:0px"><br>
</p>
<div id="gmail-m_-6369755040534945308Signature">

<div id="gmail-m_-6369755040534945308divtagdefaultwrapper" dir="ltr" style="font-size:12pt;color:rgb(0,0,0);font-family:Calibri,Helvetica,sans-serif,Helvetica,EmojiFont,"Apple Color Emoji","Segoe UI Emoji",NotoColorEmoji,"Segoe UI Symbol","Android Emoji",EmojiSymbols">
<p style="margin-top:0px;margin-bottom:0px">Panagiotis Fotiadis</p>
<p style="margin-top:0px;margin-bottom:0px">PhD Student | Neuroscience Graduate Group</p>
<p style="margin-top:0px;margin-bottom:0px"><span style="font-size:12pt">Perelman School of Medicine, University of Pennsylvania</span><br>
</p>
</div>
</div>
</div>
<hr style="display:inline-block;width:98%">
<div id="gmail-m_-6369755040534945308divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" color="#000000" style="font-size:11pt"><b>From:</b> Makoto Miyakoshi <<a href="mailto:mmiyakoshi@ucsd.edu" target="_blank">mmiyakoshi@ucsd.edu</a>><br>
<b>Sent:</b> Monday, January 7, 2019 2:48:37 PM<br>
<b>To:</b> Fotiadis, Panagiotis<br>
<b>Cc:</b> <a href="mailto:eeglablist@sccn.ucsd.edu" target="_blank">eeglablist@sccn.ucsd.edu</a><br>
<b>Subject:</b> [External] Re: [Eeglablist] Frequency-time spectrogram deconstruction</font>
<div> </div>
</div>
<div>
<div dir="ltr">
<div dir="ltr">
<div dir="ltr">
<div dir="ltr">Dear Panos,<br>
<br>
Welcome to the time-frequency world.<br>
<br>
> Would I just need to bandpass filter my post-processed EEG signal to each frequency range of interest (i.e., alpha: 8-12Hz etc) and then plot the remaining EEG signal over time, or is there another way to do this?<br>
<div><br>
</div>
<div>That's one way to go. Nothing is wrong with that!</div>
<div><br>
</div>
<div>More convenient and established way to go is to perform time-frequency transform using short-term Fourier transform or Wavelet transform. Google EEGLAB time-frequency and you'll find many of our past workshop materials. For example, see Slide 21 of this
 file</div>
<div><a href="https://sccn.ucsd.edu/mediawiki/images/a/a6/C2_A3_Time-frequencyDecAndAdvancedICAPracticum_updateJan2017.pdf" id="gmail-m_-6369755040534945308LPlnk215353" class="gmail-m_-6369755040534945308OWAAutoLink" target="_blank">https://sccn.ucsd.edu/mediawiki/images/a/a6/C2_A3_Time-frequencyDecAndAdvancedICAPracticum_updateJan2017.pdf</a><br>
</div>
<div><br>
</div>
<div>You can also obtain bin-mean values from power spectral density. See below. </div>
<div><a href="https://sccn.ucsd.edu/wiki/Makoto's_useful_EEGLAB_code#How_to_extract_EEG_power_of_frequency_bands" id="gmail-m_-6369755040534945308LPlnk70051" class="gmail-m_-6369755040534945308OWAAutoLink" target="_blank">https://sccn.ucsd.edu/wiki/Makoto's_useful_EEGLAB_code#How_to_extract_EEG_power_of_frequency_bands</a><br>
</div>
</div>
</div>
<div dir="ltr"><br>
</div>
<div>Makoto</div>
<br>
<div class="gmail-m_-6369755040534945308x_gmail_quote">
<div dir="ltr">On Mon, Jan 7, 2019 at 1:34 AM Fotiadis, Panagiotis <<a href="mailto:Panagiotis.Fotiadis@pennmedicine.upenn.edu" id="gmail-m_-6369755040534945308LPlnk798308" class="gmail-m_-6369755040534945308OWAAutoLink" target="_blank">Panagiotis.Fotiadis@pennmedicine.upenn.edu</a>> wrote:<br>
</div>
<blockquote class="gmail-m_-6369755040534945308x_gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<div dir="ltr">
<div id="gmail-m_-6369755040534945308x_gmail-m_-5825005070605991825divtagdefaultwrapper" dir="ltr" style="font-size:12pt;color:rgb(0,0,0);font-family:Calibri,Helvetica,sans-serif,Helvetica,EmojiFont,"Apple Color Emoji","Segoe UI Emoji",NotoColorEmoji,"Segoe UI Symbol","Android Emoji",EmojiSymbols">
<p style="margin-top:0px;margin-bottom:0px">Hello,</p>
<p style="margin-top:0px;margin-bottom:0px"><br>
</p>
<p style="margin-top:0px;margin-bottom:0px">I am fairly new to EEGLab and I had a question concerning the deconstruction of my EEG signal into its alpha/beta/theta/delta sub-components:</p>
<p style="margin-top:0px;margin-bottom:0px"><br>
</p>
<p style="margin-top:0px;margin-bottom:0px">After pre-processing some subjects with EEG data from 128 channels and performing ICA (using runica), I used eeglab and chronux to plot the power/frequency and frequency/time spectrograms of several epochs of interest. </p>
<p style="margin-top:0px;margin-bottom:0px"><br>
</p>
<p style="margin-top:0px;margin-bottom:0px">Is there a way to extract the alpha/beta/theta/delta frequencies of those epochs and quantify when they occur in time? I can visualize when each type of neuronal oscillation occurs by looking at the overall frequency/time spectrogram,
 but I was wondering whether there was a more robust way to actually plot each type of oscillation separately and/or quantify when it occurs.</p>
<p style="margin-top:0px;margin-bottom:0px"><br>
</p>
<p style="margin-top:0px;margin-bottom:0px">Would I just need to bandpass filter my post-processed EEG signal to each frequency range of interest (i.e., alpha: 8-12Hz etc) and then plot the remaining EEG signal over time, or is there another way to do this?</p>
<p style="margin-top:0px;margin-bottom:0px"><br>
</p>
<p style="margin-top:0px;margin-bottom:0px">Thank you in advance!</p>
<p style="margin-top:0px;margin-bottom:0px"><br>
</p>
<p style="margin-top:0px;margin-bottom:0px">Best,</p>
<p style="margin-top:0px;margin-bottom:0px">Panos</p>
</div>
</div>
_______________________________________________<br>
Eeglablist page: <a href="http://sccn.ucsd.edu/eeglab/eeglabmail.html" rel="noreferrer" id="gmail-m_-6369755040534945308LPlnk195671" class="gmail-m_-6369755040534945308OWAAutoLink" 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" id="gmail-m_-6369755040534945308LPlnk555489" class="gmail-m_-6369755040534945308OWAAutoLink" 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" id="gmail-m_-6369755040534945308LPlnk881449" class="gmail-m_-6369755040534945308OWAAutoLink" target="_blank">
eeglablist-request@sccn.ucsd.edu</a></blockquote>
</div>
<br clear="all">
<div><br>
</div>
-- <br>
<div dir="ltr" class="gmail-m_-6369755040534945308x_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>
</div>
</div>
</div>

</blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr" 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>