Dear Ms. Elena,
Can you help me understand what this following line is doing?
sex, age, sig = loadmat(path+os.sep+"TrainingSet"+os.sep+idx+".mat")['ECG'][0][0]
(
|
sex, age, sig = loadmat(path+os.sep+"TrainingSet"+os.sep+idx+".mat")['ECG'][0][0] |
)
I think the fields, sex and age , are in the .hea files. (Can you confirm this for me?)
but what does sig stands for?
And also, I just found out that cpsc2018dataset is no longer available at the original challenge website: http://2018.icbeb.org/Challenge.html
I got mine from kaggle: https://www.kaggle.com/datasets/bjoernjostein/china-physiological-signal-challenge-in-2018/data
Is it possible that kaggle changed the format?
Thanks again for the repo, and your help!
Dear Ms. Elena,
Can you help me understand what this following line is doing?
sex, age, sig = loadmat(path+os.sep+"TrainingSet"+os.sep+idx+".mat")['ECG'][0][0]
(
ecg_classification_DL/datasets/cpsc2018dataset.py
Line 56 in 099fdd0
I think the fields, sex and age , are in the .hea files. (Can you confirm this for me?)
but what does sig stands for?
And also, I just found out that cpsc2018dataset is no longer available at the original challenge website: http://2018.icbeb.org/Challenge.html
I got mine from kaggle: https://www.kaggle.com/datasets/bjoernjostein/china-physiological-signal-challenge-in-2018/data
Is it possible that kaggle changed the format?
Thanks again for the repo, and your help!