denoise and artifacts removal

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

Answers (1)

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

Categories

Asked:

on 7 Aug 2020

Answered:

on 7 Aug 2020

Community Treasure Hunt

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

Start Hunting!