Fantasia Dataset With ECG And Respiration Signals
Processed Fantasia database with extracted ECG and respiratory rate signals
@kaggle.lana0038_fantasia_dataset_with_ecg_and_respiration_signals
Processed Fantasia database with extracted ECG and respiratory rate signals
@kaggle.lana0038_fantasia_dataset_with_ecg_and_respiration_signals
Fantasia database consists of twenty young and twenty elderly healthy subjects. All subjects remained in a resting state in sinus rhythm while watching the movie Fantasia (Disney, 1940) to help maintain wakefulness.
The continuous ECG signals were digitized at 250 Hz. Each heartbeat was annotated using an automated arrhythmia detection algorithm, and each beat annotation was verified by visual inspection.
Dataset can be found at: https://physionet.org/content/fantasia/1.0.0/
CREATE TABLE fantasia_ecg_respiration_signals (
"ecg" DOUBLE,
"resp" DOUBLE,
"participant" VARCHAR,
"sample" BIGINT,
"sampling_rate" BIGINT,
"database" VARCHAR
);Anyone who has the link will be able to view this.