NOCIONS / letswave6

Letswave 6 - Matlab EEG signal processing toolbox
www.nocions.org/letswave6
49 stars 30 forks source link

Run ICA #169

Open Warm-yue opened 5 years ago

Warm-yue commented 5 years ago

Dear, when I use letswave6 or 7 , once I click "compute ICA matrix",the error will occur,as follows.

错误使用 svd SVD 的输入不能包含 NaN 或 Inf。

出错 rank (line 14) s = svd(A);

出错 runica (line 1111) r = rank(data); % determine if data rank is too low

出错 FLW_compute_ICA.get_lwdata (line 276) [ica.weights,ica.sphere,~,~,~,~,~]=runica(data(:,:));

出错 LW_batch/run_script (line 487)

I do not know how to solve this problem. If you know,can you tell me?Thank you!!