Search found 1 match

by revital
Tue Jul 17, 2007 8:27 am
Forum: EEG data analysis
Topic: Reading large bdf files in Matlab (over 50 MB)
Replies: 1
Views: 16100

Reading large bdf files in Matlab (over 50 MB)

I'm using the EEGlab readbdf.m file to read my data in Matlab, but I get an 'out of memory' error pointing to line 76 in the code: DAT.Record=[ones(RecLen*length(Records),1) DAT.Record]*EDF.Calib; This accours whenever the bdf file is larger than about 50 MB, and is not a problem of the computer's m...