denoise and artifacts removal
Mostrar comentarios más antiguos
i want to remove motion artifacts and noise from my EEG signal from matlab?
Respuestas (1)
Shunichi Kusano
el 7 de Ag. de 2020
Hi Shanzy,
y = detrend(X,2);
will work. "2" represents the order used in the polynomial fitting.
Categorías
Más información sobre Biomedical Signal Processing en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!