[Mne_analysis] ECG artifact reduction using ICA & ctps

Alexandre Gramfort alexandre.gramfort at inria.fr
Thu Dec 28 09:37:06 EST 2017
Search archives:

hi,

unfortunately I can only personally advise you to look at the components
and assess if you correctly capture artifacts with the parameters you used.

Best,
Alex


On Wed, Dec 27, 2017 at 6:42 PM, dae kook do <eornrsayclub at gmail.com> wrote:

> Hello all mne_analysis
>
> I try to reject ECG artifact in EEG using MNE library
> (ref URL : https://martinos.org/mne/stable/auto_tutorials/plot_
> artifacts_correction_ica.html?highlight=ecg)
>
> first, I decompose EEG signal to independent components
>
> and set some parameters(n_components, method, decim, random_state) for ICA
>
> Do you guys know how to set parameter or any reference for ICA parameter?
>
> I use ICA parameter like:
>
>  n_components = (half of channels)
>  method = 'fastica'
>  decim = 3  (just follow artifact correction manuel above)
>  random_state = (half of channels)
>
> and my uasge using ICA paramter above:
>  ica = ICA(n_components=n_components, method=method,
> random_state=random_state)
>  ica.fit(raw, picks=picks_eeg, decim=decim)
>
> do you guys have any know-how?
>
> Thanks
>
>
>
> Do Dae Guk | Signal and System Lab.
>
> Inje Univ. | Department of Biomedical engineering | the Degree of Bachelor
>
> #302 Building A, Inje-Ro 197, Gimhae, Gyung-nam, South Korea, 621-749
>
> Tel. +82-55-320-3797 <+82%2055-320-3797> | Fax. +82-55-327-3292
> <+82%2055-327-3292>
>
> C.P +82-10-8353-7985 <+82%2010-8353-7985>
>
> E-mail : eornrsayclub at gmail.com <eornrsayclub at naver.com> | eor
> nrsayclub at naver.com
>
>
> _______________________________________________
> 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/20171228/0af5f21b/attachment.html 


More information about the Mne_analysis mailing list