Application of Convolutional Neural Network for Decoding of 12-Lead Electrocardiogram from a Frequency-Modulated Audio Stream (Sonified ECG)
Abstract
:1. Introduction
1.1. Sonification
1.2. Sonification of EMG, EEG Signals, and Brain Scans
1.3. Sonification of ECG Signals
- Audio interpretation of abnormal heart rate values or rhythmic patterns;
- Mapping of ECG parameters for better audio representation and human perception.
- A lightweight algorithm for wearable devices that must ensure the proper generation of the acoustic stream based on the frequency modulation concept. The specific requirements are to acoustically combine the set of independent leads in standard 12-lead ECG without interaction between their data, while complying with a narrow bandwidth limited by the audio receiver.
- Deep neural network for the diagnostic server that is able to transform the acoustic stream of the sonified ECG into digital ECG signals, while maximally preserving the waveform of the original ECG at the recording site.
- This paper further describes the original ideas for the development of both modules, as well as their training and test data, with independent samples from a very large 12-lead ECG database, including more than 20,000 recordings. The final diagnostic-level information test makes use of a public biosignal processing toolbox to measure basic ECG waves and calculate the differences in amplitudes and detection times of the original vs. recovered ECG after sonification. The negligible differences found in each ECG lead are grounds for inferring the efficacy of the developments and the ability to use the recovered ECG after sonification for reliable diagnostic measurements by automated tools or medical experts.
2. Materials and Methods
2.1. Generalized Concept for Using Sonified ECG for Remote Patient Monitoring
- Remote recording of ECG between fingers with a commercial AliveCor device, found in a public database for screening of atrial fibrillation, including >12 k ECG recordings up to 60 s in duration, published for the PhysioNet/Computing in Cardiology Challenge 2017 [42]. Specifically, after the analogue-to-audio conversion of the ECG signal, the patient module transmitted acoustic data to a smartphone or tablet microphone, using a 19 kHz carrier frequency and a 200 Hz/mV modulation index. Software demodulation of the audio stream used sampling at 44.1 kHz and 24-bit resolution.
- Telemetry of high-risk patients with pacemakers in a laboratory study by our team [43] that reproduced the ECG recording of a patient with a cardiostimulator (down-sampled from 18 kHz to 250 Hz) in an audio stream (700 Hz carrier frequency, 100 Hz frequency deviation and amplitude modulation at pace detection instants with a duration of 200 μs). Further, the sonified ECG stream was transmitted from a PC loudspeaker to the microphone of a low-class GSM. Simple signal demodulation software sampled the audio stream at 10 kHz and was able to recover the ECG waveform and pace instants with good quality for visual recognition of heart cycles, although the ECG morphology was insufficient for precise diagnostics.
- Telemetry of high-risk patients in a cardiology unit, using a wearable ECG device equipped with a finger-based ECG sensor and ECG sonification loudspeaker, recently developed by our team [41]. In this pilot study, nine patients were successfully trained to self-record and send their sonified ECG via GSM. According to the attending cardiologist, the waveform of the remotely recovered ECGs was sufficient for monitoring of the patients’ condition.
- Fully analogue hardware solution for sonification that could convert analogue ECG signals to an audio stream using a voltage-controlled oscillator [44].
2.2. Training and Testing in a PC Simulation Platform
2.2.1. ECG Database and Pre-Processing
2.2.2. Training and Test Concept
- 1.
- Amplitude errors are represented by RMSE (Equation (1)) and the normalized RMSE to the mean ECG amplitude, namely the percentage root-mean-square difference (PRD):
- 2.
- Diagnostic errors are estimated by an ECG measurement module. Generally, the ECG diagnosis relies on measurements of specific fiducial points of basic ECG waves and intervals [57]. Ideally, if the same ECG measurement module is applied to both the original and transformed ECG signals, the measured fiducial points should coincide, i.e., give zero time offset. Therefore, the diagnostic errors are estimated as the mean absolute difference (MAD) between fiducial point times (FPTs) of the original vs. transformed ECG:
- 3.
- Frequency spectrum error was computed to estimate the differences between the spectral content of the transformed and original ECGs. We defined the normalized power spectral density (PSD) error using the relation:
- x, y: the time series of the transformed ECG and original ECG signals, respectively.
- f: the frequency at which PSD is calculated, defined in the range of the meaningful ECG spectrum (0–100 Hz).
- max(PSDx, PSDy):The normalization factor equal to the maximum value found in the PSD of x or y signals. It is introduced to ensure a true comparison between ECG signals of different amplitudes.
2.3. Design of Transformer Modules
2.3.1. Transformer (ECG-to-Audio)
- L = 1, 2, …, 8: index of the lead taken from the original ECG lead set.
- AR = 2.5 mV: the supported amplitude range of the ECG signal. All ECG amplitudes outside the range ± AR are limited in the input of the transformer.
- FCL: The carrier frequency of lead L, defined as: I (450 Hz), II (750 Hz), V1 (1050 Hz), V2 (1350 Hz), V3 (1650 Hz), V4 (1950 Hz), V5 (2250 Hz), V6 (2550 Hz). Lead-specific carrier frequencies are uniformly distributed in 300 Hz steps, fitting within the limited bandwidth (300–3000 Hz) of common GSM microphones. The bandwidth is in accordance with our previous experimental study for the audio characteristics of six mobile phones of different classes [46].
- FD = 125 Hz: the frequency deviation, which has a constant value for all ECG leads. The modulation index is thus defined as FD/AR = 50 Hz/mV.
- The frequency-modulated sound signal of lead L is given by:
2.3.2. Transformer (Audio-to-ECG)
- Zi: the output at position (i).
- xi+j: the input at position (i + j).
- wj: the weights of the filter at position (j)—trainable parameter.
- b: the bias term—trainable parameter.
- M: the kernel size of the filter w.
- α: activation function. In this application, linear activation functions of convolutional layers are used. We note that the non-linearity of typical activation functions (i.e., rectified linear unit) is not appropriate in regression tasks, which reproduce equally ranged positive and negative magnitudes of the input to the output. In our previous study for ECG noise filtering, we showed that fully linear activation is adequate for ECG denoising and clean ECG reconstruction by convolutional autoencoders [69].
- Pi: the value of the pooled output at position (i).
- Xp: the value in the input vector at position (p).
- Pool_region(i): the region in the input vector corresponding to the pooling window centered at (i).
3. Results
3.1. Implementation
3.2. Audio ECG Signals
3.3. Amplitude Errors
3.4. Diagnostic Errors
- QRS detector performance, considering a tolerance between corresponding reference and test R-peak positions equal to ±50 ms. A case example of TP and FN detections is illustrated in Figure 8. The global estimation of the QRS detector performance with a large number of heartbeats (about 135,000) in the test dataset is reported in Table 1. It shows sufficiently high Se and PPV > 99.7% in all ECG leads to conclude positively about the quality of the transformed ECG signal for correct QRS (pulse) detection.
- 2.
- Performance of fiducial point measurements, considering the absolute errors between the FPT of the test vs. reference measurements. A case example of the detected fiducial points in the transformed ECG waveform is illustrated in Figure 9. The global performance for the test dataset is reported in Table 2, deducing that the mean value and standard deviation of the fiducial point detection error does not exceed 2 ms in any lead. This is evidence of the diagnostic reliability of the transformed ECG signal.
3.5. Frequency Spectrum Errors
4. Discussion
4.1. Main Findings of the Study
- The ability of self-learning convolutional kernels to identify and respond to patterns in the input data related to the FM demodulation in unsupervised training mode, i.e., without being explicitly guided as to what those patterns are. Such feature discovery might be challenging to specify manually. In such cases, unsupervised learning is particularly useful when the characteristics of the input data are not well understood, as the model can explore and learn from statistical distributions. Therefore, the diversity of the input data is explicitly important. In this study, it is provided with 10,000 clinical ECG recordings of various pathologies.
- The resolution of the ECG data in the FM-modulated audio stream, taking into account the design limitations of the low sampling rate (11 kHz), relatively low modulation index (50 Hz/mV), and small safety gap (50 Hz) between the highest and lowest frequencies of two adjacent FM bands. Generally, fine details in the frequency modulation, such as subtle variations or rapid changes, can be better captured with higher resolution. Beneficially, the mentioned FM resolution limitations are acceptable for the CNN demodulator, which has proven high performance for reconstructing the original ECG in a large independent test set (>11,000 clinical ECG recordings with various pathologies). Errors computed using a popular ECG diagnostic toolbox in eight independent ECG leads are substantially low: amplitude error (quartile range RMSE = 3–7 μV, PRD = 2–5.2% in Figure 7), QRS detector (Se, PPV > 99.7% in Table 1), P-QRS-T fiducial point measurements (<2 ms, Table 2). These primary diagnostic features have to be interpreted in the clinical context only if they are evaluated in the ECG monitoring bandwidth. Nevertheless, the extended overview of the ECG spectrum (0–100 Hz) in Figure 11 shows that the transformed ECG in all leads reliably reproduces the spectral components of the original ECG with a peak error up to 1.5% (median value) and up to 2.5% (upper quartile) in the low-frequency range (1–5 Hz), and <0.1% in the high-frequency range (>30–40 Hz). Nevertheless, we cannot directly link the observed errors of the median spectrums to meaningful clinical measurements of ECG amplitudes. These errors can be due to the audio modulator and demodulator. Generally, there is no evidence of difficulties in reconstructing the original ECG spectrum from the audio stream, although the carrier frequencies of different leads deviate from 450 Hz (lead I) to 2550 Hz (lead V6). Obviously, our FM design does not meet problems related to potentially harmful overlap between the ECG and audio spectra. All the aforementioned tests were performed with a large ECG test set, giving statistical evidence of the diagnostic reliability of the transformed ECG signal in all leads and generalization across diverse patients and arrhythmias.
4.2. Contemporary Techniques for Remote ECG Monitoring
- Pros: The transmission of the sonified ECG signal between the patient module and the nearby GSM is performed without collisions related to lack of connectivity and packet losses; limited possibility for data hacking; does not require the development of user applications (apps) for GSM; uses standard voice communication and all benefits of 4G and 5G protocols and connectivity; easy handling, as data transmission takes place only by dialing the telephone number of the final recipient (doctor, medical server); two-way communication allowing instruction of the patient during ECG recording; low consumption of the audio generator, comparable to Bluetooth Low Energy.
- Cons: The transmission of the sonified ECG signal must be carried out in the absence of strong ambient noise; when connecting multiple users, a telephone exchange must be used.
4.3. Future Works Related to Clinical Implementation of Sonified ECG
- Diverse patient populations and clinical contexts—The use of a large ECG database in the simulation phase of training and testing is the first important requirement to replicate real world conditions as closely as possible. Optional retraining or testing with other relevant databases with different cardiac pathologies and/or noises recorded in test benches or clinical settings are typical best practices to prepare the machine learning algorithms for clinical tests.
- Continuous monitoring, evaluation and improvement—The performance of the algorithm must be checked regularly based on clinical records and optional improvements can be considered by incorporating feedback from healthcare professionals, new data from specific clinical cases, and emerging best practices.
- Ethical considerations regarding patient privacy, data security, and compliance with regulatory frameworks governing medical devices and AI-driven diagnostics—In order to use AI-driven technology, the necessary approvals and certifications for medical devices and clinical research plans must be obtained from regulatory authorities. Telemetric sonified ECG devices (single-channel) are currently being used in a single-center clinical trial for diagnostics and monitoring of heart rhythm and conduction disorders under the supervision of Bulgarian regulatory authorities (Ethical Commission for Clinical Investigations ECCI Ref. 4469/06.10.2023 for EUDAMED), in accordance with Regulation (EU) 2017/745 of the European Union on the clinical investigation and sale of medical devices for human use, including good clinical practice, and informed consent and data management practices providing security, privacy, and confidentiality of personal data. An additional advantage related to ensuring data security can be related to the transmission of a sonified ECG stream at very close distances (<20 cm from the patient module to the GSM), which cannot be directly hacked, unlike wireless interfaces operating in the RF or long-distance ranges.
- Scalability of the proposed solution in respect to challenges that might arise in integrating it into existing healthcare infrastructure, especially in resource-constrained settings—Our current experience of using the sonified ECG interface with GSM connectivity in clinical setting is still limited, based on two preclinical studies with volunteers [41,43] and an ongoing clinical trial in the Cardiology Clinic of the Medical University—Sofia (approval disclosed in previous paragraph), including 50 consecutive patients with rhythm and conduction disturbances. The obtained results demonstrate the possibility of rapid integration into an existing hospital infrastructure, providing the monitoring and diagnostic process. First, it is not necessary to engage additional personnel for continuous monitoring of incoming data. Second, patients report that they find the “event recorder” mode of operation convenient and easy to use, where the patient independently records their own ECG and sends it as a voice message to the medical server. No hardware or connectivity issues are reported to delay the prompt sending of the data. In the diagnostic site, the cardiologist receives a message on a mobile device about the incoming record, and can later download and analyze it at their convenience.
- Implement measures to enhance user experience, both for healthcare professionals interpreting sonified ECG signals and for patients interacting with the system—Patient education and engagement is important, first to ensure a quality ECG audio stream and second to empower patients to actively participate in their care by explaining the significance of ECG signals, interpreting sonifications, and recognizing warning signs or abnormalities. Training can provide reassurance to patients using the system. The patient feedback questionnaire on the convenience of using portable sonified ECG devices in GSM telemetry is important to make improvements and address concerns. Comprehensive training and support must be provided to healthcare personnel on the use of sonified ECG devices, especially in settings where technical expertise may be limited. User-friendly interfaces and educational materials can be developed to facilitate adoption and proficiency among healthcare providers. By implementing different measures, healthcare professionals and patients can benefit from an enhanced user experience with the sonified ECG system, leading to improved clinical outcomes, increased efficiency, and greater satisfaction with the healthcare delivery process.
- The algorithm must ensure data fidelity and integrity during the transformation of ECG signals into audio streams—The sonified ECG stream is generated by the portable telemetry module, and therefore its hardware must be powerful enough to perform digital FM modulation. The FM-modulated audio stream in this study is simulated with considerations for minimal resource requirements at low audio resolution (16-bit) and limited sampling rate (11 kHz). In all cases, portable system design and laboratory testing should be planned to check for any potential problems related to FM audio signal degradation due to hardware limitations. Such laboratory tests for the GSM receiver have already been conducted to verify the audio characteristics of mobile phones [45] and the development of a GSM modem [46] in the context of transmission of biosignals converted to sound [45].
5. Limitations of the Study
6. Conclusions
Supplementary Materials
Author Contributions
Funding
Institutional Review Board Statement
Informed Consent Statement
Data Availability Statement
Conflicts of Interest
References
- Reilly, R.; Lee, T. Electrograms (ECG, EEG, EMG, EOG). Technol. Health Care 2010, 18, 443–458. [Google Scholar] [CrossRef]
- Martínez-Sellés, M.; Marina-Breysse, M. Current and Future Use of Artificial Intelligence in Electrocardiography. J. Cardiovasc. Dev. Dis. 2023, 10, 175. [Google Scholar] [CrossRef]
- Enge, K.; Elmquist, E.; Caiola, V.; Rönnberg, N.; Rind, A.; Iber, M.; Lenzi, S.; Lan, F.; Höldrich, R.; Aigner, W. Open Your Ears to Take a Look: A State-of-the-Art Report on the Integration of Sonification and Visualization. arXiv 2024, arXiv:2402.16558v1. [Google Scholar] [CrossRef]
- Kramer, G.; Walker, B.; Bonebright, T.; Cook, P.; Flowers, J.; Miner, N.; Neuhoff, J. Sonification Report: Status of the Field and Research Agenda; International Community for Auditory Display: Palo Alto, CA, USA, 1999; ISBN 0967090407. [Google Scholar]
- Tan, S.L.; Cohen, A.J.; Lipscomb, S.D.; Kendal, R.A. The Psychology of Music in Multimedia; Oxford University Press: Oxford, UK, 2013. [Google Scholar] [CrossRef]
- Hermann, T.; Hunt, A.; Neuhoff, J.G. The Sonification Handbook; Logos Publishing House: Berlin/Heidelberg, Germany, 2011; ISBN 978-3-8325-2819-5. [Google Scholar]
- Minciacchi, D.; Rosenboom, D.; Bravi, R.; Cohen, E.J. Editorial: Sonification, Perceptualizing Biological Information. Front. Neurosci. 2020, 14, 550. [Google Scholar] [CrossRef]
- Minciacchi, D.; Bravi, R.; Rosenboom, D. Editorial: Sonification, aesthetic representation of physical quantities. Front. Neurosci. 2023, 17, 1162383. [Google Scholar] [CrossRef]
- Matinfar, S.; Salehi, M.; Suter, D.; Seibold, M.; Dehghani, S.; Navab, N.; Wanivenhaus, F.; Fürnstahl, P.; Farshad, M.; Navab, N. Sonification as a reliable alternative to conventional visual surgical navigation. Sci. Rep. 2023, 13, 5930. [Google Scholar] [CrossRef]
- Paté, A.; Farge, G.; Holtzman, B.K.; Barth, A.C.; Poli, P.; Boschi, L.; Karlstrom, L. Combining audio and visual displays to highlight temporal and spatial seismic patterns. J. Multimodal User Interfaces 2022, 16, 125–142. [Google Scholar] [CrossRef]
- Geronazzo, M.; Bedin, A.; Brayda, L.; Campus, C.; Avanzini, F. Interactive spatial sonification for non-visual exploration of virtual maps. Int. J. Hum. Comput. Stud. 2016, 85, 4–15. [Google Scholar] [CrossRef]
- Väljamäe, A.; Steffert, T.; Holland, S.; Marimon, X.; Benitez, R.; Mealla, S.; Oliveira, A.; Jordà, S. A review of real-time EEG sonification research. In Proceedings of the International Conference on Auditory Display 2013 (ICAD 2013), Lodz, Poland, 6–10 July 2013; pp. 85–93. Available online: https://oro.open.ac.uk/38478/ (accessed on 20 January 2024).
- Ludovico, L.A.; Presti, G. The sonification space: A reference system for sonification tasks. Int. J. Hum. Comput. Stud. 2016, 85, 72–77. [Google Scholar] [CrossRef]
- Matsubara, M.; Terasawa, H.; Kadone, H.; Suzuki, K.; Makino, S. Sonification of muscular activity in human movements using the temporal patterns in EMG. In Proceedings of the 2012 Asia Pacific Signal and Information Processing Association Annual Summit and Conference, Hollywood, CA, USA, 3–6 December 2012; pp. 1–5, ISBN 978-0-615-70050-2. [Google Scholar]
- Pauletto, S.; Hunt, A. The sonification of EMG data. In Proceedings of the 12-th International Conference on Auditory Display, London, UK, 20–23 June 2006; pp. 152–157. [Google Scholar]
- Roginska, A.; Mohanraj, H.; Ballora, M.; Friedman, K. Immersive Sonification for Displaying Brain Scan Data. In Proceedings of the International Conference on Health Informatics (HEALTHINF-2013), Barcelona, Spain, 11–14 February 2013; pp. 24–33. [Google Scholar] [CrossRef]
- Gomez-Quintana, S.; O’Shea, A.; Factor, A.; Popovici, E.; Temko, A. A method for AI assisted human interpretation of neonatal EEG. Sci. Rep. 2022, 12, 10932. [Google Scholar] [CrossRef] [PubMed]
- Elgendi, M.; Rebsamen, B.; Cichocki, A.; Vialatte, F.; Dauwels, J. Real-Time Wireless Sonification of Brain Signals. In Advances in Cognitive Neurodynamics (III); Yamaguchi, Y., Ed.; Springer: Dordrecht, The Netherlands, 2013. [Google Scholar] [CrossRef]
- Millis, R. Advances in Electrocardiograms—Methods and Analysis; Intech: Vienna, Austria, 2012; ISBN 978-953-307-923-3. [Google Scholar] [CrossRef]
- Mihalas, G.I.; Andor, M.; Tudor, A.; Paralescu, S. Can Sonification Become a Useful Tool for Medical Data Representation? Stud. Health Technol. Inform. 2017, 245, 526–530. [Google Scholar] [CrossRef]
- Kanev, I.; Iliev, I.; Krasteva, V. Sonification—An Alternative Presentation of the Electrocardiogram: A Systematic Literature Review. In Proceedings of the 2019 IEEE XXVIII International Scientific Conference Electronics (ET), Sozopol, Bulgaria, 12–14 September 2019; pp. 1–4. [Google Scholar] [CrossRef]
- Ballora, M.; Pennycook, B.; Ivanov, P.C.; Glass, L.; Goldberger, A.L. Heart rate sonification: A new approach to medical diagnosis. Leonardo 2004, 37, 41–46. Available online: https://www.jstor.org/stable/1577570 (accessed on 20 January 2024). [CrossRef]
- Stahl, B.; Thoshkahna, B. Design and evaluation of the effectiveness of a sonification technique for real time heart-rate data. J. Multimodal User Interfaces 2016, 10, 207–219. [Google Scholar] [CrossRef]
- Sanderson, J.; Hunt, A. Using real-time sonification of heart rate data to provide a mobile based training aid for runners. In Proceedings of the Interactive Audio Systems Symposium 23 September 2016, York, UK, 23 September 2016; University of York: York, UK, 2016; pp. 1–8. Available online: https://www.york.ac.uk/sadie-project/IASS2016/IASS_Papers/IASS_2016_paper_5.pdf (accessed on 20 January 2024).
- Borthakur, D.; Grace, V.; Batchelor, P.; Dubey, H.; Mankodiya, K. Fuzzy C-Means Clustering and Sonification of HRV Features. In Proceedings of the 2019 IEEE/ACM International Conference on Connected Health: Applications, Systems and Engineering Technologies (CHASE), Arlington, VA, USA, 21–23 June 2019; pp. 53–57. [Google Scholar] [CrossRef]
- Bahameish, M. Can changes in heart rate variability represented in sound be identified by non-medical experts? In Proceedings of the Extended Abstracts of the 2019 CHI Conference on Human Factors in Computing Systems, Scotland, UK, 4–9 May 2019; p. 3308456, ISBN 978-145035971-9. [Google Scholar] [CrossRef]
- Andor, M.; Tudor, A.; Paralescu, S.; Mihalas, G.I. Methods for sonic representation of heart rate during exercise. Stud. Health Technol. Inform. 2015, 210, 60–64. [Google Scholar] [CrossRef]
- Aldana Blanco, A.L.A.; Grautoff, S.; Hermann, T. CardioSounds: Real-time Auditory Assistance for Supporting Cardiac Diagnostic and Monitoring. In Proceedings of the 12th International Audio Mostly Conference on Augmented and Participatory Sound and Music Experiences (AM’17), London, UK, 23–26 August 2017; article No.: 45. pp. 1–4. [Google Scholar] [CrossRef]
- Andor, M.; Tudor, A.; Paralescu, S.; Mihalas, G.I. Methods for sonic representation of ST depression during exercise. Stud. Health Technol. Inform. 2015, 216, 1041. [Google Scholar] [CrossRef]
- Aldana Blanco, A.L.A.; Grautoff, S.; Hermann, T. ECG sonification to support the diagnosis and monitoring of myocardial infarction. J. Multimodal User Interfaces 2020, 14, 207–218. [Google Scholar] [CrossRef]
- Aldana Blanco, A.L.; Hermann, T.; Tiesmeier, J.; Persson, J.; Grautoff, S. Sonification enables continuous surveillance of the ST segment in the electrocardiogram. Am. J. Emerg. Med. 2022, 58, 286–297. [Google Scholar] [CrossRef] [PubMed]
- Aldana Blanco, A.L.A.; Weger, M.; Grautoff, S.; Höldrich, R.; Hermann, T. CardioScope: ECG Sonification and Auditory Augmentation of Heart Sounds to Support Cardiac Diagnostic and Monitoring, 6th ed.; Interactive Sonification Workshop: Stockholm, Sweden, 2019; pp. 116–123. [Google Scholar] [CrossRef]
- Kather, J.N.; Hermann, T.; Bukschat, Y.; Kramer, T.; Schad, L.R.; Zöllner, F.G. Polyphonic sonification of electrocardiography signals for diagnosis of cardiac pathologies. Sci. Rep. 2017, 7, 44549. [Google Scholar] [CrossRef] [PubMed]
- Hasan, S.; Kabir, I.; Muntakim, P.A. ECG Sonification: A New Approach for Diagnosis of Cardiac Pathologies. In Proceedings of the 6th International Conference on Networking, Systems and Security (NSysS 2019), Dhaka, Bangladesh, 17–19 December 2019. [Google Scholar] [CrossRef]
- Camara, C.; Peris-Lopez, P.; Safkhani, M.; Bargheri, N. ECG sound for human identification. Biomed. Signal Process. Control. 2022, 72, 103335. [Google Scholar] [CrossRef]
- Guo, S.L.; Han, L.N.; Liu, H.W.; Si, Q.J.; Kong, D.F.; Guo, F.S. The future of remote ECG monitoring systems. J. Geriatr. Cardiol. 2016, 13, 528–530. [Google Scholar] [CrossRef] [PubMed]
- Bansal, A.; Kumar, S.; Bajpai, A.; Tiwari, V.N.; Nayak, M.; Venkatesan, S.; Narayanan, R. Remote health monitoring system for detecting cardiac disorders. IET Syst. Biol. 2015, 9, 309–314. [Google Scholar] [CrossRef] [PubMed]
- Serhani, M.A.; El Kassabi, H.T.; Ismail, H.; Nujum Navaz, A. ECG Monitoring Systems: Review, Architecture, Processes, and Key Challenges. Sensors 2020, 20, 1796. [Google Scholar] [CrossRef] [PubMed]
- Chatzigiannakis, I.; Valchinov, E.; Antoniou, A.; Kalogeras, A.P. Advanced observation and telemetry heart system utilizing wearable ECG device and a cloud platform. In Proceedings of the 3rd International Workshop on Smart City and Ubiquitous Computing Applications—SCUCA, Messina, Italy, 27 June 2015; IEEE: Larnaca, Cyprus, 2015. [Google Scholar] [CrossRef]
- Kazanskiy, N.L.; Svetlana, N.; Khonina, S.N.; But, M.A. A review on flexible wearables—Recent developments in non-invasive continuous health monitoring. Sens. Actuators A Phys. 2024, 366, 114993. [Google Scholar] [CrossRef]
- Iliev, I.; Tabakov, S.; Petrova, G. Audio-Conversion of Biomedical Signals—A Possible Approach to Improve Remote Monitoring of Elderly and Visually Impaired People. Stud. Health Technol. Inform. 2023, 306, 120–126. [Google Scholar] [CrossRef]
- Clifford, G.D.; Liu, C.; Moody, B.; Lehman, L.H.; Silva, I.; Li, Q.; Johnson, A.E.; Mark, R.G. AF Classification from a Short Single Lead ECG Recording. In The PhysioNet/Computing in Cardiology Challenge; IEEE: New York, NY, USA, 2017. [Google Scholar] [CrossRef]
- Iliev, I.; Tabakov, S.; Kostikova, K. Telemetry of patients with pacemaker applying ECG sonification. In Proceedings of the 26-th International Scientific Conference Electronics (ET’2017), Sozopol, Bulgaria, 13–15 September 2017. [Google Scholar] [CrossRef]
- Iliev, I.; Badarov, D.; Tabakov, S.; Ganev, B.; Kanev, I. Fully Analogue ECG Front-end Applicable in Remote Patient Monitoring. In Proceedings of the 29-th International Scientific Conference Electronics (ET’2020), Sozopol, Bulgaria, 16–18 September 2020. [Google Scholar] [CrossRef]
- Iliev, I.; Ganev, B.; Kanev, I. Study of the audio characteristics of mobile phones in the context of transmission of biomedical signals converted into sound. In Proceedings of the IEEE Proceeding XI National Conference with International Participation “Electronica 2020”, Sofia, Bulgaria, 23–24 July 2020. [Google Scholar] [CrossRef]
- Badarov, D.; Iliev, I.; Tabakov, D. Development of GSM Modem for Transfer of ECG Signals in Remote Patient Monitoring. In Proceedings of the 2022 XXXI International Scientific Conference Electronics (ET), Sozopol, Bulgaria, 13–15 September 2022; pp. 1–4. [Google Scholar] [CrossRef]
- Wagner, P.; Strodthoff, N.; Bousseljot, R.; Samek, W.; Schaeffter, T. PTB-XL, a large publicly available electrocardiography dataset (version 1.0.1). PhysioNet 2020, 7, 154. [Google Scholar] [CrossRef]
- Wagner, P.; Strodthoff, N.; Bousseljot, R.D.; Kreiseler, D.; Lunze, F.; Samek, W.; Schaeffter, T. PTB-XL, a large publicly available electrocardiography dataset. Sci. Data 2020, 7, 154. [Google Scholar] [CrossRef] [PubMed]
- Jekova, I.; Krasteva, V.; Christov, I.; Abächerli, R. Threshold-based system for noise detection in multilead ECG recordings. Physiol. Meas. 2012, 33, 1463–1477. [Google Scholar] [CrossRef]
- ANSI/AAMI EC38:2007; Medical Electrical Equipment—Part 2-47: Particular Requirements for The Safety, Including Essential Performance, or Ambulatory Electrocardiographic Systems, Association for the Advancement of Medical Instrumentation. American National Standards Institute (ANSI): New York, NY, USA, 2007. Available online: https://webstore.ansi.org/standards/aami/ansiaamiec382007 (accessed on 20 January 2024).
- IEC 62D/60601-2-27; Particular Requirements for the Safety of Electrocardiographic Monitoring equipment (Equivalent to AAMI EC 13). IEC (International Electrotechnical Commission): Geneva, Switzerland, 1994.
- Tabakov, S.; Iliev, I.; Krasteva, V. Online digital filter and QRS detector applicable in low resource ECG monitoring systems. Ann. Biomed. Eng. 2008, 36, 1805–1815. [Google Scholar] [CrossRef]
- Valchinov, E.; Antoniou, A.; Rotas, K.; Pallikarakis, N. Wearable ECG system for health and sports monitoring. In Proceedings of the 4th International Conference on Wireless Mobile Communication and Healthcare—Transforming Healthcare Through Innovations in Mobile and Wireless Technologies (MOBIHEALTH), Athens, Greece, 3–5 November 2014; pp. 63–66. [Google Scholar] [CrossRef]
- Didon, J.-P.; Krasteva, V.; Ménétré, S.; Stoyanov, T.; Jekova, I. Shock advisory system with minimal delay triggering after end of chest compressions: Accuracy and gained hands-off time. Resuscitation 2011, 82 (Suppl. S2), S8–S15. [Google Scholar] [CrossRef]
- Iliev, I.; Krasteva, V.; Tabakov, S. Real-time detection of pathological cardiac events in the electrocardiogram. Physiol. Meas. 2007, 28, 259–276. [Google Scholar] [CrossRef]
- Tanantong, T.; Nantajeewarawat, E.; Thiemjarus, S. Toward continuous ambulatory monitoring using a wearable and wireless ECG- recording system: A study on the effects of signal quality on arrhythmia detection. Biomed. Mater. Eng. 2014, 24, 391–404. [Google Scholar] [CrossRef]
- Macfarlane, P.W.; Van Oosterom, A.; Pahlm, O.; Kligfield, P.; Janse, M.; Camm, J. Comprehensive Electrocardiography, 2nd ed.; Springer: London, UK, 2010; ISBN 978-1-84882-047-0. [Google Scholar]
- Carreiras, C.; Alves, A.P.; Louren, A.; Canento, F.; Silva, H.; Fred, A. BioSPPy: Biosignal Processing in Python [Internet]. 2015. Available online: https://github.com/PIA-Group/BioSPPy/ (accessed on 20 January 2024).
- Christov, I. Real time electrocardiogram QRS detection using combined adaptive threshold. Biomed. Eng. Online 2004, 3, 28. [Google Scholar] [CrossRef] [PubMed]
- Welch, P. The use of the fast Fourier transform for the estimation of power spectra: A method based on time averaging over short, modified periodograms. IEEE Trans. Audio Electroacoust. 1967, 15, 70–73. [Google Scholar] [CrossRef]
- Stoica, P.; Moses, R. Spectral Analysis of Signals; Prentice Hall: Englewood Cliffs, NJ, USA, 2005; ISBN 0-13-113956-8. [Google Scholar]
- SciPy documentation. Date: January 20, 2024 Version: 1.12.0. Available online: https://docs.scipy.org/doc/scipy-1.12.0/ (accessed on 26 February 2024).
- Faruque, S. Frequency Modulation (FM). In Radio Frequency Modulation Made Easy; Springer Briefs in Electrical and Computer Engineering; Springer: Cham, Switzerland, 2017; pp. 33–44. [Google Scholar] [CrossRef]
- Jekova, I.; Krasteva, V. Optimization of End-to-End Convolutional Neural Networks for Analysis of Out-of-Hospital Cardiac Arrest Rhythms during Cardiopulmonary Resuscitation. Sensors 2021, 21, 4105. [Google Scholar] [CrossRef]
- Krasteva, V.; Ménétré, S.; Didon, J.-P.; Jekova, I. Fully Convolutional Deep Neural Networks with Optimized Hyperparameters for Detection of Shockable and Non-Shockable Rhythms. Sensors 2020, 20, 2875. [Google Scholar] [CrossRef]
- Zhang, T.; Shuai, C.; Zhou, Y. Deep Learning for Robust Automatic Modulation Recognition Method for IoT Applications. IEEE Access 2020, 8, 117689–117697. [Google Scholar] [CrossRef]
- Wu, T. CNN and RNN-based Deep Learning Methods for Digital Signal Demodulation. In Proceedings of the 2019 International Conference on Image, Video and Signal Processing, Shanghai, China, 25–28 February 2019; pp. 122–127. [Google Scholar] [CrossRef]
- Sadough, A.; Rezaeeahvanouee, S. A Novel CNN-Based FSK Demodulator with Efficient FPGA Implementation. In Proceedings of the 31st International Conference on Electrical Engineering (ICEE), Tehran, Iran, 9–11 May 2023; pp. 590–594. [Google Scholar] [CrossRef]
- Ivanov, K.; Jekova, I.; Krasteva, V. Convolutional Autoencoder for Filtering of Power-Line Interference with Variable Amplitude and Frequency: Study of 12-Lead PTB-XL ECG Database. Lect. Notes Netw. Syst. 2023, 658, 121–133. [Google Scholar] [CrossRef]
- Frequency Modulation (FM). Available online: https://www.javatpoint.com/frequency-modulation (accessed on 27 January 2024).
- Clifford, G.D.; Clifton, D. Wireless technology in disease management and medicine. Annu. Rev. Med. 2012, 63, 479–492. [Google Scholar] [CrossRef] [PubMed]
- Alimbayeva, Z.N.; Alimbayev, C.A.; Bayanbay, N.A.; Ozhikenov, K.A.; Bodin, O.N.; Mukazhanov, Y.B. Portable ECG Monitoring System. Int. J. Adv. Comp. Sci. Appl. 2022, 13, 64–76. [Google Scholar] [CrossRef]
- Bouzid, Z.; Al-Zaiti, S.S.; Bond, R.; Sejdić, E. Remote and wearable ECG devices with diagnostic abilities in adults: A state-of-the-science scoping review. Heart Rhythm. 2022, 19, 1192–1201. [Google Scholar] [CrossRef]
- Guermandi, M.; Benatti, S.; Benini, L. A Noncontact ECG Sensing System with a Micropower, Ultrahigh Impedance Front-End, and BLE Connectivity. IEEE Sens. J. 2024, 24, 4609–4617. [Google Scholar] [CrossRef]
- Mendenhall, G.S.; Jones, M.O.; Pollack, C.V.; Eoyang, G.P.; Silber, S.H.; Kennedy, A. Precordial electrocardiographic recording and QT measurement from a novel wearable ring device. Cardiovasc. Digit. Health J. 2023, 5, 8–14. [Google Scholar] [CrossRef]
- Steijlen, A.S.; Jansen, K.M.; Albayrak, A.; Verschure, D.O.; Van Wijk, D.F. A Novel 12-Lead Electrocardiographic System for Home Use: Development and Usability Testing. JMIR Mhealth Uhealth 2018, 6, e10126. [Google Scholar] [CrossRef]
- Dong, Q.; Downen, R.S.; Li, B.; Tran, N.; Li, Z. A Cloud-Connected Multi-Lead Electrocardiogram (ECG) Sensor Ring. IEEE Sens. J. 2021, 21, 16340–16349. [Google Scholar] [CrossRef]
- Zhang, Y.; Sun, G.; Yang, Y. 12-Lead ECG Data Acquisition System Based on ADS1298. Procedia Eng. 2012, 29, 2103–2108. [Google Scholar] [CrossRef]
- Zhang, H.; Tian, L.; Lu, H.; Zhou, M.; Zou, H.; Fang, P.; Yao, F.; Li, G. A wearable 12-lead ECG acquisition system with fabric electrodes. In Proceedings of the 2017 39th Annual International Conference of the IEEE Engineering in Medicine and Biology Society (EMBC), Jeju, Republic of Korea, 1–15 July 2017; pp. 4439–4442. [Google Scholar] [CrossRef]
- Boehm, A.; Yu, X.; Neu, W.; Leonhardt, S.; Teichmann, D. A Novel 12-Lead ECG T-Shirt with Active Electrodes. Electronics 2016, 5, 75. [Google Scholar] [CrossRef]
- Wan, C.; Gao, S.; Shang, X.; Wu, Z.; Li, T.; Ling, W.; Zhou, M.; Huo, W.; Guo, Y.; Huang, X. A Flexible and Stretchable 12-Lead Electrocardiogram System with Individually Deformable Interconnects. Adv. Mater. Technol. 2022, 7, 2100904. [Google Scholar] [CrossRef]
- Pineda-López, F.; Martínez-Fernández, A.; Rojo-Álvarez, J.L.; García-Alberola, A.; Blanco-Velasco, M. A Flexible 12-Lead/Holter Device with Compression Capabilities for Low-Bandwidth Mobile-ECG Telemedicine Applications. Sensors 2018, 18, 3773. [Google Scholar] [CrossRef] [PubMed]
- Almukhambetova, E.; Almukhambetov, M.; Musayev, A.; Yeshmanova, A.; Indershiyev, V.; Kalhodzhaeva, Z. Remote Analysis and Transmission System of Electrocardiogram in Prehospital Setting; a Diagnostic Accuracy Study. Arch. Acad. Emerg. Med. 2022, 10, e5. [Google Scholar] [CrossRef]
- Sekhani, B.; Shah, D.; Kelkar, V. Remote ECG Monitoring System Using IoT and Machine Learning. In Proceedings of the International Conference on Wireless Communication, Nanjing, China, 14–17 October 2022; Lecture Notes on Data Engineering and Communications Technologies. Vasudevan, H., Gajic, Z., Deshmukh, A.A., Eds.; Springer: Singapore, 2022; Volume 92, pp. 249–257. [Google Scholar] [CrossRef]
- Behzadi, A.; Sepehri Shamloo, A.; Mouratis, K.; Hindricks, G.; Arya, A.; Bollmann, A. Feasibility and Reliability of SmartWatch to Obtain 3-Lead Electrocardiogram Recordings. Sensors 2020, 20, 5074. [Google Scholar] [CrossRef]
- Samol, A.; Bischof, K.; Luani, B.; Pascut, D.; Wiemer, M.; Kaese, S. Recording of Bipolar Multichannel ECGs by a Smartwatch: Modern ECG Diagnostic 100 Years after Einthoven. Sensors 2019, 19, 2894. [Google Scholar] [CrossRef] [PubMed]
- Avila, C.O. Novel Use of Apple Watch 4 to Obtain 3-Lead Electrocardiogram and Detect Cardiac Ischemia. Perm. J. 2019, 23, 19–025. [Google Scholar] [CrossRef] [PubMed]
- Spaccarotella, C.A.M.; Migliarino, S.; Mongiardo, A.; Sabatino, J.; Santarpia, G.; De Rosa, S.; Curcio, A.; Indolfi, C. Measurement of the QT interval using the Apple Watch. Sci. Rep. 2021, 11, 10817. [Google Scholar] [CrossRef] [PubMed]
- Kleiman, R.; Darpo, B.; Brown, R.; Rudo, T.; Chamoun, S.; Albert, D.E.; Bos, J.D.; Ackerman, M.J. Comparison of electrocardiograms (ECG) waveforms and centralized ECG measurements between a simple 6-lead mobile ECG device and a standard 12-lead ECG. Ann. Noninvasive Electrocardiol. 2021, 26, e12872. [Google Scholar] [CrossRef] [PubMed]
- Boikanyo, K.; Zungeru, A.M.; Sigweni, B.; Yahya, A.; Lebekwe, C. Remote patient monitoring systems: Applications, architecture, and challenges. Sci. Afr. 2023, 20, e01638. [Google Scholar] [CrossRef]
- El-Rashidy, N.; El-Sappagh, S.; Islam, S.M.R.; El-Bakry, H.M.; Abdelrazek, S. Mobile Health in Remote Patient Monitoring for Chronic Diseases: Principles, Trends, and Challenges. Diagnostics 2021, 11, 607. [Google Scholar] [CrossRef]
- Hanada, E.; Ishida, K.; Kudou, T. Newly identified electromagnetic problems with medical telemetry systems. Przegląd Elektrotechniczny 2018, 94, 21–24. [Google Scholar] [CrossRef]
- Lonzetta, A.M.; Cope, P.; Campbell, J.; Mohd, B.J.; Hayajneh, T. Security Vulnerabilities in Bluetooth Technology as Used in IoT. J. Sens. Actuator Netw. 2018, 7, 28. [Google Scholar] [CrossRef]
- Qaim, W.B.; Ometov, A.; Molinaro, A.; Lener, I.; Campolo, C.; Lohan, E.S.; Nurmi, J. Towards Energy Efficiency in the Internet of Wearable Things: A Systematic Review. IEEE Access 2020, 8, 175412–175435. [Google Scholar] [CrossRef]
- MT3620 Datasheet. Available online: https://d86o2zu8ugzlg.cloudfront.net/mediatek-craft/documents/mt3620/MT3620-Datasheet-v1.2.pdf (accessed on 29 February 2024).
- Free, C.; Phillips, G.; Watson, L.; Galli, L.; Felix, L.; Edwards, P.; Patel, V.; Haines, A. The Effectiveness of Mobile-Health Technologies to Improve Health Care Service Delivery Processes: A Systematic Review and Meta-Analysis. PLoS Med. 2013, 10, e1001363. [Google Scholar] [CrossRef] [PubMed]
- Vaportzis, E.; Clausen, M.G.; Gow, A.J. Older Adults Perceptions of Technology and Barriers to Interacting with Tablet Computers: A Focus Group Study. Front. Psychol. 2017, 8, 1687. [Google Scholar] [CrossRef] [PubMed]
- Venkatesh, T.; Thong, X. Consumer Acceptance and Use of Information Technology: Extending the Unified Theory of Acceptance and Use of Technology. MIS Q. 2012, 36, 157. [Google Scholar] [CrossRef]
- Elmannai, W.; Elleithy, K. Sensor-Based Assistive Devices for Visually-Impaired People: Current Status, Challenges, and Future Directions. Sensors 2017, 17, 565. [Google Scholar] [CrossRef]
- Page, T. Touchscreen mobile devices and older adults: A usability study. Int. J. Hum. Factors Ergon. 2014, 3, 65–85. [Google Scholar] [CrossRef]
- Kaur, P.; Wang, Q.; Shi, W. Fall detection from audios with Audio Transformers. Smart Health 2022, 26, 100340. [Google Scholar] [CrossRef]
QRS Detector | I | II | V1 | V2 | V3 | V4 | V5 | V6 |
---|---|---|---|---|---|---|---|---|
TP | 134,597 | 133,722 | 131,962 | 134,269 | 134,577 | 135,014 | 135,173 | 135,004 |
FP | 134 | 190 | 370 | 189 | 111 | 84 | 107 | 138 |
FN | 181 | 179 | 363 | 170 | 141 | 92 | 141 | 98 |
Se, % | 99.87 | 99.87 | 99.73 | 99.87 | 99.90 | 99.93 | 99.90 | 99.93 |
PPV, % | 99.90 | 99.86 | 99.72 | 99.86 | 99.92 | 99.94 | 99.92 | 99.90 |
MAD | I | II | V1 | V2 | V3 | V4 | V5 | V6 |
---|---|---|---|---|---|---|---|---|
P-peak, ms | 0.5 ± 1.1 | 1.5 ± 1.7 | 1.0 ± 1.6 | 1.1 ± 1.7 | 1.3 ± 1.8 | 1.3 ± 1.8 | 1.1 ± 1.7 | 1.2 ± 1.7 |
Q-point, ms | 0.5 ± 1.0 | 0.9 ± 1.5 | 0.9 ± 1.5 | 0.8 ± 1.3 | 0.7 ± 1.3 | 0.8 ± 1.4 | 0.9 ± 1.5 | 1.0 ± 1.6 |
R-peak, ms | 0.2 ± 0.6 | 0.3 ± 0.6 | 0.4 ± 0.9 | 0.2 ± 0.6 | 0.2 ± 0.6 | 0.2 ± 0.4 | 0.1 ± 0.4 | 0.2 ± 0.5 |
S-peak, ms | 0.4 ± 0.8 | 0.3 ± 0.7 | 0.1 ± 0.4 | 0.2 ± 0.5 | 0.3 ± 0.6 | 0.3 ± 0.6 | 0.3 ± 0.5 | 0.4 ± 0.6 |
J-point, ms | 0.6 ± 1.2 | 1.2 ± 1.6 | 1.0 ± 1.6 | 0.7 ± 1.2 | 0.7 ± 1.2 | 0.7 ± 1.3 | 1.0 ± 1.5 | 1.3 ± 1.7 |
T-peak, ms | 0.3 ± 0.9 | 0.8 ± 1.4 | 0.5 ± 1.0 | 0.5 ± 1.0 | 0.6 ± 1.2 | 0.8 ± 1.5 | 0.9 ± 1.6 | 1.0 ± 1.6 |
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content. |
© 2024 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (https://creativecommons.org/licenses/by/4.0/).
Share and Cite
Krasteva, V.; Iliev, I.; Tabakov, S. Application of Convolutional Neural Network for Decoding of 12-Lead Electrocardiogram from a Frequency-Modulated Audio Stream (Sonified ECG). Sensors 2024, 24, 1883. https://doi.org/10.3390/s24061883
Krasteva V, Iliev I, Tabakov S. Application of Convolutional Neural Network for Decoding of 12-Lead Electrocardiogram from a Frequency-Modulated Audio Stream (Sonified ECG). Sensors. 2024; 24(6):1883. https://doi.org/10.3390/s24061883
Chicago/Turabian StyleKrasteva, Vessela, Ivo Iliev, and Serafim Tabakov. 2024. "Application of Convolutional Neural Network for Decoding of 12-Lead Electrocardiogram from a Frequency-Modulated Audio Stream (Sonified ECG)" Sensors 24, no. 6: 1883. https://doi.org/10.3390/s24061883
APA StyleKrasteva, V., Iliev, I., & Tabakov, S. (2024). Application of Convolutional Neural Network for Decoding of 12-Lead Electrocardiogram from a Frequency-Modulated Audio Stream (Sonified ECG). Sensors, 24(6), 1883. https://doi.org/10.3390/s24061883