Filtering 50Hz frequency

3 次查看(过去 30 天)
M G
M G 2011-3-7
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.

回答(1 个)

Walter Roberson
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.

类别

Help CenterFile Exchange 中查找有关 EEG/MEG/ECoG 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by