[Mne_analysis] events info on single trial time-frequency epochs

Jaakko Leppakangas jaeilepp at gmail.com
Fri Mar 3 03:41:06 EST 2017
Search archives:

Hi Claire,

tfr_cond_n = tfr_morlet(epochs[cond_n],freqs=freqs, n_cycles=n_cycles,
> use_fft= True, return_itc= False, decim=decim, average= False)


This is the way I would do it. The events information is not stored to the
EpochsTFR.

-Jaakko

On Thu, Mar 2, 2017 at 9:44 PM, Claire Braboszcz <claire at guakamole.org>
wrote:

> Hello,
>
> I want to create single trials time-frequency epochs to later perform
> time-frequency decoding.
> I am wondering what is the correct way for creating my epochs.  I have EEG
> data with 4 types of events.
> I have been using this code :
>
> tfr = tfr_morlet(epochs,freqs=freqs, n_cycles=n_cycles, use_fft= True,
> return_itc= False, decim=decim, average= False)
>
> But as far as I understood the EpochsTfr object that is returned by
> tfr_morlet() does not contain information about the  events, is it right?
>
> Is it better then to create an EpochsTfr object for each of my 4
> conditions  using :
>
> tfr_cond_n = tfr_morlet(epochs[cond_n],freqs=freqs, n_cycles=n_cycles,
> use_fft= True, return_itc= False, decim=decim, average= False)
>
> and then create vectors coding for each trials in each condition - or is
> there a way to transfer the events information from the original epoch data
> to the time-frequency data?
>
> I then want to use:
>
> gat.fit(tfr_epochs, y=tfr_epochs_events)
>
>
>
> Thanks,
> Claire
>
> _______________________________________________
> Mne_analysis mailing list
> Mne_analysis at nmr.mgh.harvard.edu
> https://mail.nmr.mgh.harvard.edu/mailman/listinfo/mne_analysis
>
>
> The information in this e-mail is intended only for the person to whom it
> is
> addressed. If you believe this e-mail was sent to you in error and the
> e-mail
> contains patient information, please contact the Partners Compliance
> HelpLine at
> http://www.partners.org/complianceline . If the e-mail was sent to you in
> error
> but does not contain patient information, please contact the sender and
> properly
> dispose of the e-mail.
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.nmr.mgh.harvard.edu/pipermail/mne_analysis/attachments/20170303/5e6ad8ee/attachment.html 


More information about the Mne_analysis mailing list