denoise and artifacts removal

2 次查看(过去 30 天)
i want to remove motion artifacts and noise from my EEG signal from matlab?

回答(1 个)

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

类别

Help CenterFile Exchange 中查找有关 EEG/MEG/ECoG 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by