i want to remove motion artifacts and noise from my EEG signal from matlab?

답변 (1개)

Shunichi Kusano
Shunichi Kusano 2020년 8월 7일

0 개 추천

Hi Shanzy,
y = detrend(X,2);
will work. "2" represents the order used in the polynomial fitting.

카테고리

도움말 센터File Exchange에서 Biomedical Signal Processing에 대해 자세히 알아보기

질문:

2020년 8월 7일

답변:

2020년 8월 7일

Community Treasure Hunt

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

Start Hunting!

Translated by