Deterministic Approach to Detect Heart Sound Irregularities
Volume 2, Issue 3, Page No 974–980, 2017
Adv. Sci. Technol. Eng. Syst. J. 2(3), 974–980 (2017);
DOI: 10.25046/aj0203123
Keywords: Heart sounds, Detection, S-transform
A new method to detect heart sound that does not require machine learning is proposed. The heart sound is a time series event which is generated by the heart mechanical system. From the analysis of heart sound S-transform and the understanding of how heart works, it can be deducted that each heart sound component has unique properties in terms of timing, frequency, and amplitude. Based on these facts, a deterministic method can be designed to identify each heart sound components. The recorded heart sound then can be printed with each component correctly labeled. This greatly help the physician to diagnose the heart problem. The result shows that most known heart sounds were successfully detected. There are some murmur cases where the detection failed. This can be improved by adding more heuristics including setting some initial parameters such as noise threshold accurately, taking into account the recording equipment and also the environmental condition. It is expected that this method can be integrated into an electronic stethoscope biomedical system.
1. Introduction
Auscultation is an act of medical diagnosis by listen-ing to sounds from the heart, lungs or other organs with a stethoscope. Stethoscope has been a popular tool to early diagnose a patient since its development on 1800’s [1], due to its simplicity and wide availabil-ity. The outcome from a diagnose using this stetho-scope could vary according to physician’s hearing sen-sitivity and experiences [2]. The introduction of dig-ital stethoscopes reduce the hearing sensitivity prob-lem because the heart sound can be amplified to suit the examiner’s need and furthermore noise can also be reduced. However, the digital stethoscopes still have not solved the skill and experience required to be able to diagnose heart problems accurately.
Our research group is working to develop an easy to use digital stethoscope that has some capabilities to detect various type of heart sound.To do this, we need to design a device that can detect components of heart sound such as primary heart sound; S1, S2, S3, S4, as well as murmurs and clicks. The intention is to de-velop a tool that can provide some suggestion to help medical practitioners in performing a quick diagnose of patient’s problem. This tools should be small and simple enough so that it will be easily accepted be-cause it is not very different than the ordinary stethoscope.
The first challenge towards this goal is to design a simple and yet effective heart sound detection tech-nique. Most of heart sound classification techniques are based on machine learning methods such as clus-tering and artificial neural networks [3, 4], SVM and MCSearch [5]. They need a large amount of data to learn from and also they require a lot of computation. To overcome those problems, this study investigated a simple detection method without machine learning or statistical approach using only the time series features of heart sound.
The next section takes a deeper look at heart sound signals to discover the deterministic features of each component. These features will be used in the core of the proposed detection method described in section
- Section IV presents the result and discussion of our experiment. The conclusion of this paper is writ-ten in section V.
2 Heart Sound as Time Series
Heart sound is acoustic signal produced by the me-chanical activities of the heart as a result of the vi-bration of the valves, heart muscle tissues, and great
Figure 1: (a) Illustration of heart sound signal with S1, S2, S3 and S4 component, (b) S-transform diagram.
vessels . The closure of mitral tricuspid valves pro-duce S1, and the second heart sound (S2) caused by the sudden closure of aortic and pulmonary valves. S1 has lower frequency with longer duration and higher intensity, while S2 has higher frequency with shorter duration. Under pathological conditions and abnor-malities, additional components of the third heart sound (S3) and/or the fourth heart sound (S4) may be present. S3 occurs in the rapid filling period of early diastole after S2 due to the vibration of blood inside the ventricles, which may indicate the systolic dysfunction. S4 appears before S1 and it is caused by altered physical properties of ventricle or increase in the rate and volume of blood flow in the late diastolic interval, which may indicate the presence of acute my-ocardial infarction or ischemia diseases [6] . S3 and S4 are usually low amplitude and low frequency that make them difficult to be detected. These four heart sound components lie in the frequency range of 20-200 Hz [7].
A normal cardiac cycle comprises of four main segments which are S1, systolic period, S2 and dias-tolic period, as shown in 1. Single cardiac cycle can also be defined by the interval between the beginning of S1 and the beginning of the next S1. Systolic pe-riod is the interval between the end of S1 and the be-ginning of S2, while diastolic period is defined as the interval between the end of S2 and the beginning of S1 in the next cycle. The systolic period is usually shorter than the diastolic period. Figure 1 illustrates two cycles of quadruple gallop heart sound consist-ing of S1, S2, S3, and S4 components (each sound has been labeled by red text). By analyzing the pattern of heart sound features, the heart malfunction symp-toms leading to CVD can be identified. The first and most important step towards automatic heart sound diagnosis and analysis is segmentation and detection.
According to the process how a heart sound is gen-erated, it can be considered as a time-series events which generate a series of amplitudes values that fol-low a certain pattern. Hence methods commonly used in time series analysis such as Fourier Transform (FFT, DFT, STFT), wavelet, and S-transform can also be used to analyze heart sound. To further understand the heart sound behavior, S-transform analysis is applied on denoised heart sound signal to examine its time and frequency characteristics.
S-transform is introduced by Stockwell et.al and defined as:
| S(t; f ) = Z | a | pjf j | t | 2f 2 | ||||
| s(t) | e | e i2 f d | (1) | |||||
| 2 | ||||||||
Figure 1(a) depicts a heart sound signal in time do-main, while Figure 1(b) shows its S-transform representation.
From these two figures it can be deducted that each component of heart sound occupies separate area in time domain. Since there is no overlapping re-gion we can use time as the main feature to determin-istically distinguish each component (S1, S2, S3, and S4).
-
Detection Method
The steps of the proposed method are depicted in Fig-ure 2. Description of each step is as follows:
3.1 Preprocessing
These are processes that should be done before heart sound detection can be performed:
3.1.1 Down Sampling
Normally a phonocardiogram or a heart sound record duration is at least 15 seconds. The recording can be performed using digital stethoscope. With sample rate at 44.1 kHz the amount of data generated is too large for our purpose, so this signal should be down-sampled to 2000 Hz. The reason to choose this down-sampling frequency is to make sure that all the heart sound which occurred in this frequency is properly represented [8].
Figure 2: Heart sounds detection’s steps.
3.1.2 Filtering and Denoising
To reduce high-frequency noise, the down-sampled signal x(n) is filtered using low passed filter with 400 Hz cut-off frequency. To extract the remaining artifacts, signal x(n) was pass through denoising pro-cess using Empirical Mode Decomposition (EMD) [9] method which produced signal xd (n). This method is chosen because it gave better results compared to other denoising technique [10].
3.2 Detection and classification
3.2.1 Envelope Extraction and Smoothing
Shannon Energy theorem was used in the envelope ex-traction process of denoised signal [11, 12]. Based on these envelopes heart sound components will be de-termined.
| x | env | (n) = x2 | (n)logx2 | (n) | (2) |
| d | d |
Our experiment shows that the produced enve-lope was not smooth. It has some ripples that might falsely be detected as peaks during peak detection process. To overcome this problem, the Finite Impulse Response (FIR) filter was used to remove the ripples. The cut-off frequency of this filter is 25 HZ.
3.2.2 Autocorrelation and Signal Segmentation
To compute cardiac cycle and cardiac number, au-tocorrelation method was applied to the envelopes. Cardiac cycle period was determined by calculating the average distance between highest peaks and its neighboring peaks. To calculate the number of car-diac cycle, sum of the number of highest peaks and one was divided by two. Based on our experiment, to calculate more accurate a cardiac cycle time, it was needed at least three cycles. Therefore it needs at least three seconds recording time. In order to shorten the calculation process, the calculation process, envelope signal that has been smoothed was divided into four cardiac cycle segment.
3.2.3 Peak Detection and Threshold Calculation
A peak is defined as the highest point (local maxima) between two local valley points. The formula for local maxima is:
| d(xenv (n)) | d(xenv (n + 1)) | ||||
| > 0 and | < 0 | (3) | |||
| dn | dn | ||||
while valley point (minima) defines as
| d(xenv (n)) | d(xenv (n + 1)) | ||||
| < 0 and | > 0 | (4) | |||
| dn | dn | ||||
Some extra peaks might be detected by the pro-gram due to left over noise and artifacts. For example, a normal heart sound must have two peaks per car-diac cycle. Due to the noise, the program might detect some small peaks as shown by red dot in Figure 3a. To overcome this problem the Heron’s formula was ap-plied to calculate the threshold of the peak. With this formula the area of triangle formed by a local max-imum and its two neighbor local minima was calcu-lated. The area that is less than average of all triangles will be ignored. The results of implemented this for-mula is shown in Figure 3b. This procedure will not ignore the peak caused by a split.
It shows that after applying this formula, the pro-gram detects three peaks instead of two. After cal-culating peak’s threshold, the adjustment of peak is needed. In this adjustment the difference between the peak’s two minima amplitudes were checked. If the difference is greater than 0.01 mv the adjustment will ignore (not remove) the peak and its second minima. Then the new peak is produced from a combination of first peak’s minima, second peak, and second peak’s minima. The results of the adjustment is shown in
Figure 3: Graphical outcome for peak detection method.
Figure 3c.
3.2.4 Heart Sound Component Detection
to distinguish primary heart sound, extra heart sound, murmur, and other abnormalities, five features were extracted from the signal; peak frequency, peak inter-val, peak duration, total power, and amplitude. On the peak adjustment process, peak frequency is used to calculate each peak frequency that was detected.
The distance between two heart sound compo-nents (peaks) is determined by peak interval. The peak interval is measured from the first peak’s sec-ond minima to the second peak’s first minima, while the peak duration is measured from the first minima to the second minima of the peak. To calculate the power on systolic and diastolic region we use to the total power formula. Finally, the amplitude is used to differentiate heart sound abnormalities in systolic and diastolic region.
The following are the detection steps starting with wide split detection, followed by heart sound com-ponent detection, split detection, and murmur, click, and ejection click detection. Figure 4 shows the whole detection process, while the descriptions of each step is as follows:
Firstly, Wide Split Detection. Wide split is occured if S1 or S2 has more than one peaks. Wide split detec-tion is used to distinguish whether the second peak of the closest is extra heart sound (S3 or S4) or the split sound. In this process, peak frequency feature is used. If the frequency peaks are similar, thus the peaks must be considered as a wide split sound and the number of peaks in the cycle will be reduced by one. If the frequency of peaks are quite different, it means the second peak is either S3 or S4.
Secondly, Heart Sounds Component Detection. The number of peak per cycle and the heart sounds’ characteristics (TABLE 1 [13, 14, 15]) are used in this detection process as the bases to detect the heart sounds components. There are four possible number of peaks per cycle as explained below.
| No | Sounds | Duration (ms) | Frequency (Hz) | |
| 1 | S1 | 100 | – 160 | 10 – 140 |
| 2 | S2 | 80 – 140 | 10 – 400 | |
| 3 | S3 | 40 | – 80 | 15–60 |
| 4 | S4 | 30 | – 60 | 15–45 |
Table 1: Heart sounds characteristics
- Case 1: Only one peak in a cardiac cycle is de-tected. It means that the peak is S1, and S2 is covered by murmur, either its continuous mur-mur or to-and-fro murmur.
- Case 2: There are two peaks in a cycle. It means that those peaks are S1 and S2. To determine which peak corresponds to S1 or S2, peak inter-val features is used. If the distance of second minima of first peak to first minima of second peak is less than the distance of second minima of second peak to first minima of first peak, it means that the first peak is S1 and the second peak is S2, vice versa.
- Case 3: There are three peaks in a cycle. It means there is an extra sound component which either S3 or S4. Before determining S3 or S4, S1 and S2 need to be decided. To distinguish ex-tra sound from primary sound, the distinctive feature of heart sound, peak duration, is used. S3 or S4 has shorter duration than S1 or S2. Therefore, S1 and S2 can be decided by using the same method that explain before. If the dis-tance between the third peak and S1 is shorter than the distance between this peak and S2, thus this peak is S4, otherwise this peak is S3.
- Case 4: There are four peaks in a cycle. It means that S1, S2, S4, and S4 are present in the cy-cle. The same procedure using peak duration and peak interval will be applied to determine each peak to corresponding heart sound.
Thirdly, Split Detection. Split only occurs on ei-ther S1 or S2. Split can be heard when the separation exceeds 20 ms [16]. It means that if there is more than one peak in either S1 or S2 and they are more than 20 ms apart, then it is considered a split Example of S1
Figure 4: Flowchart of detection process.
Figure 5: Graphical outcome for peak detection method.
split can be seen in Figure 3, which shows envelope signal of split S1.
Finally, Murmur, Click, and Ejection Click Detection. The avarge power feature is used to indicate whether there is murmur or click in either systolic or diastolic area. If the average power in systolic or diastloic area greater than the average power in that area for a normal heart sound it indicates there is ab-normal sound such as murmur, click or ejection click in the area [17]. In this case, the envelope signals in systolic or diastolic area are examined further to de-termine which abnormal sound these signals belong to. If there are several peaks that are higher than the threshold then these can be an indication of murmur. Based on our experience, the threshold for murmur should be set to half of the average amplitude of the known signal. The type of murmur is classified based on the location where the murmur occurs and its am-plitude. If the peak is greater than four times of mur-mur’s threshold then it is a Click. These threshold are obtained purely heuristically form our observations. If there is a click that followed by murmur then it is an Ejection Click.
It is expected that the above process will be able to produce information related to following heart prob-lems [18], such as:
- The presence of systolic murmur can indicate AV valve regurgitation, while diastolic is mur-mur related with the problem on semilunar valves
- To-and-fro murmur indicates the problem with all valves
- Wide split of S1 and/or S2 is a symptom of right brand bundle block (RBBB)
- Fixed split on S2 indicate an atrial septal defect
- Paradoxical splitting on S2 means LBBB prob-lem
- Ejection click is a symptom of aortic or pul-monary stenosis
- Mid systolic click indicates mitral or tricuspid prolapse
- Opening snap shows the presence of artificial valve or rheumatic mitral stenosis
- The presence of S3 or S4 indicates ventricle stiff-ness, the summation gallop indicates the heart failure
However the decision regarding the real heart prob-lems of a patient is entirely left to the physician.
-
Results and Discussion
The heart sounds samples were taken form the ones that available in the internet [19, 20, 21], which sig-nals were noiseless. To make them imitate the real sound, an artificial noise was added to the signal. In our experiment, the input signals were designed to have a 13.98 dB signal-to-noise ratio. This noise addi-tion is intended to demonstrate the effect of filtering and denoising process.
The simulation is run on OS X El Capitan with processor 2.5 GHz intel core i5 and 8 GB RAM using MATLAB 2014a software.
There are more than 20 heart sounds recording that are used to test the detection program. The list of distinctive sounds that are successfully detected and classified are shown in Table 2. The goal of the program is to identify and produced a label on the printed heart sound signal to mark which type of sounds occur. Figure 5 shows two of the simulation results, which are Figure 5a S2 Split and Figure 5b S3
There are cases where the program does not give correct results. This is happen if and only if murmur or the abnormal sounds amplitude and frequency are similar with the heart sounds’. If this happen, the whole heart sounds will be covered by the abnormal sounds or murmur. The example of this case is con-tinuous murmur, where S2 is covered by murmur.
Tabel 2 shows the different signals that can be identified
| Name | Source | ||
| Single S1 S2 | E-general Medical, Michi- | ||
| gan, Thinklabs | |||
| Split S1 | Littmann, Michigan | ||
| Mid-systolic Click | Michigan | ||
| Early Systolic Murmur | Michigan | ||
| Mid-Systolic Murmur | Michigan | ||
| Late Systolic Mumur | Michigan | ||
| Holo Systolic Murmur | Michigan | ||
| S4 | Gallop | Littmann, Michigan, Thin- | |
| klabs | |||
| S3 | Gallop | Littmann, Michigan | |
| Quadruple Gallop | E-General medical | ||
| Ejection Click | E-general medical , Michi- | ||
| gan | |||
| S4 | and | Mid-Systolic | Michigan |
| Murmur | |||
| S3 | and | Holosystolic | Michigan |
| Murmur | |||
| Normal Split S2 | Littmann, Thinklabs | ||
| S2 | Wide Split | E-general medical | |
Table 2: Heart sounds recording
5 Conclusion
This study proposes a deterministic approach to de-tect heart sound and its regularity. The preprocess-ing apply EMD denoising and low pass filter to cancel noise and remove unwanted artifact. To extract sig-nal’s envelope Shannon Energy method is used, and follow by using FIR filter to smoothen the jagged en-velope. Our main source to classify heart sound is the signal’s envelope. To detect the number of peak per cardiac cycle, Heron’s formula and peak adjustment were then applied. These peaks and their extracted features were the keys to detect and classify the heart sounds.
The experiment shows that quite a few of distinc-tive heart sounds can be successfully detected by this proposed method. Still, some more heuristics can be added to improve accuracy. This method will be fur-ther improved so that it can be embedded as part of a digital stethoscope.
Conflict of Interest We have read and understood the policy on declaration of interests and declare that we have no competing interests.
Acknowledgment We would like to thank Electron-ics Department of Instiut Teknologi Bandung for the funding of our research, Mr Setiadi for helping us proof read the journal, and all others who directly or indirectly helped us to finish the project
- “History of the stethoscope.” [Online]. Available: http://www.adctoday.com/learning-center/ about-stethoscopes/history-stethoscope
- H. Liang, S. Lukkarinen, and I. Hartimo, “Heart sound segmentation algorithm based on heart sound envelogram,” Computers in Cardiology 1997.
- I. N. Amit G., Gavriely N., “Cluster analysis and classification of heart sounds,” Biomedical Signal Processing and Control 4 (2009) 2636.
- T. Dokur Z., lmez, “Heart sound classification using wavelet transform and incremental self-organizing map,” Digital Signal Processing 18: 951959.
- P. A. Redlarski G., Gradolewski D., “A system for heart sounds classification,” PloS one, vol. 9, no. 11, p. e112673, 2014.
- J. F. Tseng Y, Ko P, “Detection of the third and fourth heart sounds using hilbert-huang transform,” Biomedical engineering online, vol. 11, no. 1, pp. 113, 2012.
- S. Choi and Z. Jiang, “Comparison of envelope extraction algorithms for cardiac sound signal segmentation,” Expert Systems with Applications, vol. 34, no. 2, pp. 10561069, 2008.
- Z. CHOI, SJIANG, “Comparison of envelope extraction algorithms for cardiac sound signal segmentation,” Expert Systems with Applications, vol. 34, no. 2, pp. 1056–1069, 2008.
- N. E. Huang, Z. Shen, S. R. Long, M. C. Wu, H. H. Shih, Q. Zheng, N.-C. Yen, C. C. Tung, and H. H. Liu, “The empirical mode decomposition and the hilbert spectrum for nonlinear and non-stationary time series analysis,” Proceedings of the Royal Society A: Mathematical, Physical and Engi-neering Sciences, vol. 454, no. 1971, pp. 903–995, 1998.
- A. H. Salman, N. Ahmadi, R. Mengko, A. Z. R. Langi, and T. L. R. Mengko, “Performance comparison of denoising methods for heart sound signal,” 2015 International Symposium on Intelligent Signal Processing and Communication Systems (ISPACS), 2015.
- M. Saini, International Journal of Electronics and Communication Technology, pp. 15–19, 2016.
- A. H. Salman, N. Ahmadi, R. Mengko, A. Z. R. Langi, and T. L. R. Mengko, “Automatic segmentation and detection of heart sound components s1, s2, s3 and s4,” 2015 4th International Conference on Instrumentation, Communications, In-formation Technology, and Biomedical Engineering (ICICI-BME), 2015.
- L. James, “Heart sounds,” 2011. [On-line]. Available: http://www.slideshare.net/ LawrenceJames/heart-sounds
- A. Hamidah, “Integrated biosignal processing for early detection of heart abnormality: Auscultation and visualization,” 2015.
- G. Amit, “Heart sound analysis: Theory, technique and applications,” 2004.
- N. Ranganathan, V. Sivaciyan, and F. B. Saksena, The art and science of cardiac physical examination. Humana Press, 2006.
- M. Singh and A. Cheema, “Heart sounds classification using feature extraction of phonocardiography signal,” International Journal of Computer Applications, vol. 77, no. 4, pp. 13–17, 2013.
- L. S. Jung H., “The cardiac cycle: Mechanisms of heart sounds and murmurs,” The physiology of Heart Disease, A Collaboration Project of Medical Students and Faculty, 5th ed.
- R. Judge and R. Mangrulkar, “Heart sound and murmur library,” 2015. [Online]. Avail-able: http://open.umich.edu/education/med/ resources/heart-sound-murmur-library/2015/ materials.html
- “Basic heart sounds course.” [Online]. Available: http://www.littmann.ca/wps/portal/ 3M/en CA/3M-Littmann-CA/stethoscope/ littmann-learning-institute/heart-lung-sounds/ heart-sounds/
- T. Bauch, “Thinklabs one – digital stethoscope.” [Online]. Available: http://www.thinklabs.com/ #!heart-sounds-old/c1dqs
- Youssef Keryakos, Youssef Bou Issa, Michel Salomon, Abdallah Makhoul, "Introducing a Stress Management and Navigation System for Blind Individuals", Advances in Science, Technology and Engineering Systems Journal, vol. 10, no. 2, pp. 12–27, 2025. doi: 10.25046/aj100202
- Sarawuth Pramualsingha, Kazuo Yamamoto, RikutoTanaka, "Lightning Detection System for Wind Turbines Using a Large-Diameter Rogowski Coil", Advances in Science, Technology and Engineering Systems Journal, vol. 10, no. 1, pp. 1–6, 2025. doi: 10.25046/aj100101
- Abdennacer El-Ouarzadi, Anass Cherkaoui, Abdelaziz Essadike, Abdenbi Bouzid, "Hybrid Optical Scanning Holography for Automatic Three-Dimensional Reconstruction of Brain Tumors from MRI using Active Contours", Advances in Science, Technology and Engineering Systems Journal, vol. 9, no. 4, pp. 07–13, 2024. doi: 10.25046/aj090402
- Toya Acharya, Annamalai Annamalai, Mohamed F Chouikha, "Enhancing the Network Anomaly Detection using CNN-Bidirectional LSTM Hybrid Model and Sampling Strategies for Imbalanced Network Traffic Data", Advances in Science, Technology and Engineering Systems Journal, vol. 9, no. 1, pp. 67–78, 2024. doi: 10.25046/aj090107
- Ajla Kulaglic, Zeynep Örpek, Berk Kayı, Samet Ozmen, "Analysis of Emotions and Movements of Asian and European Facial Expressions", Advances in Science, Technology and Engineering Systems Journal, vol. 9, no. 1, pp. 42–48, 2024. doi: 10.25046/aj090105
- Toya Acharya, Annamalai Annamalai, Mohamed F Chouikha, "Optimizing the Performance of Network Anomaly Detection Using Bidirectional Long Short-Term Memory (Bi-LSTM) and Over-sampling for Imbalance Network Traffic Data", Advances in Science, Technology and Engineering Systems Journal, vol. 8, no. 6, pp. 144–154, 2023. doi: 10.25046/aj080614
- Koloud N. Alkhamaiseh, Janos L. Grantner, Ikhlas Abdel-Qader, Saad Shebrain, "Towards Real-Time Multi-Class Object Detection and Tracking for the FLS Pattern Cutting Task", Advances in Science, Technology and Engineering Systems Journal, vol. 8, no. 6, pp. 87–95, 2023. doi: 10.25046/aj080610
- Mai Ngoc Anh, "Simulation of Obstacle Detection Based on Optical Flow Images for Avoidance Control of Mobile Robots", Advances in Science, Technology and Engineering Systems Journal, vol. 8, no. 3, pp. 244–249, 2023. doi: 10.25046/aj080327
- Christoph Domnik, Daniel Erni, Christoph Degen, "Measurement System for Evaluation of Radar Algorithms using Replication of Vital Sign Micro Movement and Dynamic Clutter", Advances in Science, Technology and Engineering Systems Journal, vol. 8, no. 3, pp. 29–39, 2023. doi: 10.25046/aj080304
- Ivana Marin, Sven Gotovac, Vladan Papić, "Development and Analysis of Models for Detection of Olive Trees", Advances in Science, Technology and Engineering Systems Journal, vol. 8, no. 2, pp. 87–96, 2023. doi: 10.25046/aj080210
- Paulo Gustavo Quinan, Issa Traoré, Isaac Woungang, Ujwal Reddy Gondhi, Chenyang Nie, "Hybrid Intrusion Detection Using the AEN Graph Model", Advances in Science, Technology and Engineering Systems Journal, vol. 8, no. 2, pp. 44–63, 2023. doi: 10.25046/aj080206
- Habiba Sultana, A. H. M. Kamal, "An Efficient Way of Hybridizing Edge Detectors Depending on Embedding Demand", Advances in Science, Technology and Engineering Systems Journal, vol. 8, no. 1, pp. 63–77, 2023. doi: 10.25046/aj080108
- Roy D Gregori Ayon, Md. Sanaullah Rabbi, Umme Habiba, Maoyejatun Hasana, "Bangla Speech Emotion Detection using Machine Learning Ensemble Methods", Advances in Science, Technology and Engineering Systems Journal, vol. 7, no. 6, pp. 70–76, 2022. doi: 10.25046/aj070608
- Lixin Wang, Jianhua Yang, Austin Lee, Peng-Jun Wan, "Matching TCP Packets to Detect Stepping-Stone Intrusion using Packet Crossover", Advances in Science, Technology and Engineering Systems Journal, vol. 7, no. 6, pp. 13–19, 2022. doi: 10.25046/aj070602
- Rafia Akhter, Fred Beyette, "Detection of Event-Related Potential Artifacts of Oddball Paradigm by Unsupervised Machine Learning Algorithm", Advances in Science, Technology and Engineering Systems Journal, vol. 7, no. 5, pp. 157–166, 2022. doi: 10.25046/aj070517
- Hassan Facoiti, Ahmed Boumezzough, Said Safi, "Computer Vision Radar for Autonomous Driving using Histogram Method", Advances in Science, Technology and Engineering Systems Journal, vol. 7, no. 4, pp. 42–48, 2022. doi: 10.25046/aj070407
- Young-Jin Park, Hui-Sup Cho, "Lung Cancer Tumor Detection Method Using Improved CT Images on a One-stage Detector", Advances in Science, Technology and Engineering Systems Journal, vol. 7, no. 4, pp. 1–8, 2022. doi: 10.25046/aj070401
- Ayoub Benchabana, Mohamed-Khireddine Kholladi, Ramla Bensaci, Belal Khaldi, "A Supervised Building Detection Based on Shadow using Segmentation and Texture in High-Resolution Images", Advances in Science, Technology and Engineering Systems Journal, vol. 7, no. 3, pp. 166–173, 2022. doi: 10.25046/aj070319
- Hanae Naoum, Sidi Mohamed Benslimane, Mounir Boukadoum, "Encompassing Chaos in Brain-inspired Neural Network Models for Substance Identification and Breast Cancer Detection", Advances in Science, Technology and Engineering Systems Journal, vol. 7, no. 3, pp. 32–43, 2022. doi: 10.25046/aj070304
- Haruka Motohashi, Hayato Ohwada, "Interpretable Rules Using Inductive Logic Programming Explaining Machine Learning Models: Case Study of Subclinical Mastitis Detection for Dairy Cows", Advances in Science, Technology and Engineering Systems Journal, vol. 7, no. 2, pp. 143–148, 2022. doi: 10.25046/aj070214
- Janusz Gurzynski, Lukasz Kajda, Marcin Tarasiuk, Tomasz Samotyjak, Zbigniew Stachowicz, Slawomir Kownacki, "Control and Monitoring Systems in Medium Voltage Distribution Networks in Poland – Current Status and Directions of Development", Advances in Science, Technology and Engineering Systems Journal, vol. 6, no. 6, pp. 112–118, 2021. doi: 10.25046/aj060615
- Seok-Jun Bu, Hae-Jung Kim, "Ensemble Learning of Deep URL Features based on Convolutional Neural Network for Phishing Attack Detection", Advances in Science, Technology and Engineering Systems Journal, vol. 6, no. 5, pp. 291–296, 2021. doi: 10.25046/aj060532
- Dmitry Petrov, Ulrich Hilleringmann, "Low-Power Primary Cell with Water-Based Electrolyte for Powering of Wireless Sensors", Advances in Science, Technology and Engineering Systems Journal, vol. 6, no. 5, pp. 267–272, 2021. doi: 10.25046/aj060529
- Natasia, Sani Muhamad Isa, "Cyberbullying Detection by Including Emotion Model using Stacking Ensemble Method", Advances in Science, Technology and Engineering Systems Journal, vol. 6, no. 5, pp. 229–236, 2021. doi: 10.25046/aj060525
- Osaretin Eboya, Julia Binti Juremi, "iDRP Framework: An Intelligent Malware Exploration Framework for Big Data and Internet of Things (IoT) Ecosystem", Advances in Science, Technology and Engineering Systems Journal, vol. 6, no. 5, pp. 185–202, 2021. doi: 10.25046/aj060521
- Baida Ouafae, Louzar Oumaima, Ramdi Mariam, Lyhyaoui Abdelouahid, "Survey on Novelty Detection using Machine Learning Techniques", Advances in Science, Technology and Engineering Systems Journal, vol. 6, no. 5, pp. 73–82, 2021. doi: 10.25046/aj060510
- Dunisani Thomas Chabalala, Julius Musyoka Ndambuki, Wanjala Ramadhan Salim, Sophia Sudi Rwanga, "Application of Geographic Information Systems and Remote Sensing for Land Use/Cover Change Analysis in the Klip River Catchment, KwaZulu Natal, South Africa", Advances in Science, Technology and Engineering Systems Journal, vol. 6, no. 5, pp. 65–72, 2021. doi: 10.25046/aj060509
- Jianhua Yang, Lixin Wang, Yien Wang, "Enhance Student Learning Experience in Cybersecurity Education by Designing Hands-on Labs on Stepping-stone Intrusion Detection", Advances in Science, Technology and Engineering Systems Journal, vol. 6, no. 4, pp. 355–367, 2021. doi: 10.25046/aj060440
- Shiwei Zhou, Jiayuan Gong, Leipeng Qie, Zhuofei Xia, Haiying Zhou, Xin Jin, "Driver Fatigue Tracking and Detection Method Based on OpenMV", Advances in Science, Technology and Engineering Systems Journal, vol. 6, no. 3, pp. 296–302, 2021. doi: 10.25046/aj060333
- Hoang Giang Vu, Thi Thuong Huyen Ma, "Observer-Based Method of Feature Extraction for the Fault Detection of Permanent Magnet Synchronous Motors", Advances in Science, Technology and Engineering Systems Journal, vol. 6, no. 2, pp. 942–948, 2021. doi: 10.25046/aj0602107
- Binghan Li, Yindong Hua, Mi Lu, "Advanced Multiple Linear Regression Based Dark Channel Prior Applied on Dehazing Image and Generating Synthetic Haze", Advances in Science, Technology and Engineering Systems Journal, vol. 6, no. 2, pp. 790–800, 2021. doi: 10.25046/aj060291
- Susanto Kumar Ghosh, Mohammad Rafiqul Islam, "Convolutional Neural Network Based on HOG Feature for Bird Species Detection and Classification", Advances in Science, Technology and Engineering Systems Journal, vol. 6, no. 2, pp. 733–745, 2021. doi: 10.25046/aj060285
- Shahnaj Parvin, Liton Jude Rozario, Md. Ezharul Islam, "Vehicle Number Plate Detection and Recognition Techniques: A Review", Advances in Science, Technology and Engineering Systems Journal, vol. 6, no. 2, pp. 423–438, 2021. doi: 10.25046/aj060249
- Adelaiye Oluwasegun Ishaya, Ajibola Aminat, Bisallah Hashim, Abiona Akeem Adekunle, "Improved Detection of Advanced Persistent Threats Using an Anomaly Detection Ensemble Approach", Advances in Science, Technology and Engineering Systems Journal, vol. 6, no. 2, pp. 295–302, 2021. doi: 10.25046/aj060234
- Sk. Md. Masudul Ahsan, Aminul Islam, "Visual Saliency Detection using Seam and Color Cues", Advances in Science, Technology and Engineering Systems Journal, vol. 6, no. 2, pp. 139–153, 2021. doi: 10.25046/aj060217
- Nasr Rashid, Khaled Kaaniche, "SIFT Implementation based on LEON3 Processor", Advances in Science, Technology and Engineering Systems Journal, vol. 6, no. 1, pp. 1257–1263, 2021. doi: 10.25046/aj0601143
- Bryan Huaytalla, Diego Humari, Guillermo Kemper, "An algorithm for Peruvian counterfeit Banknote Detection based on Digital Image Processing and SVM", Advances in Science, Technology and Engineering Systems Journal, vol. 6, no. 1, pp. 1171–1178, 2021. doi: 10.25046/aj0601132
- Antonio Vitale, Federico Corraro, Nicola Genito, Luca Garbarino, Leopoldo Verde, "An Innovative Angle of Attack Virtual Sensor for Physical-Analytical Redundant Measurement System Applicable to Commercial Aircraft", Advances in Science, Technology and Engineering Systems Journal, vol. 6, no. 1, pp. 698–709, 2021. doi: 10.25046/aj060176
- Anass Barodi, Abderrahim Bajit, Taoufiq El Harrouti, Ahmed Tamtaoui, Mohammed Benbrahim, "An Enhanced Artificial Intelligence-Based Approach Applied to Vehicular Traffic Signs Detection and Road Safety Enhancement", Advances in Science, Technology and Engineering Systems Journal, vol. 6, no. 1, pp. 672–683, 2021. doi: 10.25046/aj060173
- Alan A. Jorgensen, Las Vegas, Connie R. Masters, Ratan K. Guha, Andrew C. Masters, "Bounded Floating Point: Identifying and Revealing Floating-Point Error", Advances in Science, Technology and Engineering Systems Journal, vol. 6, no. 1, pp. 519–531, 2021. doi: 10.25046/aj060157
- Aarthi Ramachandran, Amudha Joseph, Shunmuga Velayutham, "Feature Gate Computational Top-Down Model for Target Detection", Advances in Science, Technology and Engineering Systems Journal, vol. 5, no. 6, pp. 1001–1006, 2020. doi: 10.25046/aj0506120
- Andrea Generosi, Silvia Ceccacci, Samuele Faggiano, Luca Giraldi, Maura Mengoni, "A Toolkit for the Automatic Analysis of Human Behavior in HCI Applications in the Wild", Advances in Science, Technology and Engineering Systems Journal, vol. 5, no. 6, pp. 185–192, 2020. doi: 10.25046/aj050622
- Khalid Ait Hadi, Rafik Lasri, Abdellatif El Abderrahmani, "Inferring Topics within Social Networking Big Data, Towards an Alternative for Socio-Political Measurement", Advances in Science, Technology and Engineering Systems Journal, vol. 5, no. 6, pp. 155–159, 2020. doi: 10.25046/aj050618
- Pamela Zontone, Antonio Affanni, Riccardo Bernardini, Leonida Del Linz, Alessandro Piras, Roberto Rinaldo, "Supervised Learning Techniques for Stress Detection in Car Drivers", Advances in Science, Technology and Engineering Systems Journal, vol. 5, no. 6, pp. 22–29, 2020. doi: 10.25046/aj050603
- Mohammad Mohammad Abdul-Atty, Ahmed Sayed Ismail Amar, Mohamed Mabrouk, "C-Band FMCW Radar Design and Implementation for Breathing Rate Estimation", Advances in Science, Technology and Engineering Systems Journal, vol. 5, no. 5, pp. 1299–1307, 2020. doi: 10.25046/aj0505156
- Redha Touati, Max Mignotte, Mohamed Dahmane, "A Circular Invariant Convolution Model-Based Mapping for Multimodal Change Detection", Advances in Science, Technology and Engineering Systems Journal, vol. 5, no. 5, pp. 1288–1298, 2020. doi: 10.25046/aj0505155
- Paul Cabacungan, Carlos Oppus, Gregory Tangonan, Nerissa Cabacungan, John Paul Mamaradlo, Neil Angelo Mercado, "Design and Development of Electronic Sensor and Monitoring System of Smart Low-cost Phototherapy Light System for Non-Invasive Monitoring and Treatment of Neonatal Jaundice", Advances in Science, Technology and Engineering Systems Journal, vol. 5, no. 5, pp. 1233–1246, 2020. doi: 10.25046/aj0505149
- Chunlai Yan, Hongxia Li, "Knowledge Mapping of Virtual Academic Communities: A Bibliometric Study Using Visual Analysis", Advances in Science, Technology and Engineering Systems Journal, vol. 5, no. 5, pp. 493–499, 2020. doi: 10.25046/aj050561
- Hicham Moujahid, Bouchaib Cherradi, Oussama El Gannour, Lhoussain Bahatti, Oumaima Terrada, Soufiane Hamida, "Convolutional Neural Network Based Classification of Patients with Pneumonia using X-ray Lung Images", Advances in Science, Technology and Engineering Systems Journal, vol. 5, no. 5, pp. 167–175, 2020. doi: 10.25046/aj050522
- Adonis Santos, Patricia Angela Abu, Carlos Oppus, Rosula Reyes, "Real-Time Traffic Sign Detection and Recognition System for Assistive Driving", Advances in Science, Technology and Engineering Systems Journal, vol. 5, no. 4, pp. 600–611, 2020. doi: 10.25046/aj050471
- Katleho Moloi, Yskandar Hamam, Jacobus Andries Jordaan, "A Support Vector Machine Based Technique for Fault Detection in A Power Distribution Integrated System with Renewable Energy Distributed Generation", Advances in Science, Technology and Engineering Systems Journal, vol. 5, no. 4, pp. 577–588, 2020. doi: 10.25046/aj050468
- Samir Allach, Mohamed Ben Ahmed, Anouar Abdelhakim Boudhir, "Deep Learning Model for A Driver Assistance System to Increase Visibility on A Foggy Road", Advances in Science, Technology and Engineering Systems Journal, vol. 5, no. 4, pp. 314–322, 2020. doi: 10.25046/aj050437
- Amal Hadri, Khalid Chougdali, Raja Touahni, "Nonlinear \(\ell_{2,p}\)-norm based PCA for Anomaly Network Detection", Advances in Science, Technology and Engineering Systems Journal, vol. 5, no. 4, pp. 234–243, 2020. doi: 10.25046/aj050429
- Rizki Jaka Maulana, Gede Putra Kusuma, "Malware Classification Based on System Call Sequences Using Deep Learning", Advances in Science, Technology and Engineering Systems Journal, vol. 5, no. 4, pp. 207–216, 2020. doi: 10.25046/aj050426
- Ali Al-Rashid, "Composition of Methods to Ensure Iris Liveness and Authenticity", Advances in Science, Technology and Engineering Systems Journal, vol. 5, no. 4, pp. 130–143, 2020. doi: 10.25046/aj050417
- Ruba Obiedat, "Risk Management: The Case of Intrusion Detection using Data Mining Techniques", Advances in Science, Technology and Engineering Systems Journal, vol. 5, no. 3, pp. 529–535, 2020. doi: 10.25046/aj050365
- Akram Hatem Saber, Mohd Ayyub Khan, Basim Galeb Mejbel, "A Survey on Image Forgery Detection Using Different Forensic Approaches", Advances in Science, Technology and Engineering Systems Journal, vol. 5, no. 3, pp. 361–370, 2020. doi: 10.25046/aj050347
- Jesuretnam Josemila Baby, James Rose Jeba, "A Hybrid Approach for Intrusion Detection using Integrated K-Means based ANN with PSO Optimization", Advances in Science, Technology and Engineering Systems Journal, vol. 5, no. 3, pp. 317–323, 2020. doi: 10.25046/aj050341
- Manh Le Tran, Sunghwan Kim, "Enhanced Collaborative Constellation for Visible Light Communication System", Advances in Science, Technology and Engineering Systems Journal, vol. 5, no. 3, pp. 259–263, 2020. doi: 10.25046/aj050333
- Sally Almanasra, Ali Alshahrani, "Alternative Real-time Image-Based Smoke Detection Algorithm", Advances in Science, Technology and Engineering Systems Journal, vol. 5, no. 3, pp. 123–128, 2020. doi: 10.25046/aj050316
- Gillala Rekha, Shaveta Malik, Amit Kumar Tyagi, Meghna Manoj Nair, "Intrusion Detection in Cyber Security: Role of Machine Learning and Data Mining in Cyber Security", Advances in Science, Technology and Engineering Systems Journal, vol. 5, no. 3, pp. 72–81, 2020. doi: 10.25046/aj050310
- Aditi Haresh Vyas, Mayuri A. Mehta, "A Comprehensive Survey on Image Modality Based Computerized Dry Eye Disease Detection Techniques", Advances in Science, Technology and Engineering Systems Journal, vol. 5, no. 2, pp. 748–756, 2020. doi: 10.25046/aj050293
- Rabeb Faleh, Souhir Bedoui, Abdennaceur Kachouri, "Review on Smart Electronic Nose Coupled with Artificial Intelligence for Air Quality Monitoring", Advances in Science, Technology and Engineering Systems Journal, vol. 5, no. 2, pp. 739–747, 2020. doi: 10.25046/aj050292
- Yeji Shin, Youngone Cho, Hyun Wook Kang, Jin-Gu Kang, Jin-Woo Jung, "Neural Network-based Efficient Measurement Method on Upside Down Orientation of a Digital Document", Advances in Science, Technology and Engineering Systems Journal, vol. 5, no. 2, pp. 697–702, 2020. doi: 10.25046/aj050286
- Evan Kristia Wigati, Gede Putra Kusuma, Yesun Utomo, "Combination of Salient Object Detection and Image Matching for Object Instance Recognition", Advances in Science, Technology and Engineering Systems Journal, vol. 5, no. 2, pp. 584–591, 2020. doi: 10.25046/aj050273
- C. Namrata Mahender, Ramesh Ram Naik, Maheshkumar Bhujangrao Landge, "Author Identification for Marathi Language", Advances in Science, Technology and Engineering Systems Journal, vol. 5, no. 2, pp. 432–440, 2020. doi: 10.25046/aj050256
- Dr. Minal Moharir, Karthik Bhat Adyathimar, Dr. Shobha G, Vishal Soni, "Scapy Scripting to Automate Testing of Networking Middleboxes", Advances in Science, Technology and Engineering Systems Journal, vol. 5, no. 2, pp. 293–298, 2020. doi: 10.25046/aj050238
- Nova Muhammad Ferlansyah, Suharjito, "A Systematic Literature Review of Vessel Anomaly Behavior Detection Methods Based on Automatic Identification System (AIS) and another Sensor Fusion", Advances in Science, Technology and Engineering Systems Journal, vol. 5, no. 2, pp. 287–292, 2020. doi: 10.25046/aj050237
- Brian Meneses-Claudio, Witman Alvarado-Diaz, Avid Roman-Gonzalez, "Classification System for the Interpretation of the Braille Alphabet through Image Processing", Advances in Science, Technology and Engineering Systems Journal, vol. 5, no. 1, pp. 403–407, 2020. doi: 10.25046/aj050151
- Noor Syahirah Nordin, Mohd Arfian Ismail, Vitaliy Mezhuyev, Shahreen Kasim, Mohd Saberi Mohamad, Ashraf Osman Ibrahim, "Fuzzy Modelling using Firefly Algorithm for Phishing Detection", Advances in Science, Technology and Engineering Systems Journal, vol. 4, no. 6, pp. 291–296, 2019. doi: 10.25046/aj040637
- Farah Nadia Ibrahim, Zalhan Mohd Zin, Norazlin Ibrahim, "Eye Feature Extraction with Calibration Model using Viola-Jones and Neural Network Algorithms", Advances in Science, Technology and Engineering Systems Journal, vol. 4, no. 6, pp. 208–215, 2019. doi: 10.25046/aj040627
- Niranjan A, Akshobhya K M, P Deepa Shenoy, Venugopal K R, "EKMC: Ensemble of kNN using MetaCost for Efficient Anomaly Detection", Advances in Science, Technology and Engineering Systems Journal, vol. 4, no. 5, pp. 401–408, 2019. doi: 10.25046/aj040552
- Michael Santacroce, Daniel Koranek, Rashmi Jha, "Detecting Malicious Assembly using Convolutional, Recurrent Neural Networks", Advances in Science, Technology and Engineering Systems Journal, vol. 4, no. 5, pp. 46–52, 2019. doi: 10.25046/aj040506
- Antonio Fuduli, Pierangelo Veltri, Eugenio Vocaturo, Ester Zumpano, "Melanoma detection using color and texture features in computer vision systems", Advances in Science, Technology and Engineering Systems Journal, vol. 4, no. 5, pp. 16–22, 2019. doi: 10.25046/aj040502
- Yuto Yoshizawa, Yutaka Watanobe, "Logic Error Detection System based on Structure Pattern and Error Degree", Advances in Science, Technology and Engineering Systems Journal, vol. 4, no. 5, pp. 01–15, 2019. doi: 10.25046/aj040501
- Stephen Craig Stubberud, Kathleen Ann Kramer, Allen Roger Stubberud, "Estimation of Target Maneuvers from Tracked Behavior Using Fuzzy Evidence Accrual", Advances in Science, Technology and Engineering Systems Journal, vol. 4, no. 4, pp. 468–477, 2019. doi: 10.25046/aj040457
- Takahiro Ishizu, Makoto Sakamoto, Masamichi Hori, Takahiro Shinoda, Takaaki Toyota, Amane Takei, Takao Ito, "Hidden Surface Removal for Interaction between Hand and Virtual Objects in Augmented Reality", Advances in Science, Technology and Engineering Systems Journal, vol. 4, no. 4, pp. 359–365, 2019. doi: 10.25046/aj040444
- Maryam Butt, Golshah Naghdy, Fazel Naghdy, Geoffrey Murray, Haiping Du, "Investigating The Detection of Intention Signal During Different Exercise Protocols in Robot-Assisted Hand Movement of Stroke Patients and Healthy Subjects Using EEG-BCI System", Advances in Science, Technology and Engineering Systems Journal, vol. 4, no. 4, pp. 300–307, 2019. doi: 10.25046/aj040438
- Priyamvada Chandel, Tripta Thakur, "Smart Meter Data Analysis for Electricity Theft Detection using Neural Networks", Advances in Science, Technology and Engineering Systems Journal, vol. 4, no. 4, pp. 161–168, 2019. doi: 10.25046/aj040420
- Sohail Akhtar, Adarsh Tandiya, Medhat Moussa, Cole Tarry, "An Efficient Automotive Paint Defect Detection System", Advances in Science, Technology and Engineering Systems Journal, vol. 4, no. 3, pp. 171–182, 2019. doi: 10.25046/aj040323
- Mohammad Ahmar Khan, Sarfraz Fayaz Khan, Taher Alawi Taher Barham BaOmar, Abdul Rahman Mohammed Aqeel Ba Omar, "Development & Implementation of Smart Vehicle Over Speeding Detector using IoT", Advances in Science, Technology and Engineering Systems Journal, vol. 4, no. 2, pp. 170–175, 2019. doi: 10.25046/aj040222
- Viorel Lupu, "Web Authentication: no Password; Listen and Touch", Advances in Science, Technology and Engineering Systems Journal, vol. 4, no. 1, pp. 84–92, 2019. doi: 10.25046/aj040109
- David Kondru, Mehmet Celenk, Xiaoping A. Shen, "State Estimation based Echolocation Bionics and Image Processing based Target Pattern Recognition", Advances in Science, Technology and Engineering Systems Journal, vol. 4, no. 1, pp. 73–83, 2019. doi: 10.25046/aj040108
- Zheng Xie, Chaitanya Gadepalli, Farideh Jalalinajafabadi, Barry M.G. Cheetham, Jarrod J. Homer, "Machine Learning Applied to GRBAS Voice Quality Assessment", Advances in Science, Technology and Engineering Systems Journal, vol. 3, no. 6, pp. 329–338, 2018. doi: 10.25046/aj030641
- Elena Basan, Alexander Basan, Oleg Makarevich, "Probabilistic Method for Anomalies Detection Based on the Analysis of Cyber Parameters in a Group of Mobile Robots", Advances in Science, Technology and Engineering Systems Journal, vol. 3, no. 6, pp. 281–288, 2018. doi: 10.25046/aj030636
- Satyam Paul, Raheleh Jafari, "Recent Advances in Intelligent-Based Structural Health Monitoring of Civil Structures", Advances in Science, Technology and Engineering Systems Journal, vol. 3, no. 5, pp. 339–353, 2018. doi: 10.25046/aj030540
- Jia-Jing Kao, Chun-Liang Lin, Chih-Cheng Huang, Hau-Shian Jian, "Contactless Power and Bidirectional Data Transmission via Magnetic Field", Advances in Science, Technology and Engineering Systems Journal, vol. 3, no. 5, pp. 226–234, 2018. doi: 10.25046/aj030528
- Mohammed Faeik Ruzaij Al-Okby, Sebastian Neubert, Norbert Stoll, Kerstin Thurow, "Development and Testing of Intelligent Wheelchair Controller for Quadriplegic Patients", Advances in Science, Technology and Engineering Systems Journal, vol. 3, no. 5, pp. 220–225, 2018. doi: 10.25046/aj030527
- Andre Dehne, Nantwin Moller, Thorsten Hermes, "MARWIN: Localization of an Inspection Robot in a Radiation exposed Environment", Advances in Science, Technology and Engineering Systems Journal, vol. 3, no. 4, pp. 354–362, 2018. doi: 10.25046/aj030436
- Mohamed Abd Elghany Khalifa, Amr Elsayed Emam, Mohamed Ibrahim Youssef, "Performance Enhancement of MIMO-OFDM Using Redundant Residue Number System", Advances in Science, Technology and Engineering Systems Journal, vol. 3, no. 4, pp. 1–7, 2018. doi: 10.25046/aj030401
- Naoki Kimura, Yuya Takeda, Yoshifumi Tsuge, "Agent Based Fault Detection System for Chemical Processes using Negative Selection Algorithm", Advances in Science, Technology and Engineering Systems Journal, vol. 3, no. 2, pp. 90–98, 2018. doi: 10.25046/aj030211
- Yi Yi Aung, Myat Myat Min, "An Analysis of K-means Algorithm Based Network Intrusion Detection System", Advances in Science, Technology and Engineering Systems Journal, vol. 3, no. 1, pp. 496–501, 2018. doi: 10.25046/aj030160
- Naima Amrouche, Ali Khenchaf, Daoud Berkani, "Tracking and Detecting moving weak Targets", Advances in Science, Technology and Engineering Systems Journal, vol. 3, no. 1, pp. 467–471, 2018. doi: 10.25046/aj030157
- Himanshu Upadhyay, Hardik Gohel, Alexander Pons, Leo Lagos, "Virtual Memory Introspection Framework for Cyber Threat Detection in Virtual Environment", Advances in Science, Technology and Engineering Systems Journal, vol. 3, no. 1, pp. 25–29, 2018. doi: 10.25046/aj030104
- El Mostapha Chakir, Mohamed Moughit, Youness Idrissi Khamlichi, "Building an Efficient Alert Management Model for Intrusion Detection Systems", Advances in Science, Technology and Engineering Systems Journal, vol. 3, no. 1, pp. 18–24, 2018. doi: 10.25046/aj030103
- Anum Mehmood, M. Usman Akram, Anum Tariq, Ayesha Fatima, "A Comparison of Mean Models and Clustering Techniques for Vertebra Detection and Region Separation from C-Spine X-Rays", Advances in Science, Technology and Engineering Systems Journal, vol. 2, no. 3, pp. 1758–1770, 2017. doi: 10.25046/aj0203215
- Weihua Li, Chiman Kwan, "A Novel Approach to Sensor and Actuator Integrity Monitoring and Fault Magnitude Reconstruction", Advances in Science, Technology and Engineering Systems Journal, vol. 2, no. 3, pp. 1748–1757, 2017. doi: 10.25046/aj0203214
- Nicolae Tudoroiu, Sorin Mihai Radu, Elena-Roxana Tudoroiu, Wilhelm Kecs, Nicolae Ilias, Liana Elefterie, "1-D Wavelet Signal Analysis of the Actuators Nonlinearities Impact on the Healthy Control Systems Performance", Advances in Science, Technology and Engineering Systems Journal, vol. 2, no. 3, pp. 1693–1710, 2017. doi: 10.25046/aj0203210
- Nabila Nouar, Atef Farrouki, "Lookup Tables-based mean level detection of spatially distributed targets in non Gaussian clutter", Advances in Science, Technology and Engineering Systems Journal, vol. 2, no. 3, pp. 1508–1514, 2017. doi: 10.25046/aj0203189
- Swapnil Vitthal Tathe, Abhilasha Sandipan Narote, Sandipan Pralhad Narote, "Face Recognition and Tracking in Videos", Advances in Science, Technology and Engineering Systems Journal, vol. 2, no. 3, pp. 1238–1244, 2017. doi: 10.25046/aj0203156