Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content
BY 4.0 license Open Access Published by De Gruyter Open Access June 28, 2022

Design of a web laboratory interface for ECG signal analysis using MATLAB builder NE

  • Hussain A. Jaber ORCID logo EMAIL logo , Hadeel K. Aljobouri and Ilyas Çankaya
From the journal Open Computer Science

Abstract

An electrocardiogram (ECG) is a noninvasive test, determining any defect in the heart rate or rhythm or changes in the shape of the QRS complex is very significant to detect cardiac arrhythmia. In this study, novel web-ECG simulation tools were proposed using MATLAB Builder NE with WebFigure and ASP.NET platform. The proposed web-ECG simulation tools consisted of two components. First, involved the analyses of normal real ECG signals by calculating the P, Q, R, S, and T values and detecting heart rate, while the second part related to extracting the futures of several types of abnormality real ECG. For calculating the PQRST values, simple and new mathematical equations are proposed in the current study using MATLAB. The Web ECG is capable to plot normal ECG signals and five arrhythmia cases, so the users are able to calculate PQRST easily using the proposed simple method. ECG simulation tools have been tested for validity and educational contributions with 62 undergraduate and graduate students at the Al-Nahrain University-Biomedical Engineering Department, Iraq. The proposed ECG simulation tools have been designed for academic learning to be run easily by a student using only any web browsers without the need for installing MATLAB or any extra programs. The proposed tools could provide a laboratory course for ECG signal analysis using a few buttons, as well as increase and develop the educational skills of students and researchers.

1 Introduction

Laboratories are the essential support for undergraduate students and researchers with each other as well as courses that lead to improving their skills in solving and fixing practical problems, particularly in engineering laboratories. These laboratories present experiments in evolving students’ skills which leads to promoting universities which are the basis for the development of countries [1,2]. An electrocardiogram (ECG) is the chart and map of the heart. The ECG records the electrical activity of the human heart, and the acquired signal is printed on paper. This record is utilized for the early diagnosis of heart disease. The normal and typical ECG wave is composed of a series of positive and negative waveforms, namely, the P wave, QRS complex, and T wave. The ECG is the most frequently used test to assess the heart. This record is significant because it can screen for various cardiac abnormalities. ECG devices are readily available in the majority of medical facilities [3,4,5]. The heart rate, the rhythm of the heart, abnormality in the muscle of the heart, evidence of a previous heart attack, or the presence of coronary artery disease can be detected from the ECG trace [6,7].

The changes in the electrical pattern of the ECG can offer important clues for the occurrence of syncope or may distinguish heart disease. Thus, clinicians and biomedical engineers who study heart diseases should be trained in interpreting ECG signals [8,9,10]. Studies on heart diseases have resulted in the remarkable development in the application of computer-assisted learning (CAL) tools widely utilized in medical and biomedical engineering education, especially for physiological data analysis [11,12,13,14]. Tools for ECG interpretation and feature extraction are some examples of CAL tools [15,16,17]. Numerous academic and commercial studies on ECG interpretation and feature extraction tools have been conducted. McClennen et al. proposed a novel teaching tool for physicians and medical school students. The tool was based on the creation of a web-based ECG system that connects directly with the clinical repository of a hospital [18]. Rodríguez et al. presented a new approach using web service technology to capture, record, and analyze the ECG signals in a personal digital assistant carried by a patient [19]. Nilsson et al. introduced studies on the evaluation of a web-based ECG interpretation program using a diagnostic test to allow medical student users to assess the effect of the program on their skills in ECG interpretation and extraction [20]. Shopov et al. proposed a web-based ECG Personal Health System, which includes a multi-tiered architecture combined with an information system to facilitate the remote examination and analysis of a physician [21]. Islam et al. designed software tools for ECG analysis using MATLAB and LABVIEW programs. The tools included the generation, interpretation, extraction, calculation, and comparison of different ECG signals [22]. Kırbaş and Bayılmış introduced a web-based remote monitoring interface using MATLAB Builder NE with WebFigure, and this interface was applied in medical care using a wireless body area sensor network [23]. Güney et al. designed a new web-ECG simulator using MATLAB WebFigure and included nine types of arrhythmias. In addition, three different noises, namely, baseline wander, power line interference, and random noise, are added to the clear ECG signal in this simulator [24]. Granero-Molina et al. studied the implication of new web simulation curricula in nursing schools and determined the effect of web ECG simulation on strategies and learning styles [25]. AL-Ziarjawey and Çankaya proposed a mathematical algorithm to obtain the P, Q, R, S, and T values, draw these values on the ECG wave, and detect heart rate. The proposed algorithm was materialized by a graphical user interface (GUI) using the MATLAB platform. The software has been devoted to education and scientific research [26]. Ogundepo and Ponnle introduced a model based on the GUI with MATLAB to analyze ECG and detect arrhythmia using a back-propagation neural network. The proposed tools encompass pre-processing of ECG signals and feature extraction [27].

In this study, a novel web-based ECG simulation monitoring system based on MATLAB Builder NE and ASP.NET platform is presented. The web-based ECG simulation tools were designed and developed for educational and scientific research rather than clinical diagnosis. A simple mathematical algorithm for analyzing ECG signal components is proposed to detect the P, Q, R, S, and T values for real normal and abnormal ECG cases. This paper is structured as follows. Section 2 presents a brief review of the ECG signal analysis, which includes feature extraction, and the related works. Section 3 presents an introduction to the architectural layout of the web-ECG simulation tools and design process. Section 4 describes the contents and results of the proposed web-ECG simulation tools. In Section 5, evaluation results of proposed WEB ECG tools are presented. Finally, conclusions and future research directions are drawn in Section 6.

2 Methodology and related work

The proposed web-ECG simulation tools are very comprehensive and significant for clinicians and engineers in research and medical students. In current work, a comprehensive, general-goal, user-friendly, graphical user interface ECG signal extraction features tools, which are easy to learn have been developed based on MATLAB Builder NE

This package involved the analyses of normal and abnormal real ECG signals by calculating the P, Q, R, S, and T values and detecting heart rate. The main contribution in the presented work is the calculating of the P, Q, R, S, and T values using simple and new equations with MATLAB. The simple algorithm is tested on the normal ECG and standard arrhythmia database of the MIT-BIH [28], to demonstrate the performance of the proposed algorithm and web-ECG simulation on real ECG data.

2.1 Normal ECG analysis

In this work, a new and simple proposed method is performed to obtain the P, Q, R, S, and T values (Figure 1). This method is based on finding a mathematical relationship between the highest values (peaks and valleys) of the ECG waveform and time. So, the number of samples for one cardiac cycle should be selected in an ECG signal first.

Figure 1 
                  Normal ECG with P, Q, R, S, and T values.
Figure 1

Normal ECG with P, Q, R, S, and T values.

In the proposed method, the normal ECG signal is set to 400 sampling during every 1 cycle (example in our case). The different points are detected by determining the following values:

  • R point, which is the maximum amplitude in one cardiac cycle (400 samplings) in an ECG signal;

    (1) R point = max ( one cardiac cycle in ECG signal ) .

  • Q point, which is the minimum amplitude after shifting several steps (d1) toward the left of the R point at position (R-d1);

    (2) Q point = min ( ECG signal till R point ) .

  • P point, which is the maximum amplitude after shifting several steps (d2) toward the left of the Q point at position (Q-d2);

    (3) P point = max ( ECG signal till  Q  point ) .

  • S point, which is the minimum amplitude after shifting several steps (d3) toward the right of the R point at position (Q + d3);

    (4) S point = min(ECG signal from R point till ( End point of one cardiac cycle in an ECG signal Start point of one cardiac cycle in an ECG signal ) .

  • T point, maximum amplitude after shifting several steps (d4) toward the right of the S point at position (Q + d4);

(5) T point = max(ECG signal from S point till end point of one cardiac cycle in an ECG signal) .

Figure 2 shows the length of a normal ECG wave, the length of this wave is with 5,000 samplings. The length of each cardiac cycle is about 400 sampling, so in the proposed method, the length of each cardiac cycle should be defined first, and it can be used easily with the presented tool.

Figure 2 
                  The length of a normal ECG wave.
Figure 2

The length of a normal ECG wave.

2.2 Abnormal ECG analysis

The second section of the proposed packages provides the same features as in section A for the normal ECG signal analysis. In this section, various abnormal ECG signals, namely, supraventricular arrhythmia, apnea, normal sinus rhythm, ventricular tachyarrhythmia, and intracardiac atrial fibrillation, are analyzed. Arrhythmia is detected, and the P, Q, R, S, and T waves are also calculated using the proposed simple method. Moreover, heart rate in the abnormal ECGs is detected. The same mathematical calculations (equations (15)) used with normal ECG analysis are the same as that used in the abnormal ECG analysis. The difference in the application between the two analyses is in selecting the number of samples. In the normal ECG analysis, the sampling is set to 400 during every one cycle because it is rhythm; while, in the abnormal ECG analysis, the length of each cardiac cycle is different from one case to another. Also, during the same ECG wave, each cardiac cycle is different in sampling length from another because most cases are irregular as shown in Table 1. So, the length of each cardiac cycle should be defined first as in the normal ECG, and the user/student should enter the starting and end point of each cardiac cycle easily with the presented tool according to each abnormal case.

Table 1

Brief Summary of the Results of the Abnormal ECG signals

Name of abnormality Normal sinus rhythm Apnea-ECG Supraventricular Arrhythmia Ventricular Tachyarrhythmia Intra cardiac atrial fibrillation
Rate 96 bpm 73 bpm 53 bpm 125 bpm 125 bpm
Rhythm Regular Regular Regular May be irregular Irregular
ecg graph with waves characteristic P = 19, Q = −83, R = 439, S = −155, T = 43 P = 31, Q = −48, R = 294, S = −165, T = 47 P = −15, Q = −27, R = 283, S = −115, T = −7 P = −29, Q = −85, R = 1,026, S = −60, T = −25 P = −432, Q = −984, R = 7,696, S = −1,041, T = −404

3 Web-ECG simulation architecture

The design of the web-ECG simulation tools using MATLAB Builder NE and ASP.NET in Microsoft Visual Studio Platform is illustrated in Figure 3.

Figure 3 
               Design of web-ECG simulation tools.
Figure 3

Design of web-ECG simulation tools.

First, the MATLAB codes reflecting all functions of the proposed web-ECG simulation tools were written as Functions.m files. After compilation of the coding files in MATLAB, a.NET component is created using the deployment tool GUI to build a.NET class. Then, all.m files are added to create.dll files in Ditrib & Src folders as.NET components. Then, web-ECG simulation tools are designed using the ASP.NET Web Site under the Visual Studio program platform. Then, the WebFigure control from the toolbar is dragged to the website page. A reference component to the MWArray and another reference to the deployed components created by MATLAB Builder NE are created. Thereafter, a code for the website page is written using C# in the Microsoft Visual Studio Platform. Finally, the webpage is tested by selecting debug and running the program in Microsoft Visual Studio [29,30,31,32].

4 Web-ECG results

The results of the web-ECG simulation tools are composed of the following components: first, ECG analyses of a normal ECG trace; second, ECG analyses of abnormalities. First of all, a simple user registration form is built in ASP.Net designing using C# to allow the user to register with the website. This step helps the user to enter and utilize the web-ECG simulation tools. The user fills up the registration form with several details, such as username and password. The provided information is saved in the database table connected to this site. Thus, the user should confirm registration to access the website in ASP.Net. The user/student can enter at any time using only his/her username and password on the login page (Figure 4).

Figure 4 
               ASP.NET website registration page.
Figure 4

ASP.NET website registration page.

The proposed web-ECG simulation tools consist of multiple pages. The confirmed registered user can navigate the pages just by clicking the name of the page. The startup (main) page that will appear after correct login and when the user chooses any page is shown in Figure 5.

Figure 5 
               ASP.NET website startup (main) page.
Figure 5

ASP.NET website startup (main) page.

From the startup (main) page, the user can navigate five pages, namely, registration page, normal ECG analysis, and abnormal ECG analysis.

4.1 Abnormal ECG analysis

The first section of the proposed package provides the main features of the analysis of a normal ECG signal from the MIT-BIH Database PhysioNet. The steps of detecting P-QRS-T and heart rate are presented in a simple flowchart, as shown in Figure 6. The first step is the selection of the ECG lead (I, II, or III) and the type of file (.mat.txt, or .xlsx file). Then, the proposed algorithm starts to read the ECG data and remove the low- and high-frequency components. Then, the windowing filter and thresholding are used to find the local maxima. Finally, an adjust filter (again windowing filter) is used to detect R–peaks, heart rate, and P-QRS-T waves using a simple mathematical calculation.

Figure 6 
                  Detection of P-QRS-T and heart rate.
Figure 6

Detection of P-QRS-T and heart rate.

The first section of the proposed package provides the main features of the analysis of a normal ECG signal. This tool analyzes the ECG recordings to obtain the P, Q, R, S, and T values and detect heart rate (Figure 7), as follows:

  1. A full sampling of ECG signal recordings is drawn after the selection of the type of data as an a.mat,.txt, or.xlsx file that matches with the lead I, II, or III.

  2. Data are imported from the hard disk or over the network and from any type of data.

  3. Selecting the “Detect R-peak & HR” button implements the detection of heart rate proceedings using a windowing filter twice to find the local maxima of the R-peak after removal of the low-frequency components. Then, the filter size is adjusted.

  4. The user can save the graph in any of three types of files (.fig, .png or .bmp) when the “Export & save Graph” button is clicked.

  5. The user can save data as .txt, .mat, or .xlsx file.

  6. The program can save different types of images (figures).

  7. The program can also save different types of data.

  8. Clicking the “Get Analysis Data” button will run ECG data analysis to calculate the P, Q, R, S, and T values. The number of samples for one cardiac cycle in an ECG signal of the P-QRS-T waves should be set to 400 samples.

  9. The user can save the graph displayed at the bottom in any of the three types of files (.fig, .png, or .bmp) when this button is clicked.

  10. The user can print out each figure.

  11. Different types of images are available.

  12. The user can select whether to print all or specific samples.

  13. The range of sampling data is entered.

  14. The “POP-UP” menu is used to select steps to detect R-peaks and heart rate.

  15. The type of data (.mat, txt, and xlsx) is selected.

  16. The user selects data for any lead of the ECG that the user wants to be drawn.

Figure 7 
                  Web-ECG simulation tools to analyze normal ECG signals.
Figure 7

Web-ECG simulation tools to analyze normal ECG signals.

4.2 Abnormal ECG analysis

The other section of the WEB-ECG Simulation tools packages provides the same features as the previous section. The main different features in this part are the ECG abnormality analysis. This analysis includes (supraventricular arrhythmia, apnea, normal sinus rhythm, ventricular tachyarrhythmia, and intracardiac atrial fibrillation) which analyzes the abnormalities of ECG recordings. The objective of this analysis is to detect arrhythmia and calculate P, Q, R, S, and T waves; as well as to detect the heart rate of ECG abnormalities. Therefore, Table 1 and Figure 8 provide all abnormal ECG signals and a summary of the results of these abnormalities.

Figure 8 
                  Third main page of the proposed web-ECG simulation tools for analyzing abnormal ECG signals.
Figure 8

Third main page of the proposed web-ECG simulation tools for analyzing abnormal ECG signals.

Table 1 lists the data from several abnormal ECG signals from the MIT-BIH Database Arrhythmia PhysioNet. The first case is normal sinus rhythm, in which the heartbeat is normal at 96 bpm (between 60 and 100 bpm). The rhythm is healthy with a normal and regular heartbeat. The shape of this case shows three clear deflection waves, namely, P, QRS, and T.

The second signal shows an apnea ECG, which may be misinterpreted as normal because of the regular rhythm and normal heart rate of 73 bpm (between 60 and 100). The shape of the wave also embodies the three deflections. The third case is supraventricular arrhythmia, which shows an abnormality in the timing or pattern of the heartbeat. Arrhythmias lead to very rapid, very low, or irregular heartbeat. In supraventricular arrhythmia, the heartbeat is very low at 53 bpm. The fourth case is ventricular tachyarrhythmia, which shows irregular rhythm and very rapid heartbeat at 125 bpm (over 120 bpm). The fifth case is intracardiac atrial fibrillation. This condition is activated in the atria which leads to an irregular rhythm. The heartbeat is very rapid at 125 bpm (over 120 bpm).

5 WEB-ECG assessment

Web ECG simulation tools have been tested for validity and educational contributions, by considering these tools as a supplement for medical practitioners or biomedical engineers and as an efficacious educational tool for learning and analyzing ECG. Web ECG system is evaluated at the Al-Nahrain University in which nearly 62 students in biomedical engineering in both undergraduate and graduate studies participated to assess the WEB-ECG system in terms of educational contributions and validity. WEB ECG system tools were designed with an automatic evaluation form (Figure 9) on the main page of this system in which several questions are presented about the efficiency and flexibility of this system. The evaluation form was designed to rank the WEB ECG system with eleven questions, by using a scale of five points (excellent = 5, very good = 4, good = 3, fair = 2, and very poor = 1). The evaluation form is filled out by students after using the WEB ECG system tools and submitted to the serve under the ASP.NET platform.

Figure 9 
               Evaluation form.
Figure 9

Evaluation form.

The information of evaluation is saved in the database table connected to this site, then authors can analyze these data to convert them into a statistical report (bar graph) (Figure 10) that reflects how the students are evaluated by this system. The statistical report is beneficial in examining the skills gained by students after utilizing the WEB ECG system as well as providing feedback information about the extent of WEB ECG success and meets the requirements of distance learning. The results of the statistical report are shown in Figure 10. The questions in the evaluation form can be classified into five sets. The first four questions are concerning in the facilitating the education success as well as learning how to calculate heart rate and P, Q, R, S, and T values with WEB ECG tools. There are at least 81% of students were said that the WEB ECG system has a positive response regarding the ease of using this system. The second set includes questions (five, six, seven, and eight) that are related to ease of use as well as to purpose to get feedback on the use of the WEB ECG system, and most of the students were believed that the WEB ECG system is very useful and very easy to use as well as user-friendly tools, as a result, the average is increased to 85%. The third set has only the ninth question, related to the response time of WEB ECG simulation tools. There are at least 80% of students who said that the WEB ECG system has a negative response regarding the time response of using this system, because students have to wait for around in sometimes more than one minute for getting the result because of the connection between the student (client) and server need some time, so the average is decreased to 42%.

Figure 10 
               Evaluation results.
Figure 10

Evaluation results.

The fourth set has only the tenth question that is related to the overall success and score of WEB ECG; the majority of students, nearly 83%, have believed the WEB ECG system is very acceptable and successful. The fifth set has only the eleventh question, which relates to whether the structure of the WEB ECG system is adaptable and appropriate for designing a different web-based on different biomedicine fields. There are 80% of students who have thought that the structure of WEB ECG is suitable to design and perform another WEB system for another application course in the biomedical field for improving the practical skills of students.

6 Discussion

Laboratories are the essential support for undergraduate students and researchers with each other as well as courses that lead to improving their skills in solving and fixing practical problems, particularly in engineering laboratories. These laboratories present experiments in evolving students’ skills which leads to promoting universities which are the basis for the development of countries.

There are different literature that introduced a description of the development of the ECG simulator on various platforms, but still, all the presented work was limited to a specific type and number of ECG signal cases. Software tool using MATLAB and LABVIEW programs has been introduced for analyzing different ECG signals [22]. A web-based using MATLAB Builder NE with WebFigure was applied in medical care using a wireless body area sensor network [23]. Another web-ECG simulator using MATLAB WebFigure has been introduced to deal with nine types of arrhythmias and three different noises [24].

The presented ECG software package is designed to extract features for any shape of ECG signal and classify the ECG signals for detecting arrhythmia according to the analyzed signals. Actually, our tool has many structures, and the main contribution to this work is the implementation of a new and simple proposed method to obtain values of P, Q, R, S, and T. This method is based on finding a mathematical relationship between the highest values (peaks and valleys) of the ECG waveform and time.

In the presented tool, the clinicians are capable to import data (any type of ECG signal) from any place (inside the computer, outside computers like hard disk or any storage as well as from internet website). However, the equipment utilized in these laboratories are still so costly, so the suggested WEB ECG tools in current work are presented as cheap educational interface way as well as user-friendly tools for students and researchers. This tools package enables the opening of a new approach for researchers and undergraduate and graduate students about how they can use ECG signals and be familiar with other biosignals in the future by using similar tools for processing and extracting features of it. As a result, the aim of designing WEB ECG tools is to improve the learning of students and understanding of how can find some features extraction of ECG.

7 Conclusion and future works

The proposed current work is very necessary and has vital significance, especially in countries that suffer from a lack of financial resources which lead to raising the criterion of the education level profession. It should promote sharing medical consultation in the field of cardiology between medical centers in different governorates inside the country and also between centers in other countries.

The presented simulation tools are essential for academic instruction by clinicians, engineers, and researchers, as well as for the training of medical students. This package is beneficial as a supplement for medical practitioners and as an efficacious educational tool for learning and analyzing ECGs. The proposed web-ECG simulation tools can be utilized to train clinicians and engineers working in fields related to the study of heart disease. The proposed web-ECG simulation tool package is a simple and authoritative method to detect the P, Q, R, S, and T values of normal and abnormal ECG cases.

Therefore, the package provides the following main features:

  1. Detection of R-peaks and measurement of the heart rate in real normal and abnormal ECG signals.

  2. Detection of P, Q, R, S, and T values in real normal and abnormal ECG signals.

  3. Classification of ECG signals to detect arrhythmia according to the analyzed signals. These cases included supraventricular arrhythmia, apnea, normal sinus rhythm, ventricular tachyarrhythmia, and intracardiac atrial fibrillation.

  4. Differentiation of the shape of normal from abnormal ECG signals by analyzing these signals and extracting the features of both types of ECG traces.

  5. Building a web-ECG simulation tool package without installing any program (MATLAB) such that users who do not have MATLAB can use this package directly using a few buttons.

  6. Web ECG can be used in laboratory environments as well as for distance learning by running only a web browser without the need to install any other program.

  7. Web ECG can be operated across different computer platforms such as Windows, Linux, UNIX, and son.

In summary, the proposed WEB-ECG Simulation tool is more beneficial for academic students as a supplemental course. Moreover, the installation of MATLAB is not necessary to use the package. Only MATLAB Compiler Runtime (MCR) and a web browser are required. Web-ECG system is very easy to run and maintain. The package is robust and flexible. The tool is very easy to grow and develop.

For future work, the method can be developed further by applying it to telemedicine. Cardiac arrhythmia detection through remote access to ECG diagnosis is highly effective and beneficial for medical practitioners and patients. The remote access control is performed between the patient and the hospital or research center by transmitting ECG information of a patient for 24 h a day, especially from one clinic or patient’s home for chronic patients to a remote site. Thus, this service facilitates the feasibility of a homecare service center for telehomecare and creates a link between nurses and specialist doctors when an abnormality is found in the patient. Future studies related to ECG diagnosis using telemedicine applications are very significant. Moreover, other techniques, such as artificial neural networks, can be used to process ECG signals.

  1. Conflict of interest: Authors state no conflict of interest.

  2. Data Availability Statement: PhysioBank Databases. https://physionet.org/physiobank database.

References

[1] H. K. Aljobouri. “A virtual EMG signal control and analysis for optimal hardware design,” Int. J. Online Biomed. Eng. (iJOE), vol. 18, no. 2. pp. 154–166, Feb. 2022. 10.3991/IJOE.V18I02.27047.Search in Google Scholar

[2] H. K. Aljobouri and F. E. Ali. “Brain-Computer interface based on VEP and FMRI package,” Am. J. Biomed. Sci., vol. 2019, no. 1. pp. 36–43, 2019. 10.5099/aj190100036.Search in Google Scholar

[3] N. Kumar, I. Ahmad, and D. P. Rai. “Signal processing of ECG using matlab.” 2012. Accessed: Apr. 07, 2019. [Online]. https://www.semanticscholar.org/paper/Signal-Processing-of-ECG-Using-Matlab-Kumar-Ahmad/750aa9af65c578a1f02450b20214fb0b849569e1.Search in Google Scholar

[4] H. K. Al-Jobouri. “Wireless bioinstruments for telecare,” 2011 1st Middle East Conference on Biomedical Engineering, MECBME 2011, 2011, pp. 5–10. 10.1109/MECBME.2011.5752052.Search in Google Scholar

[5] S. Karpagachelvi, M. Arthanari, and M. Sivakumar. “ECG feature extraction techniques – a survey approach,” May 2010, Accessed: Apr. 07, 2019. [Online]. http://arxiv.org/abs/1005.0957.Search in Google Scholar

[6] J. D. Bronzino. The Biomedical Engineering Handbook, CRC/Taylor & Francis, UK, 2006.10.1201/9781420003857Search in Google Scholar

[7] H. K. AL-Jobouri, I. Cankaya, and O. Karal. “From biomedical signal processing techniques to fmri parcellation,” Biosci. Biotechnol. Res. Asia, vol. 12, no. 2. pp. 1115–1138, 2015. 10.13005/bbra/1764.Search in Google Scholar

[8] U. R. Acharya, J. S. Suri, J. A. E. Spaan, S. M. Krishnan, Eds. Advances in Cardiac Signal Processing, Berlin, Heidelberg, Springer Berlin Heidelberg, 2007. 10.1007/978-3-540-36675-1 Search in Google Scholar

[9] G. S. Wagner, and D. G. Strauss. Marriott’s Practical Electrocardiography. LWW, UK, 2013.Search in Google Scholar

[10] R. K. Hobbie, B. J. Bradley, and J. Roth. Intermediate Physics for Medicine and Biology, Springer, New York, NY, 2010.Search in Google Scholar

[11] M. Ayala, M. Adjouadi, M. Cabrerizo, and A. Barreto. “A Windows-based interface for teaching image processing,” Computer Appl. Eng. Educ., vol. 18, no. 2, Jun. 2009. 10.1002/cae.20171.Search in Google Scholar

[12] R. Peredo, A. Canales, A. Menchaca, and I. Peredo. “Intelligent Web-based education system for adaptive learning,” Expert. Syst. Appl., vol. 38, no. 12. pp. 14690–14702, Nov. 2011. 10.1016/J.ESWA.2011.05.013.Search in Google Scholar

[13] A. Canales, A. Peña, R. Peredo, H. Sossa, and A. Gutiérrez. “Adaptive and intelligent web based education system: Towards an integral architecture and framework,” Expert. Syst. Appl., vol. 33, no. 4. pp. 1076–1089, Nov. 2007. 10.1016/J.ESWA.2006.08.034.Search in Google Scholar

[14] Y. Linn. “An ultra low cost wireless communications laboratory for education and research,” IEEE Trans. Educ., vol. 55, no. 2. pp. 169–179, May 2012. 10.1109/TE.2011.2158318.Search in Google Scholar

[15] J. F. Burke, E. Gnall, Z. Umrudden, M. Kyaw, and P. K. Schick. “Critical analysis of a computer-assisted tutorial on ECG interpretation and its ability to determine competency,” Med. Teach., vol. 30, no. 2. pp. e41–e48, Jan. 2008. 10.1080/01421590801972471.Search in Google Scholar PubMed

[16] Y. Lessard, J. P. Sinteff, P. Siregar, N. Julen, F. Hannouche, S. Rio, et al. “An ECG analysis interactive training system for understanding arrhythmias,” Stud. Health Technol. Inf., vol. 150, pp. 931–935, 2009. Accessed: Apr. 08, 2019. [Online]. http://www.ncbi.nlm.nih.gov/pubmed/19745450.Search in Google Scholar

[17] A. Al-Omary, W. El-Medany, and R. Al-Hakim. “Heart disease monitoring system using web and smartphone,” 2007. Accessed: Apr. 08, 2019. [Online]. www.ijareeie.com.Search in Google Scholar

[18] S. McClennen, L. A. Nathanson, C. Safran, and A. L. Goldberger. “ECG wave-maven: An Internet-based electrocardiography self-assessment program for students and clinicians,” Med. Educ. Online, vol. 8, no. 1. p. 4339, Dec. 2003. 10.3402/meo.v8i.4339.Search in Google Scholar PubMed

[19] J. Rodriguez, L. Dranca, A. Goñi, and A. Illarramendi. “Web access to data in a mobile ECG monitoring system,” Stud. health Technol. Inf., vol. 105, pp. 100–11, 2004. http://www.ncbi.nlm.nih.gov/pubmed/15718599.Search in Google Scholar

[20] M. Nilsson, G. Bolinder, C. Held, B. -L. Johansson, U. Fors, and J. Östergren. “Evaluation of a web-based ECG-interpretation programme for undergraduate medical students,” BMC Med. Educ., vol. 8, no. 1. p. 25, Dec. 2008. 10.1186/1472-6920-8-25.Search in Google Scholar PubMed PubMed Central

[21] M. P. Shopov, N. R. Kakanakov, and G. V. Spasov. “Distributed system for monitoring of physiological parameters in web-based personal health systems,” 2009. Accessed: Apr. 08, 2019. [Online]. http://ecad.tu-sofia.bg/et/2009/ET_2009/AEM2009_1/Electronic Medical Equipment/35-Paper-G_Spasov.pdf.Search in Google Scholar

[22] M. K. Islam, A. N. M. M. Haque, G. Tangim, T. Ahammad, and M. R. H. Khondokar. “Study and analysis of ECG signal using MATLAB & LABVIEW as effective tools,” Int. J. Computer Electr. Eng., vol. 4, pp. 404–408, 2012. 10.7763/IJCEE.2012.V4.522.Search in Google Scholar

[23] “HealthFace: A web-based remote monitoring interface for medical healthcare systems based on a wireless body area sensor network ˙ Ismail KIRBAS¸1KIRBAS¸KIRBAS¸1, Cüneyt BAYILMIS¸2BAYILMIS¸BAYILMIS¸2”. 10.3906/elk-1011-934.Search in Google Scholar

[24] E. Güney, Z. Ekşi, and M. Çakıroğlu. “WebECG: A novel ECG simulator based on MATLAB Web Figure,” Adv. Eng. Softw., vol. 45, no. 1. pp. 167–174, Mar. 2012. 10.1016/j.advengsoft.2011.09.005.Search in Google Scholar

[25] J. Granero-Molina, C. Fernández-Sola, E. López-Domene, J. M. Hernández-Padilla, L. S. R. Preto, and A. M. Castro-Sánchez. “Effects of web-based electrocardiography simulation on strategies and learning styles,” Rev. da Esc. de. Enferm. da USP., vol. 49, no. 4. pp. 0650–0656, Aug. 2015. 10.1590/S0080-623420150000400016.Search in Google Scholar PubMed

[26] H. AL-Ziarjawey. “Heart rate monitoring and PQRST detection based on graphical user interface with matlab,” Int. J. Inf. Electron. Eng., vol. 5, no. 4. pp. 311–316, 2015. 10.7763/IJIEE.2015.V5.550.Search in Google Scholar

[27] O. Y. Ogundepo and A. A. Ponnle. “Development of a computer-aided application for analyzing ECG signals and detection of cardiac arrhythmia using back propagation neural network – Part II: GUI development,” Int. J. Appl. Inf. Syst., vol. 9, no. 3. pp. 26–36, Jun. 2015. 10.5120/ijais15-451379.Search in Google Scholar

[28] “PhysioBank Databases.” https://physionet.org/physiobank/database/. (Accessed Apr. 08, 2019).Search in Google Scholar

[29] “MATLAB ® CompilerTM User’s Guide R2013b,” 1995. Accessed: Apr. 08, 2019. [Online]. www.mathworks.com.Search in Google Scholar

[30] “Matlab application deployment – Web example guide user’s guide | manualzz.com.” Https://manualzz.com/doc/1145230/matlab-application-deployment—web-example-guide-user-s-. (Accessed Apr. 08, 2019).Search in Google Scholar

[31] M. MacDonald. Beginning ASP.NET 3.5 in VB 2008, Berkeley, CA, Apress, 2007. 10.1007/978-1-4302-0431-2.Search in Google Scholar

[32] H. A. Jaber. “ECG signal processing techniques by using ASP.NET application based on GUI in matlab,” Ankara Yıldırım Beyazıt Üniversitesi Fen Bilimleri Enstitüsü, Turkey, 2015.Search in Google Scholar

Received: 2020-03-18
Revised: 2022-05-18
Accepted: 2022-05-26
Published Online: 2022-06-28

© 2022 Hussain A. Jaber et al., published by De Gruyter

This work is licensed under the Creative Commons Attribution 4.0 International License.

Downloaded on 6.1.2025 from https://www.degruyter.com/document/doi/10.1515/comp-2022-0244/html
Scroll to top button