Open tingxuanhong opened 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?
hello,did you solved this problem?
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.
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!
And each has header file. wfdb library requires it to read .mat files as far as remember. That s why i use headers.
Hello, could you please tell me which head file is? I still don't understand it. Looking forward to your reply!
.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.
.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!
.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!
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?