denoise and artifacts removal

2 vues (au cours des 30 derniers jours)
shanzy saleem
shanzy saleem le 7 Août 2020
i want to remove motion artifacts and noise from my EEG signal from matlab?

Réponses (1)

Shunichi Kusano
Shunichi Kusano le 7 Août 2020
Hi Shanzy,
y = detrend(X,2);
will work. "2" represents the order used in the polynomial fitting.

Catégories

En savoir plus sur EEG/MEG/ECoG dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by