Autoregressive model for EEG feature extaction

조회 수: 5 (최근 30일)
Chua  Zhong sheng
Chua Zhong sheng 2022년 1월 3일
댓글: Dave B 2022년 1월 5일
Anyone know where to get the code or function for Autoregressive from matlab or EEGlab?
  댓글 수: 3
Chua  Zhong sheng
Chua Zhong sheng 2022년 1월 3일
Hi, thanks for the reply. Im quite new to matlab. Not really sure how to integrate my dataset to the autoregressive model. Was thinking if there is any tutorial on how to input my dataset to the model
Adam Danz
Adam Danz 2022년 1월 3일
편집: Adam Danz 2022년 1월 3일
I've never used EEGlab. Perhaps their website offers a tutorial or documentation.
A nice tutorial to get stared with Matlab is the on-ramp.

댓글을 달려면 로그인하십시오.

답변 (1개)

Dave B
Dave B 2022년 1월 3일
편집: Dave B 2022년 1월 3일
ARfit is a collection of tools for AR models: https://www.mathworks.com/matlabcentral/fileexchange/174-arfit
SIFT is a set of EEGLab plugins and includes ARfit: https://github.com/sccn/sift (this is probably what you want)
You might also check out https://github.com/sccn/ARfitStudio which uses ARfit for cleaning noise using AR.
  댓글 수: 2
Chua  Zhong sheng
Chua Zhong sheng 2022년 1월 5일
Hi, thanks for the reply. Im trying to use ARfit studio for my EEG. But i keep getting errors as shown in the picture. Is it due to my file(.set file)?. is there anyway to resolve it?
Dave B
Dave B 2022년 1월 5일
I don't know ARfitStudio very well (or EEGlab for that matter), but I think the key line in your stack of errors is the one about:
set(hObject, 'String', unique({EEG.event.type}));
ARfitStudio is looking for a string in EEG.event.type, but it's not finding one. Could it be that there's somewhere that you've left an event type undefined? Failing that you might reach out to one of the contributors to ARfitStudio...

댓글을 달려면 로그인하십시오.

카테고리

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