Filtering 50Hz frequency
4 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposte (1)
Walter Roberson
il 7 Mar 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.
0 Commenti
Vedere anche
Categorie
Scopri di più su EEG/MEG/ECoG in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!