Filtering 50Hz frequency
1 回表示 (過去 30 日間)
古いコメントを表示
Hi there,
Please could you give me a hint how I can eliminate the 50Hz frequency (electricity noise) from my eeg signals?
By FT? If so, how?
I appreciate your help.
0 件のコメント
回答 (1 件)
Walter Roberson
2011 年 3 月 7 日
fft would be one method: fft the signal, find the bin that corresponds to 50 Hz, zero that entry (and its mirror) and ifft() back.
More commonly you would use a band-stop filter.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で EEG/MEG/ECoG についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!