denoise and artifacts removal

1 view (last 30 days)
shanzy saleem
shanzy saleem on 7 Aug 2020
Answered: Shunichi Kusano on 7 Aug 2020
i want to remove motion artifacts and noise from my EEG signal from matlab?

Answers (1)

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

Categories

Find more on EEG/MEG/ECoG in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!