denoise and artifacts removal
显示 更早的评论
i want to remove motion artifacts and noise from my EEG signal from matlab?
回答(1 个)
Shunichi Kusano
2020-8-7
Hi Shanzy,
y = detrend(X,2);
will work. "2" represents the order used in the polynomial fitting.
类别
在 帮助中心 和 File Exchange 中查找有关 Biomedical Signal Processing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!