Ventricular fibrillation (VF) is one of the most serious cardiovascular diseases that must be detected reliably and dealt with in a timely manner to improve the chance of patient survival from heart attacks. Early research focused on developing effective algorithms for VF detection; while most of the evaluations have been conducted offline with prefiltered data sets, practical application requires these tests to be performed in real time. Because there are many factors that may impact detection effectiveness, it is important to understand the impact of factors that improve detection accuracy. In this study, we developed an integrated simulated environment using IAR Embedded Workbench software to build an embedded system using a MSP430 microcontroller and Visual studio tool for S/W build; we then used this system to conduct real-time experiments for evaluating five lightweight VF detection algorithms and to examine factors that may impact their performance in terms of sensitivity, specificity, positive-predictivity, accuracy and computational time. The results were cross-validated using a prototype of a wearable Electrocardiogram (ECG) system developed by this study. The study showed that 1) the chosen detection algorithm, data filtering, and window size all have a significant impact on the performance of real-time VF detection; among these, the detection algorithm had the greatest impact so it must be carefully selected; 2) it is important to select the proper threshold value that affects tradeoffs in performance metrics. Among the five algorithms that this study evaluated, the Time Delay (TD) algorithm outperformed the others independent of window size or filtering method. This paper analyzed seven factors and examined the impacts of three of them on real-time VF detection. Based on analysis, the scaling process is very important, and a good detection method will reduce the degree of impact to a minimum level; otherwise, a filtering method should be considered. Considering the tradeoff between robustness and efficiency, TD is preferable because detection accuracy and robustness are more critical.
INDEX TERMS Heart attack; ventricular fibrillation (VF); factor analysis; real time; VF detection;
I. INTRODUCTIONAccording to the World Health Organization (WHO), cardiovascular diseases (CVDs) are the number one cause of death worldwide [1], and among CVDs, Ventricular Fibrillation (VF) is one of the most critical life-threatening cardiac arrhythmia diseases. Once a patient has suffered a VF attack, accurate detection and quick first aid are essential for improving the chance of survival.Previous research on VF detection primarily has focused on two main topics: 1) developing and evaluating the relative performance of detection algorithms [2-19], and 2) developing handheld devices for real-time monitoring [20][21][22][23]. Most previous performance studies have been conducted offline using prefiltered data sets, fixed threshold values, and a single time-window size (often 8 s); recently machine/deep learning-based met...