<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" dir="ltr" style="font-size:12pt; color:rgb(0,0,0); font-family:Calibri,Helvetica,sans-serif,"EmojiFont","Apple Color Emoji","Segoe UI Emoji",NotoColorEmoji,"Segoe UI Symbol","Android Emoji",EmojiSymbols">
<p></p>
<div>Hello everyone, <br>
</div>
<div><br>
</div>
<div>I am having a small issue with the DFT filter used to remove power line noise at 50 Hz. Even after applying the filter, I still observe line noise in the power spectral density.<br>
<br>
I am using the <a href="https://www.fieldtriptoolbox.org/reference/preproc/ft_preproc_dftfilter" target="_blank" rel="noopener noreferrer" id="x_docs-internal-guid-7e102dd8-7fff-216a-4eb5-e44f5f4d3102" style="text-decoration:none"><span style="font-size:13pt; font-family:Arial,sans-serif,serif,"EmojiFont"; color:rgb(0,151,167); background-color:transparent; font-weight:700; font-style:normal; font-variant:normal; text-decoration:underline; vertical-align:baseline; white-space:pre-wrap">ft_preproc_dftfilter</span></a>
 function from the Fieldtrip toolbox, which applies a narrow-band notch filter to eliminate the 50 Hz noise.</div>
<div><br>
</div>
<p></p>
<p><span>Here is the snippet of code I am using</span></p>
<p><span><br>
</span></p>
<p><span></span></p>
<p></p>
<div>
<div><b><span style="color:rgb(0,111,201)">%filtre the data </span><br>
<span style="color:rgb(0,111,201)">       cfg                = [];</span><br>
<span style="color:rgb(0,111,201)">       cfg.hpfilter       = 'yes'; % High-pass filter</span><br>
<span style="color:rgb(0,111,201)">       cfg.hpfreq         = 1 ;    % High-pass frequency</span><br>
<span style="color:rgb(0,111,201)">       cfg.dftfilter      = 'yes'; % enable notch filtering to eliminate power line noise</span><br>
<span style="color:rgb(0,111,201)">       cfg.dftfreq        = [50]; %set frequencies for notch filtre</span><br>
<span style="color:rgb(0,111,201)">       dataContinuousResampled_filtred = ft_preprocessing(cfg,dataContinuousResampled);</span><br>
<span style="color:rgb(0,111,201)">     </span><br>
</b></div>
</div>
<div><br>
</div>
<div>
<div>If you have any suggestions, please let me know. <br>
</div>
<div><br>
</div>
<b>Hasnae Agouram<br>
PhD student</b><br>
</div>
<p></p>
</div>
</body>
</html>