<div dir="ltr">hiĀ <span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:12.8px;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline">Stefan,</span><div><span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:12.8px;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline"><br></span></div><div><span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:12.8px;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline">I don&#39;t see any caveat with this approach. High pass filtering can allow</span></div><div><span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:12.8px;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline">to better estimate the mixing matrix of ICA, then you can apply to broad band</span></div><div><span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:12.8px;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline">data if you like.</span></div><div><span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:12.8px;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline"><br></span></div><div><span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:12.8px;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline">Best,</span></div><div><span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:12.8px;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline">Alex</span></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Mar 12, 2018 at 10:59 AM, Stefan Appelhoff <span dir="ltr">&lt;<a href="mailto:stefan.appelhoff@mailbox.org" target="_blank">stefan.appelhoff@mailbox.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
  

    
  
  <div text="#000000" bgcolor="#FFFFFF">
    <p>Dear MNE users,</p>
    <p>I have a problem, that I would like to briefly state in three
      parts:</p>
    <p><b><br>
      </b></p>
    <p><b>Situation:</b><br>
    </p>
    <p>- I am currently working on EEG data (64 channels, 500Hz sampling
      frequency).</p>
    <p>- I want to clean the data for blink and horizontal eye movement
      artifacts.<br>
    </p>
    <p>- For this purpose, I would like to use ICA first for a single
      subject, to identify &quot;templates&quot;, and then apply these templates
      to all subjects using the &quot;corrmap&quot; approach.</p>
    <p><br>
    </p>
    <p><b>Problem:</b><br>
    </p>
    <p>The conflict I encounter is when it comes to preprocessing my
      data:</p>
    <p>- For ICA, a high-pass filter of 1Hz is recommended (<a href="https://martinos.org/mne/stable/generated/mne.preprocessing.ICA.html" target="_blank">see
        here</a>)<br>
    </p>
    <p>- For EEG data in general, high-pass filters with a cutoff &gt;
      0.1Hz have been shown to be problematic (<a href="https://martinos.org/mne/dev/auto_tutorials/plot_background_filtering.html#tut-filtering-hp-problems" target="_blank">see
        here</a>)</p>
    <p><br>
    </p>
    <p><b>Question:</b><br>
    </p>
    <p>Let&#39;s assume the following:<br>
    </p>
    <p>- Given my raw data, I create two pre-processed versions: One
      version high-pass (hp) filtered at 1Hz and the other version hp
      filtered at 0.1Hz</p>
    <p>- I calculate the ICA on the 1Hz hp data to obtain mixing and
      unmixing matrices.</p>
    <p>- <i>What are the caveats to be considered when I then apply the
        mixing and unmixing matrices obtained from the 1Hz hp data to
        the 0.1Hz hp data? </i><br>
    </p>
    <p><br>
    </p>
    <p>Help, and especially pointers to literature or examples are
      appreciated.</p>
    <p>I am also open to alternative approaches to addressing my
      situation.<br>
    </p>
    <p><br>
    </p>
    <p>Best regards,<br>
      <br>
      Stefan<br>
    </p>
  </div>

<br>______________________________<wbr>_________________<br>
Mne_analysis mailing list<br>
<a href="mailto:Mne_analysis@nmr.mgh.harvard.edu" target="_blank">Mne_analysis@nmr.mgh.harvard.e<wbr>du</a><br>
<a href="https://mail.nmr.mgh.harvard.edu/mailman/listinfo/mne_analysis" rel="noreferrer" target="_blank">https://mail.nmr.mgh.harvard.e<wbr>du/mailman/listinfo/mne_analys<wbr>is</a><br>
<br>
<br>
The information in this e-mail is intended only for the person to whom it is<br>
addressed. If you believe this e-mail was sent to you in error and the e-mail<br>
contains patient information, please contact the Partners Compliance HelpLine at<br>
<a href="http://www.partners.org/complianceline" rel="noreferrer" target="_blank">http://www.partners.org/compli<wbr>anceline</a> . If the e-mail was sent to you in error<br>
but does not contain patient information, please contact the sender and properly<br>
dispose of the e-mail.<br>
<br></blockquote></div><br></div></div>