denoise and artifacts removal
Afficher commentaires plus anciens
i want to remove motion artifacts and noise from my EEG signal from matlab?
Réponses (1)
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 Biomedical Signal Processing dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!