Extract and analyze ECG signal from apple ECG report.
Newer Apple watches include 'ECG' functionality, however there is currently no public API to access ECG data.
This notebook attempts to recreate the ECG data using the exported PDF of the ECG report.
- PDF was converted to png using preview. (File -> Export -> Format=PNG Resolution=150 pixel/inch)
- ECG sections of the report are extracted and stitched together.
- Waveform is pulled out using argmin
- Analysis of ECG using heartpy