This repository is used to store publicly available ECG datasets and you can download the ECG data you need to train the neural network through this repository.
The repository currently shares the CPSC-2018 ECG dataset that has been downsampled to 250Hz with the multi-label data removed, if you need the original unprocessed dataset you can download it from the CPSC website.
To control the size of individual files within the relevant limits, we compress the dataset as a set of split files with individual file sizes not exceeding 20MB.
You can run 'git clone https://github.com/cf-pages/ecg.git' to download the hole repository or use the web service provided by Cloudflare Pages for Https download when you do not have git installed.
Open the url https://ecg.pages.dev/cpsc-2018.z01 to download the first partition file, https://ecg.pages.dev/cpsc-2018.z02 for the second partition file,https://ecg.pages.dev/cpsc-2018.z03 for the third, etc. The last partition file is "cpsc-2018.z65" and do not forget to download https://ecg.pages.dev/cpsc-2018.zip . Note: You need to download all the partition files before you unzip.
Please open an issue to let me know.