<div dir="ltr">Dear QuietWaterDeepFlow,<div><br></div><div>Do not apply high-pass filter on the epoched data. Always go back to the continuous data and apply it. Every filter has time constant (filter order) which is like a sliding window. If you have a boundary on your data, the filtering process terminates the process before it and resumes after it. You don't want to have it happen too many times, because near the boundary data are not properly filtered.</div><div><br></div><div>Makoto</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Feb 7, 2015 at 12:19 AM, 静水深流 <span dir="ltr"><<a href="mailto:123975520@qq.com" target="_blank">123975520@qq.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div>Hi,</div><div><br></div><div>I encountered a problem when filtering the epoched data (the frame per epoch is 2000 and the sample rate is 500 Hz) with a highpass of 2 Hz. It was ok to use the eegfiltfft(data, 500, 2, []), but was wrong to use the eegfilt(data, 500, 2, []). However, It was ok to <span style="line-height:1.5">use the</span><span style="line-height:1.5"> </span>eegfilt<span style="line-height:1.5">(data, 500, 3, []). </span><span style="line-height:1.5">I am wondering why cannot filter the data with a highpass of < 3 Hz. Moreover, what the difference between </span>eegfiltfft<span style="line-height:1.5"> and </span>eegfilt<span style="line-height:1.5">?  Thanks.</span></div><div><span style="line-height:1.5"><br></span></div><div><span style="line-height:1.5">Regards</span></div><div><span style="line-height:1.5">Ya</span></div><div><span style="line-height:1.5"><br></span></div><br>_______________________________________________<br>
Eeglablist page: <a href="http://sccn.ucsd.edu/eeglab/eeglabmail.html" target="_blank">http://sccn.ucsd.edu/eeglab/eeglabmail.html</a><br>
To unsubscribe, send an empty email to <a href="mailto:eeglablist-unsubscribe@sccn.ucsd.edu">eeglablist-unsubscribe@sccn.ucsd.edu</a><br>
For digest mode, send an email with the subject "set digest mime" to <a href="mailto:eeglablist-request@sccn.ucsd.edu">eeglablist-request@sccn.ucsd.edu</a><br></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr">Makoto Miyakoshi<br>Swartz Center for Computational Neuroscience<br>Institute for Neural Computation, University of California San Diego<br></div></div>
</div>