<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi Russ, <br>
    <br>
    If I'm not mistaken, FieldTrip uses the eeglab implementation, see
    here:
<a class="moz-txt-link-freetext" href="http://www.fieldtriptoolbox.org/example/use_independent_component_analysis_ica_to_remove_eog_artifacts?s">http://www.fieldtriptoolbox.org/example/use_independent_component_analysis_ica_to_remove_eog_artifacts?s</a>[]=eeglab<br>
    <pre class="code">% perform the independent component analysis (i.e., decompose the data)
cfg        = [];
cfg.method = 'runica'; % this is the default and uses the implementation from <span class="search_hit">EEGLAB</span>

</pre>
    In this case, the eeglab website
    (<a class="moz-txt-link-freetext" href="http://sccn.ucsd.edu/eeglab/refs.html">http://sccn.ucsd.edu/eeglab/refs.html</a>) seems to indicate this
    reference:<br>
    <p align="justify"><font color="#000000">A Delorme & S Makeig
        (2004) <a
          href="http://sccn.ucsd.edu/eeglab/download/eeglab_jnm03.pdf"
          target="_blank">
          EEGLAB: an open source toolbox for analysis of single-trial
          EEG dynamics</a> (pdf, 0.7 MB)
        <em>Journal of Neuroscience Methods</em> 134:9-21 <br>
      </font></p>
    <blockquote><font color="#000000">
        <font face="Helvetica, Arial, sans-serif"><em>Includes details
            of EEGLAB ICA and time/frequency methods.</em>
          <i>Please cite this paper to reference EEGLAB in publications.</i><br>
        </font></font></blockquote>
    Hopefully someone can confirm that for you in case you're still in
    doubt.<br>
    Cheers, Vitoria<br>
    <br>
    <div class="moz-cite-prefix">On 9/18/2015 5:27 PM, russ port wrote:<br>
    </div>
    <blockquote
      cite="mid:C3332A05-8C45-466B-B7E5-7DF93EF29C81@gmail.com"
      type="cite">
      <meta http-equiv="Content-Type" content="text/html;
        charset=windows-1252">
      Hi All,
      <div class=""><br class="">
      </div>
      <div class="">I was writing up my methods, and currently I
        implement a script derived from (<a moz-do-not-send="true"
href="http://www.fieldtriptoolbox.org/example/use_independent_component_analysis_ica_to_remove_eog_artifacts"
          class="">http://www.fieldtriptoolbox.org/example/use_independent_component_analysis_ica_to_remove_eog_artifacts</a>, <a
          moz-do-not-send="true"
href="http://www.fieldtriptoolbox.org/example/use_independent_component_analysis_ica_to_remove_ecg_artifacts"
          class=""><a class="moz-txt-link-freetext" href="http://www.fieldtriptoolbox.org/example/use_independent_component_analysis_ica_to_remove_ecg_artifacts">http://www.fieldtriptoolbox.org/example/use_independent_component_analysis_ica_to_remove_ecg_artifacts</a></a>)
        for ica removal of EOG and ECG artifacts. I don't want to take
        credit for something that I did not come up with, so I want to
        properly cite these works. Unfortunately I cannot see a
        reference on these pages for their methodology, or a publication
        on the literature page that seems to correspond.</div>
      <div class=""><br class="">
      </div>
      <div class="">Best,</div>
      <div class="">Russ P</div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
fieldtrip mailing list
<a class="moz-txt-link-abbreviated" href="mailto:fieldtrip@donders.ru.nl">fieldtrip@donders.ru.nl</a>
<a class="moz-txt-link-freetext" href="http://mailman.science.ru.nl/mailman/listinfo/fieldtrip">http://mailman.science.ru.nl/mailman/listinfo/fieldtrip</a></pre>
    </blockquote>
    <br>
  </body>
</html>