Skip to content

init of the cpsc2018 dataset #7

Description

@speculaas

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions