<HTML>
<HEAD>
<TITLE>Re: [Eeglablist] proper procedure for calling notch filter in script</TITLE>
</HEAD>
<BODY>
<FONT FACE="Arial"><SPAN STYLE='font-size:12pt'>A question about this approach – is there any reason you wouldn’t want to use a narrower band to get rid of the 60 Hz, eg,<BR>
<BR>
    EEG = pop_iirfilt( EEG, 59, 61, [], [1]);<BR>
<BR>
Thanks!<BR>
<BR>
<BR>
-- <BR>
Heather Jaskirat Wild, Ph.D. <BR>
Postdoctoral Trainee <BR>
Oregon Health & Science University <BR>
Neurology Department <BR>
Mail code CR-120 <BR>
3181 S.W. Sam Jackson Park Road <BR>
Portland, OR 97239-3098 <BR>
tel 503 494-7219; fax 503 494-9520; email <a href="wildja@ohsu.edu">wildja@ohsu.edu</a><BR>
<BR>
<BR>
<BR>
On 10/29/08 1:10 AM, "Klados Manousos" <<a href="mklados@med.auth.gr">mklados@med.auth.gr</a>> wrote:<BR>
<BR>
</SPAN></FONT><BLOCKQUOTE><FONT FACE="Arial"><SPAN STYLE='font-size:12pt'>Hello <BR>
<BR>
Here is your code:<BR>
<BR>
EEG = pop_iirfilt(EEG,55,65,0,1);<BR>
it uses iirfilt not eegfilt... I dont know the function eegfilt but iirfilt is ok for notch filtering<BR>
<BR>
<BR>
<BR>
2008/10/29 None <<a href="foontala@gmail.com">foontala@gmail.com</a>><BR>
</SPAN></FONT><BLOCKQUOTE><FONT FACE="Arial"><SPAN STYLE='font-size:12pt'>Hello,<BR>
<BR>
I'm attempting to perform a notch filter from a script using<BR>
pop_eegfilt.  I keep getting an error warning about potential MATLAB<BR>
BUGs with.bandpasses.<BR>
<BR>
In your experience, what's the best way to do a 60hz notch using pop_eegfilt?<BR>
<BR>
Thanks in advance for sagacious advice!<BR>
<BR>
Jake<BR>
_______________________________________________<BR>
Eeglablist page: <a href="http://sccn.ucsd.edu/eeglab/eeglabmail.html">http://sccn.ucsd.edu/eeglab/eeglabmail.html</a><BR>
To unsubscribe, send an empty email to <a href="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="eeglablist-request@sccn.ucsd.edu">eeglablist-request@sccn.ucsd.edu</a><BR>
</SPAN></FONT></BLOCKQUOTE><FONT FACE="Arial"><SPAN STYLE='font-size:12pt'><BR>
<BR>
</SPAN></FONT></BLOCKQUOTE>
</BODY>
</HTML>