Excuse if this is more a file format conversion question rather than programming, but I can’t find anyone who can help extract the embedded .bdf (bio signals format) data from this .set file
http://statigrafix.com/temp/EEG-set/Target_1.set
Which seems from the header to have been generated from MATLAB 5.
I’ve asked colleagues at San Diego Supercomputing Center and CALIT2 but no luck yet. Can someone somewhere in the world figure it out?
That looks like an EEGLAB dataset file, which is simply a regular MAT-file with a structure variable stored inside. This structure contains various info about the biosignals.
You could manually load the data using LOAD function, or use the provided GUI to open the dataset.