Autoregressive model for EEG feature extaction
9 ビュー (過去 30 日間)
古いコメントを表示
Anyone know where to get the code or function for Autoregressive from matlab or EEGlab?
3 件のコメント
回答 (1 件)
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 件のコメント
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 Center および File Exchange で EEG/MEG/ECoG についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!