denoise and artifacts removal
Ältere Kommentare anzeigen
i want to remove motion artifacts and noise from my EEG signal from matlab?
Antworten (1)
Shunichi Kusano
am 7 Aug. 2020
Hi Shanzy,
y = detrend(X,2);
will work. "2" represents the order used in the polynomial fitting.
Kategorien
Mehr zu Biomedical Signal Processing finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!