Stroke_EIT_Dataset icon indicating copy to clipboard operation
Stroke_EIT_Dataset copied to clipboard

ScouseTom_TrigReadChn

Open rkalahasty opened this issue 3 years ago • 1 comments

I am currently trying to use the Extract_EEG function, but am getting a bad HDR error from the ScouseTom_TrigReadChn function on line 45.

`Error using ScouseTom_TrigReadChn (line 45) Bad HDR

Error in Extract_EEG (line 33) Trigger= ScouseTom_TrigReadChn(HDR);

Error in untitled2 (line 5) EEG=Extract_EEG('Subjects\Subject_02b\S2b_MF1.bdf');`

Is there a work around for this?

rkalahasty avatar Nov 16 '21 02:11 rkalahasty

Hey, thank you for the interest in this data! Two things come to mind:

  1. Is it definite the correct filename as I think you would get the same error even if you put a file that doesnt exist
  2. Are you able to run the example code in the Load_Data repo? here . I used a modified Biosig library for the Load_Data repo and I am wondering if it is no longer compatible with newer versions of the Biosig library. If you cant run it, try installing the version of biosig included in load_data (as installed by load_data_installer.m)

Jimbles avatar Nov 17 '21 17:11 Jimbles