denoise and artifacts removal

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 ExchangeBiomedical 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