hakanbicerrr / Epileptic_Seizure_Detection

Epileptic Seizure Detection on EEG Data based on CHB-MIT database.
17 stars 2 forks source link

Header file information not read #2

Open tingxuanhong opened 8 months ago

tingxuanhong commented 8 months ago

Hi, did your data preprocessing here save out the header and label files separately? And what is the format in which the header file is saved?

yingw0116 commented 7 months ago

Hi, did your data preprocessing here save out the header and label files separately? And what is the format in which the header file is saved?

hello,did you solved this problem?

hakanbicerrr commented 7 months ago

https://archive.physionet.org/cgi-bin/atm/ATM

Here is the resource i used to obtain data. There is an option for CHB-MIT to export .mat files. I exported them one by one. And each has header file. wfdb library requires it to read .mat files as far as remember. That s why i use headers.

yingw0116 commented 7 months ago

https://archive.physionet.org/cgi-bin/atm/ATM

Here is the resource i used to obtain data. There is an option for CHB-MIT to export .mat files. I exported them one by one. And each has header file. wfdb library requires it to read .mat files as far as remember. That s why i use headers.

Thank u!

yingw0116 commented 7 months ago

And each has header file. wfdb library requires it to read .mat files as far as remember. That s why i use headers.

屏幕截图 2024-03-15 140323

Hello, could you please tell me which head file is? I still don't understand it. Looking forward to your reply!

hakanbicerrr commented 7 months ago

.hea is the header file. Every .mat file should have .hea file. So you need to download all .mat files as well as .hea files.

yingw0116 commented 7 months ago

.hea is the header file. Every .mat file should have .hea file. So you need to download all .mat files as well as .hea files.

Thank u!

yingw0116 commented 7 months ago

.hea is the header file. Every .mat file should have .hea file. So you need to download all .mat files as well as .hea files.

I found that the.HEA file could not be downloaded. How did you solve the problem? Did you create a.txt file and copy the contents into the file?Is the output length one hour selected?Looking forward to your reply! image