EEGlab ICAlabel not working with specific data
Mostrar comentarios más antiguos
I have 64 channel EEG data run through preprocessing steps before running ICA. I have run 18 datasets using the same process with no issues. I have 2 datasets where the ICA takes hours and then once the ICA is finished, this error occurs:
Error using ICL_feature_extractor (line 26)
Your ICA decomposition must be real to use ICLabel
Error in iclabel (line 52)
features = ICL_feature_extractor(EEG, flag_autocorr);
The data doesn't look any different than my other datasets. Any suggestions?
5 comentarios
KSSV
el 21 de Ag. de 2020
Which error?
Walter Roberson
el 21 de Ag. de 2020
iclabel appears to be a third-party toolbox.
You could get that message if your ica generated nan or inf or complex values.
Rebecca Kenny
el 21 de Ag. de 2020
Walter Roberson
el 21 de Ag. de 2020
What shows up for
nnz(~isfinite(EEG))
if the result is not 0 then you have samples that are infinite or Not A Number (nan). nan is often used to indicate missing data.
Moiz Ashfaque
el 24 de Oct. de 2024
Hi @Rebecca Kenny, did you get around to solve this error? I seem to be facing the same error with my 9 channels EEG data.
Respuestas (0)
Categorías
Más información sobre EEG/MEG/ECoG en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!