Filtering 50Hz frequency

1 Ansicht (letzte 30 Tage)
M G
M G am 7 Mär. 2011
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.

Antworten (1)

Walter Roberson
Walter Roberson am 7 Mär. 2011
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.

Kategorien

Mehr zu EEG/MEG/ECoG finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by