denoise and artifacts removal

조회 수: 1 (최근 30일)
shanzy saleem
shanzy saleem 2020년 8월 7일
답변: Shunichi Kusano 2020년 8월 7일
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