[Mne_analysis] [mne-python] use spectral_connectivity on a single epoch

Sheraz Khan sheraz at nmr.mgh.harvard.edu
Fri Aug 8 13:17:54 EDT 2014
Search archives:

Normally all the connectivity measures are defined across epochs, and look
for consistency of phase across them. For single trial value is one.

You can do connectivity across time however window need be very long in
order to compensate for the bias in the connectivity.

Sheraz


On Fri, Aug 8, 2014 at 11:14 AM, Denis-Alexander Engemann <
denis.engemann at gmail.com> wrote:

>
>
>
> On Fri, Aug 8, 2014 at 5:06 PM, Alexandre Gramfort <
> alexandre.gramfort at telecom-paristech.fr> wrote:
>
>> hi mads,
>>
>> just call spectral_connectivity on each epoch.
>>
>> for k in range(len(epochs)):
>>     out = spectral_connectivity(epochs[k], ...)
>>     ....
>>
>>
> Arent' these all measures that are defined across epochs??
>
>
>> or something along these lines.
>>
>> HTH
>> Alex
>>
>> On Thu, Aug 7, 2014 at 2:34 PM, Mads Jensen <mje.mads at gmail.com> wrote:
>> > Hi all,
>> >
>> > Using mne-python, is it possible to use spectral_connectivity on a
>> > single epoch at a time.
>> >
>> > I have a single subject and I would like to calculate the Phase-Locking
>> > Value (or similar "connectivity" measure) on single trial basis. As I
>> > understand the output of the spectral_connectivity the returned object
>> > is one value and not one per epoch. Is it possible to get it to return a
>> > value per epoch or does that simply not make any sense to do?
>> >
>> > thanks,
>> > mads
>> > _______________________________________________
>> > 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.
>> >
>> _______________________________________________
>> Mne_analysis mailing list
>> Mne_analysis at nmr.mgh.harvard.edu
>> https://mail.nmr.mgh.harvard.edu/mailman/listinfo/mne_analysis
>>
>
>
> _______________________________________________
> Mne_analysis mailing list
> Mne_analysis at nmr.mgh.harvard.edu
> https://mail.nmr.mgh.harvard.edu/mailman/listinfo/mne_analysis
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.nmr.mgh.harvard.edu/pipermail/mne_analysis/attachments/20140808/18c10621/attachment.html 


More information about the Mne_analysis mailing list