DETECTION AND CORRECTION OF EYE BLINK ARTIFACT IN SINGLE CHANNEL ELECTROENCEPHALOGRAM (EEG) SIGNAL USING A SIMPLE k-means CLUSTERING ALGORITHM

Size: px
Start display at page:

Download "DETECTION AND CORRECTION OF EYE BLINK ARTIFACT IN SINGLE CHANNEL ELECTROENCEPHALOGRAM (EEG) SIGNAL USING A SIMPLE k-means CLUSTERING ALGORITHM"

Transcription

1 Volume 120 No , ISSN: (on-line version) url: DETECTION AND CORRECTION OF EYE BLINK ARTIFACT IN SINGLE CHANNEL ELECTROENCEPHALOGRAM (EEG) SIGNAL USING A SIMPLE k-means CLUSTERING ALGORITHM Ajay Kumar Maddirala 1, Bhagya Raju Pullagura 1 1 Department of Electronics and Communication Engineering Narasaraopeta Engineering College (Autonomous), Narasaraopet. Corresponding Author: ajaymaddirala@gmail.com June 26, 2018 Abstract Electroencephalogram (EEG) Signals represent the electrical activity of the brain. These signals were used in diagnosing the brain disorders such as epilepsy and sleep disorders. However, these signals often contaminated by eye blink artifact also called electrooculogram (EOG) signals. In general, these artifacts appear in the recorded EEG signals due to the eye blink activity and cannot be controlled by the subject, as the eye blink is an inevitable activity. In this paper, we are proposing a novel technique to detect and correct the eye blink artifacts in the EEG signals based on k-means clustering algorithm and a low pass-filter. The results show that the proposed technique is able to detect and correct the blink artifacts from single channel EEG signals

2 1 INTRODUCTION Electroencephalogram (EEG) signals represents the electrical activity of the brain and used to diagnose brain disorders, such as epilepsy and sleep disorder. Moreover, the EEG signals are used in the brain computer interface (BCI) application, where the features of brain signals were used in deriving a command signal to control the device. Recently, the portable EEG devices are widely used to record the brain signals, both in clinical and home environment. These devices facilitates more comfort to the subject under test and also provides long time recording facility. In general, while recording, the EEG signals contaminated by several artifacts. Among which, an eye blink artifact is a predominant component frequently present in the recorded EEG signal, as the eye blink is an inevitable activity. Usually, these artifacts are more predominant in frontal EEG channels (Fp1 and Fp2). Several studies revealed that the presence of these artifact obscure the desired EEG components. Hence, detection and correction of these artifact have to be carried out to further analysis of EEG signals. Independent component analysis (ICA) is a blind source separation (BSS) technique often used to remove the eye blink artifact from the multichannel EEG data [1], [2]. In all these methods, the user has to manually identify the eye blink component to remove these artifacts from the multichannel EEG data. Recently, several methods have been proposed to remove the eye blink component automatically using ICA [3][8]. Since the portable EEG devices comprise single/few EEG channels to record the brain signals, tradition BSS technique cannot be used to remove the eye blink artifact from single channel EEG signal. The application ICA to single channel EEG signal is first proposed in [9]. However, this method will work based on the two constraints: (i) sources should be disjoint in their frequency spectrum and (ii) sources should be stationary signals. As the EEG signal is non-stationary signal, these condition cannot be hold. Recently, in [10], [11], ICA technique is combined with decomposition techniques (discrete wavelet transform (DWT) and ensemble empirical mode decomposition (EEMD) [12]) to process the single channel EEG signals. In these method, first, the single channel EEG signal is decomposed into multivariate data and

3 then ICA is applied this data to extract the components. However, as it extracts the components based on the higher order statistics (HOS), ICA involves more computations. Moreover, faithful separation of components is still left as a challenging problem. Singular spectrum analysis is a subspace based decomposition technique often used to extract the trends, oscillating and noise components from climate time series data [13], [14]. The application of SSA to biomedical signal is first proposed in [15]. Later, it has been widely used to process the single channel EEG signals [16][19]. As it uses the second order statistics (SOS) of the data, faithful separation of artifact components is not possible. To address this problem, in this paper, we proposed simple and efficient technique to detect and correct the eye blink artifact from single channel EEG signals. To detect the eye blink components, first, the single channel EEG signal is mapped into multivariate data. Secondly, the features of each column vector in the multivariate data is computed and then k-means clustering algorithm is applied. Based on the clustering information, we extracted the eye blink component and detected their regions in the component. Finally, the extracted eye blink component is filter and subtracted from the contaminated EEG signal to obtain the corrected EEG signal. 2 PROPOSED METHOD FOR EYE BLINK DETECTION Consider the single channel contaminated EEG signal as x = s + r, where s and r represents the true EEG and eye blink components respectively. To detect the eye blink activity in the EEG signal, first the M sampled signal vector x = [x(1), x(2),..., x(m)] is mapped into multivariate data X of size N K and given as where, N is the window length and K = M - N + 1. Since the contaminated signal x is mixer of two components s and r, then

4 the trajectory matrix X = S + R, where, S and R are representing the trajectory matrices of true EEG and eye blink components respectively. Next, energy and local mobility [20] (fluctuation index) features of each column vector in (1) are computed. Once after computing the features of each column vector in (1), a k-means clustering algorithm [21] is applied on them with the number of clusters set to two. Based on the clustering information two trajectory matrices Ŝ and ˆR of size N K were constructed. Here, the matrices Ŝ and ˆR are representing the estimated true EEG and artifact components respectively. The univariate true EEG ŝ and eye blink ˆr components were reconstructed from these trajectory matrices using diagonal averaging step. Consider r(i,j) an element of a trajectory matrix ˆR, where i = {1,2,3,...,N} and j = {1,2,3,...,K}. Then the diagonal averaging operation on matrix {1,2,3,...,N} can be computed using the following equations. To detect the eye blink activity in an EEG signal, first, eye blink component should be identified from the reconstructed components obtained by the diagonal averaging procedure. Here, the correlation coefficient (CC) of each component is computed to identify the eye blink component. Since the eye blink is a low frequency component, we expect its corresponding CC value is high. Next, the squaring operation is performed on the eye blink component. Finally, eye blink detector output d(n) is derived as follows The extracted eye blink artifact is passed thorough a low-pass filter with a cut-off frequency 8Hz to remove the high frequency components. Finally, the corrected EEG signal is obtained by subtracting the filter output from the contaminated EEG signal

5 3 RESULTS AND DISCUSSION To evaluate the performance in detecting eye blinks, we have considered the EEG data recorded for brain computer interface [22] and maore details about the EEG data is available in [22]. We have downloaded the EEG data from PhysioBank [23]. The EEG signals were recorded at a sampling frequency f s = 2048Hz. However, in order to reduce the computational burden, we have down sampled the signal to f s = 256Hz. The raw EEG signal is filter using a high-pass filter (f c = 0:5Hz) to remove the low frequency components (baseline drift). First, the given single channel EEG signal is mapped into multivariate data matrix X of size N M. In our simulations, we set N value to 0:5fs, as the eye blink activity last for 0:5s. We computed the energy and the local mobility features of each column vector in X. Fig. 1 shows the EEG signal and the extracted features of K column vectors of X. We have extracted the energy and the local mobility features of each column vector. The reason for choosing these features is that the energy and the local mobility features are distinct from the eye blink to non eye blink regions. It is evident from Fig. 1(b) & (c) that the energy and local mobility of column vectors associated to the eye blink are having high and low values respectively. As the eye blink activity results a signal of low frequency with high amplitude, therefore the local mobility (fluctuation index) and the energy are low and high respectively. Fig. 1 (d) shows the scatter plot of feature points (x-axis: energy, y-axis: local mobility). It is identified that the feature points associated to eye blink vectors (red) are distinct from the feature points associated to the non eye blink vectors (blue). We have applied k-means clustering algorithm on the extracted features to cluster the features (which means that indirectly on the column vectors of matrix X) associated to eye blink and non eye blink regions. Since we have assumed that the signal is mixture of two components, here, the number of clusters is set to two. Based on the clustering information we have constructed two matrices called Ŝ and ˆR. Which means that based on the clustering information, we have identified the indices of column vectors of X corresponding to non eye blink (cluster 1) and eye blink (cluster 2), and

6 Figure 1: (a) Eye blink contaminated EEG signal recorded at Fp1 (first K samples), (b) & (c) the energy and the local mobility features of column vector of X respectively and (d) scatter plot of feature points

7 Figure 2: (a) Eye blink contaminated EEG signal, (b) extracted EEG component and (c) the extracted eye blink component using proposed method

8 constructed two matrices of size N M. Note that we have initialized all the elements of two matrices to zeros. Once after identifying the indices of vectors, they were placed in the corresponding column of the matrix, let us say ˆR (cluster 2). For example, if the vector index is two, then we place the vector in the second column of the matrix ˆR. In this way two matrices, one representing true EEG signal and other representing eye blink component. Finally, the diagonal averaging step is applied on two matrices and extracted EEG and eye blink components. Fig. 2 show the extracted EEG and eye blink components from the contaminated single channel EEG signal. It is clear from Fig. 2 (b) & (c) that both EEG and eye blink components are efficiently extracted from the contaminated EEG signal in Fig. 2(a). Finally, in order to detect the eye blink regions in the given EEG signa, first, the eye blink component from the extracted two components should be identified. As the eye blink component is a low frequency signal, the CC value is high (maximum one). Based on the CC value, we have identified the eye blink component and applied squaring operation on it. Finally, the detector output is set as one if the squared value is greater than zero and is set to zero other wise. Fig. 3 shows the eye blink detector output using k-means clustering algorithm. It is evident from Fig. 3 (d) that the proposed method efficiently identified the eye blink regions in the contaminated EEG signal. In order to obtain the corrected EEG signal, first, the high frequency components superimposed on the eye blink artifact component (Fig. 3(b)) are removed using low-pass filter. The filtered eye blink components, shown in Fig. 4(b) is subtracted from the contaminated EEG signal (Fig. 4(a)). It is clear from Fig. 4(c) that the proposed method efficiently removed the eye blink artifacts from the contaminated EEG signal. 4 CONCLUSION In this paper, we have proposed a method to detect and correct the eye blink artifacts from single channel EEG signals. In this method, first, simple k-means clustering algorithm is employed to detect the eye blink activity in single channel EEG signal. Next,

9 Figure 3: (a) Eye blink contaminated EEG signal, (b) extracted eye blink component, (c) square of eye blink component and (d) superposition of detector output (red color) on the contaminated EEG signal

10 Figure 4: (a) Eye blink contaminated EEG signal, (b) filtered eye blink component, (c) corrected EEG signal

11 the corrected EEG signal is obtained by filtering the the extracted eye blink component and subtracted from the contaminated EEG signal. The proposed method was tested on real EEG signals and showed better performance in identifying the eye blink activity. References [1] T.-W. Lee, Independent Component Analysis: Theory and Applications. Norwell, MA, USA: Kluwer Academic Publishers, [2] T.-P. Jung, C. Humphries, T.-W. Lee, S. Makeig, M. J. McKeown, V. Iragui, and T. J. Sejnowski, Removing electroencephalographic artifacts: comparison between ica and pca, in Neural Networks for Signal Processing VIII, Proceedings of the 1998 IEEE Signal Processing Society Workshop. IEEE, 1998, pp [3] C. A. Joyce, I. F. Gorodnitsky, and M. Kutas, Automatic removal of eye movement and blink artifacts from eeg data using blind component separation, Psychophysiology, vol. 41, no. 2, pp , [4] N.-Y. Bian, B. Wang, Y. Cao, and L. Zhang, Automatic removal of artifacts from eeg data using ica and exponential analysis, in International Symposium on Neural Networks. Springer, 2006, pp [5] G. Gomez-Herrero, W. De Clercq, H. Anwar, O. Kara, K. Egiazarian, S. Van Huffel, and W. Van Paesschen, Automatic removal of ocular artifacts in the eeg without an eog reference channel, in Signal Processing Symposium, NORSIG Proceedings of the 7th Nordic. IEEE, 2006, pp [6] S. Hu, M. Stead, and G. A. Worrell, Automatic identification and removal of scalp reference signal for intracranial eegs based on independent component analysis, IEEE Transactions on Biomedical Engineering, vol. 54, no. 9, pp , [7] N. Mammone and F. C. Morabito, Enhanced automatic artifact detection based on independent component analysis

12 and renyis entropy, Neural networks, vol. 21, no. 7, pp , [8] W. Kong, Z. Zhou, S. Hu, J. Zhang, F. Babiloni, and G. Dai, Automatic and direct identification of blink components from scalp eeg, Sensors, vol. 13, no. 8, pp , [9] M. E. Davies and C. J. James, Source separation using single channel ica, Signal Processing, vol. 87, no. 8, pp , [10] B. Azzerboni, F. La Foresta, N. Mammone, and F. C. Morabito, A new approach based on wavelet-ica algorithms for fetal electrocardiogram extraction. in ESANN, 2005, pp [11] B. Mijovic, M. De Vos, I. Gligorijevic, J. Taelman, and S. Van Huffel, Source separation from single-channel recordings by combining empirical-mode decomposition and independent component analysis, IEEE transactions on biomedical engineering, vol. 57, no. 9, pp , [12] Z. Wu and N. E. Huang, Ensemble empirical mode decomposition: a noise-assisted data analysis method, Advances in adaptive data analysis, vol. 1, no. 01, pp. 141, [13] M. Ghil, M. Allen, M. Dettinger, K. Ide, D. Kondrashov, M. Mann, A. W. Robertson, A. Saunders, Y. Tian, F. Varadi et al., Advanced spectral methods for climatic time series, Reviews of geophysics, vol. 40, no. 1, [14] N. Golyandina, V. Nekrutkin, and A. A. Zhigljavsky, Analysis of time series structure: SSA and related techniques. Chapman and Hall/CRC, [15] P. Celka and P. Colditz, A computer-aided detection of eeg seizures in infants: a singular-spectrum approach and performance comparison, IEEE transactions on biomedical engineering, vol. 49, no. 5, pp ,

13 [16] A. R. Teixeira, A. M. Tome, E. W. Lang, P. Gruber, and A. M. Da Silva, Automatic removal of high-amplitude artefacts from single-channel electroencephalograms, Computer methods and programs in biomedicine, vol. 83, no. 2, pp , [17] A. R. Teixeira, A. M. Tome, M. Bohm, C. G. Puntonet, and E. W. Lang, How to apply nonlinear subspace techniques to univariate biomedical time series, IEEE Transactions on Instrumentation and Measurement, vol. 58, no. 8, pp , [18] S. Sanei, T. K. Lee, and V. Abolghasemi, A new adaptive line enhancer based on singular spectrum analysis, IEEE Transactions on Biomedical Engineering, vol. 59, no. 2, pp , [19] A. K. Maddirala and R. A. Shaik, Removal of eog artifacts from single channel eeg signals using combined singular spectrum analysis and adaptive noise canceler, IEEE Sensors Journal, vol. 16, no. 23, pp , [20] K. Najarian and R. Splinter, Biomedical signal and image processing. CRC press, [21] C. Bishop, C. M. Bishop et al., Neural networks for pattern recognition. Oxford university press, [22] L. Citi, R. Poli, and C. Cinel, Documenting, modelling and exploiting p300 amplitude changes due to variable target delays in donchins speller, Journal of Neural Engineering, vol. 7, no. 5, p [23] A. L. Goldberger, L. A. Amaral, L. Glass, J. M. Hausdorff, P. C. Ivanov, R. G. Mark, J. E. Mietus, G. B. Moody, C.- K. Peng, and H. E. Stanley, Physiobank, physiotoolkit, and physionet, Circulation, vol. 101, no. 23, pp. e215e220,

14 4532

Automatic Identification and Removal of Ocular Artifacts from EEG using Wavelet Transform

Automatic Identification and Removal of Ocular Artifacts from EEG using Wavelet Transform Automatic Identification and Removal of Ocular Artifacts from EEG using Wavelet Transform V.Krishnaveni 1, S.Jayaraman 1, S.Aravind 1, V.Hariharasudhan 1, K.Ramadoss 2 1 Department of Electronics & Communication

More information

DATA MANAGEMENT & TYPES OF ANALYSES OFTEN USED. Dennis L. Molfese University of Nebraska - Lincoln

DATA MANAGEMENT & TYPES OF ANALYSES OFTEN USED. Dennis L. Molfese University of Nebraska - Lincoln DATA MANAGEMENT & TYPES OF ANALYSES OFTEN USED Dennis L. Molfese University of Nebraska - Lincoln 1 DATA MANAGEMENT Backups Storage Identification Analyses 2 Data Analysis Pre-processing Statistical Analysis

More information

ABSTRACT 1. INTRODUCTION 2. ARTIFACT REJECTION ON RAW DATA

ABSTRACT 1. INTRODUCTION 2. ARTIFACT REJECTION ON RAW DATA AUTOMATIC ARTIFACT REJECTION FOR EEG DATA USING HIGH-ORDER STATISTICS AND INDEPENDENT COMPONENT ANALYSIS A. Delorme, S. Makeig, T. Sejnowski CNL, Salk Institute 11 N. Torrey Pines Road La Jolla, CA 917,

More information

1. Introduction

1. Introduction 965. Automatic artifacts removal from epileptic EEG using a hybrid algorithm Jing Wang, Qing Zhang, Yizhuo Zhang, Guanghua Xu 965. AUTOMATIC ARTIFACTS REMOVAL FROM EPILEPTIC EEG USING A HYBRID ALGORITHM.

More information

Analysis of EEG Signal for the Detection of Brain Abnormalities

Analysis of EEG Signal for the Detection of Brain Abnormalities Analysis of EEG Signal for the Detection of Brain Abnormalities M.Kalaivani PG Scholar Department of Computer Science and Engineering PG National Engineering College Kovilpatti, Tamilnadu V.Kalaivani,

More information

Empirical Mode Decomposition based Feature Extraction Method for the Classification of EEG Signal

Empirical Mode Decomposition based Feature Extraction Method for the Classification of EEG Signal Empirical Mode Decomposition based Feature Extraction Method for the Classification of EEG Signal Anant kulkarni MTech Communication Engineering Vellore Institute of Technology Chennai, India anant8778@gmail.com

More information

EEG signal classification using Bayes and Naïve Bayes Classifiers and extracted features of Continuous Wavelet Transform

EEG signal classification using Bayes and Naïve Bayes Classifiers and extracted features of Continuous Wavelet Transform EEG signal classification using Bayes and Naïve Bayes Classifiers and extracted features of Continuous Wavelet Transform Reza Yaghoobi Karimoi*, Mohammad Ali Khalilzadeh, Ali Akbar Hossinezadeh, Azra Yaghoobi

More information

Discrimination between ictal and seizure free EEG signals using empirical mode decomposition

Discrimination between ictal and seizure free EEG signals using empirical mode decomposition Discrimination between ictal and seizure free EEG signals using empirical mode decomposition by Ram Bilas Pachori in Accepted for publication in Research Letters in Signal Processing (Journal) Report No:

More information

Removal of Ocular Artifacts in the EEG through Wavelet Transform without using an EOG Reference Channel

Removal of Ocular Artifacts in the EEG through Wavelet Transform without using an EOG Reference Channel Int. J. Open Problems Compt. Math., Vol. 1, No. 3, December 28 Removal of Ocular Artifacts in the EEG through Wavelet Transform without using an EOG Reference Channel P. Senthil Kumar 1, R. Arumuganathan

More information

Classification of Epileptic Seizure Predictors in EEG

Classification of Epileptic Seizure Predictors in EEG Classification of Epileptic Seizure Predictors in EEG Problem: Epileptic seizures are still not fully understood in medicine. This is because there is a wide range of potential causes of epilepsy which

More information

PCA Enhanced Kalman Filter for ECG Denoising

PCA Enhanced Kalman Filter for ECG Denoising IOSR Journal of Electronics & Communication Engineering (IOSR-JECE) ISSN(e) : 2278-1684 ISSN(p) : 2320-334X, PP 06-13 www.iosrjournals.org PCA Enhanced Kalman Filter for ECG Denoising Febina Ikbal 1, Prof.M.Mathurakani

More information

Novel single trial movement classification based on temporal dynamics of EEG

Novel single trial movement classification based on temporal dynamics of EEG Novel single trial movement classification based on temporal dynamics of EEG Conference or Workshop Item Accepted Version Wairagkar, M., Daly, I., Hayashi, Y. and Nasuto, S. (2014) Novel single trial movement

More information

The power of Tensor algebra in medical diagnosis

The power of Tensor algebra in medical diagnosis Katholieke Universiteit Leuven K.U.Leuven The power of Tensor algebra in medical diagnosis Sabine Van Huffel Dept. EE, ESAT-SCD iminds Future Health Dept KU Leuven, Belgium 1 Contents Overview Introduction

More information

Dynamic Time Warp Distances as Feedback for EEG Feature Density

Dynamic Time Warp Distances as Feedback for EEG Feature Density 1 Dynamic Time Warp Distances as Feedback for EEG Feature Density Christian R. Ward 1 and Iyad Obeid, PhD Abstract This work presents a feature detection method built around a dynamic time-warping (DTW)

More information

A Brain Computer Interface System For Auto Piloting Wheelchair

A Brain Computer Interface System For Auto Piloting Wheelchair A Brain Computer Interface System For Auto Piloting Wheelchair Reshmi G, N. Kumaravel & M. Sasikala Centre for Medical Electronics, Dept. of Electronics and Communication Engineering, College of Engineering,

More information

Quick detection of QRS complexes and R-waves using a wavelet transform and K-means clustering

Quick detection of QRS complexes and R-waves using a wavelet transform and K-means clustering Bio-Medical Materials and Engineering 26 (2015) S1059 S1065 DOI 10.3233/BME-151402 IOS Press S1059 Quick detection of QRS complexes and R-waves using a wavelet transform and K-means clustering Yong Xia

More information

DISCRETE WAVELET PACKET TRANSFORM FOR ELECTROENCEPHALOGRAM- BASED EMOTION RECOGNITION IN THE VALENCE-AROUSAL SPACE

DISCRETE WAVELET PACKET TRANSFORM FOR ELECTROENCEPHALOGRAM- BASED EMOTION RECOGNITION IN THE VALENCE-AROUSAL SPACE DISCRETE WAVELET PACKET TRANSFORM FOR ELECTROENCEPHALOGRAM- BASED EMOTION RECOGNITION IN THE VALENCE-AROUSAL SPACE Farzana Kabir Ahmad*and Oyenuga Wasiu Olakunle Computational Intelligence Research Cluster,

More information

To appear in Advances in Neural Information Processing Systems 10. Extended ICA Removes Artifacts from.

To appear in Advances in Neural Information Processing Systems 10. Extended ICA Removes Artifacts from. To appear in Advances in Neural Information Processing Systems 10. Extended ICA Removes Artifacts from Electroencephalographic Recordings Tzyy-Ping Jung 1, Colin Humphries 1, Te-Won Lee 1, Scott Makeig

More information

ANALYSIS OF BRAIN SIGNAL FOR THE DETECTION OF EPILEPTIC SEIZURE

ANALYSIS OF BRAIN SIGNAL FOR THE DETECTION OF EPILEPTIC SEIZURE ANALYSIS OF BRAIN SIGNAL FOR THE DETECTION OF EPILEPTIC SEIZURE Sumit Kumar Srivastava 1, Sharique Ahmed 2, Mohd Maroof Siddiqui 3 1,2,3 Department of EEE, Integral University ABSTRACT The electroencephalogram

More information

SEPARATION OF ABDOMINAL FETAL ELECTROCARDIOGRAMS IN TWIN PREGNANCY 1. INTRODUCTION

SEPARATION OF ABDOMINAL FETAL ELECTROCARDIOGRAMS IN TWIN PREGNANCY 1. INTRODUCTION JOURNAL OF MEDICAL INFORMATICS & TECHNOLOGIES Vol. 12/28, ISSN 1642-637 Marian KOTAS, Janusz JEŻEWSKI ** Adam MATONIA **, Tomasz KUPKA ** SEPARATION OF ABDOMINAL FETAL ELECTROCARDIOGRAMS IN TWIN PREGNANCY

More information

PARAFAC: a powerful tool in EEG monitoring

PARAFAC: a powerful tool in EEG monitoring Katholieke Universiteit Leuven K.U.Leuven PARAFAC: a powerful tool in EEG monitoring Sabine Van Huffel Dept. Electrical Engineering ESAT-SCD SCD Katholieke Universiteit Leuven, Belgium 1 Contents Overview

More information

Epileptic Seizure Classification using Statistical Features of EEG Signal

Epileptic Seizure Classification using Statistical Features of EEG Signal International Conference on Electrical, Computer and Communication Engineering (ECCE), February 6-8,, Cox s Bazar, Bangladesh Epileptic Seizure Classification using Statistical Features of EEG Signal Md.

More information

IN biomedical signal processing, mixtures are often

IN biomedical signal processing, mixtures are often 1 Tensor based Singular Spectrum Analysis for Automatic Scoring of Sleep EEG Samaneh Kouchaki, Student Member, IEEE, Saeid Sanei, Senior Member, IEEE, Emma L. Arbon, and Derk-Jan Dijk Abstract A new supervised

More information

Electroencephalography II Laboratory

Electroencephalography II Laboratory Introduction Several neurological disorders exist that can have an impact on brain function. Often these disorders can be examined by reviewing the electroencephalograph, or EEG signal. Quantitative features

More information

Emotion Detection Using Physiological Signals. M.A.Sc. Thesis Proposal Haiyan Xu Supervisor: Prof. K.N. Plataniotis

Emotion Detection Using Physiological Signals. M.A.Sc. Thesis Proposal Haiyan Xu Supervisor: Prof. K.N. Plataniotis Emotion Detection Using Physiological Signals M.A.Sc. Thesis Proposal Haiyan Xu Supervisor: Prof. K.N. Plataniotis May 10 th, 2011 Outline Emotion Detection Overview EEG for Emotion Detection Previous

More information

Classification of People using Eye-Blink Based EOG Peak Analysis.

Classification of People using Eye-Blink Based EOG Peak Analysis. Classification of People using Eye-Blink Based EOG Peak Analysis. Andrews Samraj, Thomas Abraham and Nikos Mastorakis Faculty of Computer Science and Engineering, VIT University, Chennai- 48, India. Technical

More information

Enhancement of Twins Fetal ECG Signal Extraction Based on Hybrid Blind Extraction Techniques

Enhancement of Twins Fetal ECG Signal Extraction Based on Hybrid Blind Extraction Techniques Enhancement of Twins Fetal ECG Signal Extraction Based on Hybrid Blind Extraction Techniques Ahmed Kareem Abdullah Hadi Athab Hamed AL-Musaib Technical College, Al-Furat Al-Awsat Technical University ahmed_albakri1977@yahoo.com

More information

Minimum Feature Selection for Epileptic Seizure Classification using Wavelet-based Feature Extraction and a Fuzzy Neural Network

Minimum Feature Selection for Epileptic Seizure Classification using Wavelet-based Feature Extraction and a Fuzzy Neural Network Appl. Math. Inf. Sci. 8, No. 3, 129-1300 (201) 129 Applied Mathematics & Information Sciences An International Journal http://dx.doi.org/10.1278/amis/0803 Minimum Feature Selection for Epileptic Seizure

More information

Classification of Epileptic EEG Using Wavelet Transform & Artificial Neural Network

Classification of Epileptic EEG Using Wavelet Transform & Artificial Neural Network Volume 4, No. 9, July-August 213 International Journal of Advanced Research in Computer Science RESEARCH PAPER Available Online at www.ijarcs.info ISSN No. 976-5697 Classification of Epileptic EEG Using

More information

Top-Down versus Bottom-up Processing in the Human Brain: Distinct Directional Influences Revealed by Integrating SOBI and Granger Causality

Top-Down versus Bottom-up Processing in the Human Brain: Distinct Directional Influences Revealed by Integrating SOBI and Granger Causality Top-Down versus Bottom-up Processing in the Human Brain: Distinct Directional Influences Revealed by Integrating SOBI and Granger Causality Akaysha C. Tang 1, Matthew T. Sutherland 1, Peng Sun 2, Yan Zhang

More information

A Detection Scheme for Frontalis and Temporalis Muscle EMG Contamination of EEG Data

A Detection Scheme for Frontalis and Temporalis Muscle EMG Contamination of EEG Data Proceedings of the 28th IEEE EMBS Annual International Conference New York City, USA, Aug 30-Sept 3, 2006 SaB01.6 A Detection Scheme for Frontalis and Temporalis Muscle EMG Contamination of EEG Data Michael

More information

FREQUENCY DOMAIN BASED AUTOMATIC EKG ARTIFACT

FREQUENCY DOMAIN BASED AUTOMATIC EKG ARTIFACT FREQUENCY DOMAIN BASED AUTOMATIC EKG ARTIFACT REMOVAL FROM EEG DATA features FOR BRAIN such as entropy COMPUTER and kurtosis for INTERFACING artifact rejection. V. Viknesh B.E.,(M.E) - Lord Jeganath College

More information

Various Methods To Detect Respiration Rate From ECG Using LabVIEW

Various Methods To Detect Respiration Rate From ECG Using LabVIEW Various Methods To Detect Respiration Rate From ECG Using LabVIEW 1 Poorti M. Vyas, 2 Dr. M. S. Panse 1 Student, M.Tech. Electronics 2.Professor Department of Electrical Engineering, Veermata Jijabai Technological

More information

Robust Detection of Atrial Fibrillation for a Long Term Telemonitoring System

Robust Detection of Atrial Fibrillation for a Long Term Telemonitoring System Robust Detection of Atrial Fibrillation for a Long Term Telemonitoring System B.T. Logan, J. Healey Cambridge Research Laboratory HP Laboratories Cambridge HPL-2005-183 October 14, 2005* telemonitoring,

More information

Removing ECG Artifact from the Surface EMG Signal Using Adaptive Subtraction Technique

Removing ECG Artifact from the Surface EMG Signal Using Adaptive Subtraction Technique www.jbpe.org Removing ECG Artifact from the Surface EMG Signal Using Adaptive Subtraction Technique Original 1 Department of Biomedical Engineering, Amirkabir University of technology, Tehran, Iran Abbaspour

More information

Selection of Feature for Epilepsy Seizer Detection Using EEG

Selection of Feature for Epilepsy Seizer Detection Using EEG International Journal of Neurosurgery 2018; 2(1): 1-7 http://www.sciencepublishinggroup.com/j/ijn doi: 10.11648/j.ijn.20180201.11 Selection of Feature for Epilepsy Seizer Detection Using EEG Manisha Chandani

More information

WAVELET ENERGY DISTRIBUTIONS OF P300 EVENT-RELATED POTENTIALS FOR WORKING MEMORY PERFORMANCE IN CHILDREN

WAVELET ENERGY DISTRIBUTIONS OF P300 EVENT-RELATED POTENTIALS FOR WORKING MEMORY PERFORMANCE IN CHILDREN WAVELET ENERGY DISTRIBUTIONS OF P300 EVENT-RELATED POTENTIALS FOR WORKING MEMORY PERFORMANCE IN CHILDREN Siti Zubaidah Mohd Tumari and Rubita Sudirman Department of Electronic and Computer Engineering,

More information

Performance Analysis of Epileptic EEG Expert System Using Scaled Conjugate Back Propagation Based ANN Classifier

Performance Analysis of Epileptic EEG Expert System Using Scaled Conjugate Back Propagation Based ANN Classifier Performance Analysis of Epileptic EEG Expert System Using Scaled Conjugate Back Propagation Based ANN Classifier Ashish Raj, Pankaj Gakhar, Meenu Kumari 3 Sweta Tripathi 4 ashishraj987@gmail.com,pankaj.gakhar@poornima.edu.in,meenu.kumari@poornima.edu.in

More information

CHAPTER 6 INTERFERENCE CANCELLATION IN EEG SIGNAL

CHAPTER 6 INTERFERENCE CANCELLATION IN EEG SIGNAL 116 CHAPTER 6 INTERFERENCE CANCELLATION IN EEG SIGNAL 6.1 INTRODUCTION Electrical impulses generated by nerve firings in the brain pass through the head and represent the electroencephalogram (EEG). Electrical

More information

ECG based Atrial Fibrillation Detection using Cuckoo Search Algorithm

ECG based Atrial Fibrillation Detection using Cuckoo Search Algorithm ECG based Atrial Fibrillation Detection using Cuckoo Search Algorithm Padmavathi Kora, PhD Gokaraju Rangaraju Institute of Engineering and Technology, Hyderabad V. Ayyem Pillai, PhD Gokaraju Rangaraju

More information

Development of an Epileptic Seizure Detection Application based on Parallel Computing

Development of an Epileptic Seizure Detection Application based on Parallel Computing Development of an Epileptic Seizure Detection Application based on Parallel Computing K. Sivasankari #1, Dr. K. Thanushkodi *2 #1 Department of ECE, Akshaya College of Engineering and Technology, Coimbatore

More information

Comparison of Epileptic Seizure Detection using Auto-Regressive Model and Linear Prediction Model

Comparison of Epileptic Seizure Detection using Auto-Regressive Model and Linear Prediction Model Priyanka Jain et al, International Journal of Computer Science and Mobile Computing, Vol.3 Issue.5, May- 4, pg. 63-67 Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile

More information

Epileptic Seizure Detection using Spike Information of Intrinsic Mode Functions with Neural Network

Epileptic Seizure Detection using Spike Information of Intrinsic Mode Functions with Neural Network Epileptic Seizure Detection using Spike Information of Intrinsic Mode Functions with Neural Network Gurwinder Singh Student (Mtech) Department of Computer Science Punjabi University Regional Centre for

More information

Hybrid EEG-HEG based Neurofeedback Device

Hybrid EEG-HEG based Neurofeedback Device APSIPA ASC 2011 Xi an Hybrid EEG-HEG based Neurofeedback Device Supassorn Rodrak *, Supatcha Namtong, and Yodchanan Wongsawat ** Department of Biomedical Engineering, Faculty of Engineering, Mahidol University,

More information

Dynamic Time Warping As a Novel Tool in Pattern Recognition of ECG Changes in Heart Rhythm Disturbances

Dynamic Time Warping As a Novel Tool in Pattern Recognition of ECG Changes in Heart Rhythm Disturbances 2005 IEEE International Conference on Systems, Man and Cybernetics Waikoloa, Hawaii October 10-12, 2005 Dynamic Time Warping As a Novel Tool in Pattern Recognition of ECG Changes in Heart Rhythm Disturbances

More information

ISSN: (Online) Volume 3, Issue 7, July 2015 International Journal of Advance Research in Computer Science and Management Studies

ISSN: (Online) Volume 3, Issue 7, July 2015 International Journal of Advance Research in Computer Science and Management Studies ISSN: 2321-7782 (Online) Volume 3, Issue 7, July 2015 International Journal of Advance Research in Computer Science and Management Studies Research Article / Survey Paper / Case Study Available online

More information

Emotion Detection from EEG signals with Continuous Wavelet Analyzing

Emotion Detection from EEG signals with Continuous Wavelet Analyzing American Journal of Computing Research Repository, 2014, Vol. 2, No. 4, 66-70 Available online at http://pubs.sciepub.com/ajcrr/2/4/3 Science and Education Publishing DOI:10.12691/ajcrr-2-4-3 Emotion Detection

More information

Examination of Multiple Spectral Exponents of Epileptic ECoG Signal

Examination of Multiple Spectral Exponents of Epileptic ECoG Signal Examination of Multiple Spectral Exponents of Epileptic ECoG Signal Suparerk Janjarasjitt Member, IAENG, and Kenneth A. Loparo Abstract In this paper, the wavelet-based fractal analysis is applied to analyze

More information

NEURAL NETWORK CLASSIFICATION OF EEG SIGNAL FOR THE DETECTION OF SEIZURE

NEURAL NETWORK CLASSIFICATION OF EEG SIGNAL FOR THE DETECTION OF SEIZURE NEURAL NETWORK CLASSIFICATION OF EEG SIGNAL FOR THE DETECTION OF SEIZURE Shaguftha Yasmeen, M.Tech (DEC), Dept. of E&C, RIT, Bangalore, shagufthay@gmail.com Dr. Maya V Karki, Professor, Dept. of E&C, RIT,

More information

Compressive Wideband Power Spectrum Analysis for Eeg Signals Using Fastica And Neural Network

Compressive Wideband Power Spectrum Analysis for Eeg Signals Using Fastica And Neural Network IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-issn: 2278-2834, p- ISSN: 2278-8735. Volume 5, Issue 1 (Jan. - Feb. 2013), PP 01-07 Compressive Wideband Power Spectrum Analysis

More information

Majority Vote of Ensemble Machine Learning Methods for Real-Time Epilepsy Prediction Applied on EEG Pediatric Data

Majority Vote of Ensemble Machine Learning Methods for Real-Time Epilepsy Prediction Applied on EEG Pediatric Data Majority Vote of Ensemble Machine Learning Methods for Real-Time Epilepsy Prediction Applied on EEG Pediatric Data Samed Jukić, Dino Кеčo, Jasmin Kevrić International Burch University, Sarajevo, Bosnia

More information

Brain Computer Interface. Mina Mikhail

Brain Computer Interface. Mina Mikhail Brain Computer Interface Mina Mikhail minamohebn@gmail.com Introduction Ways for controlling computers Keyboard Mouse Voice Gestures Ways for communicating with people Talking Writing Gestures Problem

More information

Epilepsy is the fourth most common neurological disorder

Epilepsy is the fourth most common neurological disorder High Performance EEG Feature Extraction for Fast Epileptic Seizure Detection Ramy Hussein, Mohamed Elgendi, Rabab Ward and Amr Mohamed Electrical and Computer Engineering Department, University of British

More information

Detection of Pre-stage of Epileptic Seizure by Exploiting Temporal Correlation of EMD Decomposed EEG Signals

Detection of Pre-stage of Epileptic Seizure by Exploiting Temporal Correlation of EMD Decomposed EEG Signals Detection of Pre-stage of Epileptic Seizure by Exploiting Temporal Correlation of EMD Decomposed EEG Signals Mohammad Zavid Parvez, Manoranjan Paul, and Michael Antolovich School of Computing and Mathematics

More information

Epileptic seizure detection using EEG signals by means of stationary wavelet transforms

Epileptic seizure detection using EEG signals by means of stationary wavelet transforms I J C T A, 9(4), 2016, pp. 2065-2070 International Science Press Epileptic seizure detection using EEG signals by means of stationary wavelet transforms P. Grace Kanmani Prince 1, R. Rani Hemamalini 2,

More information

Implementation of Probabilistic Neural Network using Approximate Entropy to Detect Epileptic Seizures

Implementation of Probabilistic Neural Network using Approximate Entropy to Detect Epileptic Seizures Implementation of Probabilistic Neural Network using Approximate Entropy to Detect Epileptic Seizures Sachee 1, Roohi Sille 2, Garima Sharma 3 & N. Pradhan 4 1,2&3 Dept. of Biomedical Engineering, Bundelkhand

More information

PERFORMANCE CALCULATION OF WAVELET TRANSFORMS FOR REMOVAL OF BASELINE WANDER FROM ECG

PERFORMANCE CALCULATION OF WAVELET TRANSFORMS FOR REMOVAL OF BASELINE WANDER FROM ECG PERFORMANCE CALCULATION OF WAVELET TRANSFORMS FOR REMOVAL OF BASELINE WANDER FROM ECG AMIT KUMAR MANOCHA * Department of Electrical and Electronics Engineering, Shivalik Institute of Engineering & Technology,

More information

Discrimination of EEG-Based Motor Imagery Tasks by Means of a Simple Phase Information Method

Discrimination of EEG-Based Motor Imagery Tasks by Means of a Simple Phase Information Method Discrimination of EEG-Based Motor Tasks by Means of a Simple Phase Information Method Ana Loboda Gabriela Rotariu Alexandra Margineanu Anca Mihaela Lazar Abstract We propose an off-line analysis method

More information

EPILEPTIC SEIZURE DETECTION USING WAVELET TRANSFORM

EPILEPTIC SEIZURE DETECTION USING WAVELET TRANSFORM EPILEPTIC SEIZURE DETECTION USING WAVELET TRANSFORM Sneha R. Rathod 1, Chaitra B. 2, Dr. H.P.Rajani 3, Dr. Rajashri khanai 4 1 MTech VLSI Design and Embedded systems,dept of ECE, KLE Dr.MSSCET, Belagavi,

More information

Assessment of Reliability of Hamilton-Tompkins Algorithm to ECG Parameter Detection

Assessment of Reliability of Hamilton-Tompkins Algorithm to ECG Parameter Detection Proceedings of the 2012 International Conference on Industrial Engineering and Operations Management Istanbul, Turkey, July 3 6, 2012 Assessment of Reliability of Hamilton-Tompkins Algorithm to ECG Parameter

More information

Epileptic Seizure Classification of EEG Image Using ANN

Epileptic Seizure Classification of EEG Image Using ANN Epileptic Seizure Classification of EEG Image Using ANN Prof. (Dr.) M.K. Bhaskar Professor, Electrical Engg. Department M.B.M. Engg. College, Jodhpur, Raj, India Prof. Surendra. Bohra Professor, ECE Department

More information

Removal of Baseline wander and detection of QRS complex using wavelets

Removal of Baseline wander and detection of QRS complex using wavelets International Journal of Scientific & Engineering Research Volume 3, Issue 4, April-212 1 Removal of Baseline wander and detection of QRS complex using wavelets Nilesh Parihar, Dr. V. S. Chouhan Abstract

More information

Patients EEG Data Analysis via Spectrogram Image with a Convolution Neural Network

Patients EEG Data Analysis via Spectrogram Image with a Convolution Neural Network Patients EEG Data Analysis via Spectrogram Image with a Convolution Neural Network Longhao Yuan and Jianting Cao ( ) Graduate School of Engineering, Saitama Institute of Technology, Fusaiji 1690, Fukaya-shi,

More information

De-Noising Electroencephalogram (EEG) Using Welch FIR Filter

De-Noising Electroencephalogram (EEG) Using Welch FIR Filter De-Noising Electroencephalogram (EEG) Using Welch FIR Filter V. O. Mmeremikwu Department of Electrical and Electronic Engineering Chukwuemeka Odumegwu Ojukwu University, Uli, Anambra State, Nigeria E-mail:

More information

Development of 2-Channel Eeg Device And Analysis Of Brain Wave For Depressed Persons

Development of 2-Channel Eeg Device And Analysis Of Brain Wave For Depressed Persons Development of 2-Channel Eeg Device And Analysis Of Brain Wave For Depressed Persons P.Amsaleka*, Dr.S.Mythili ** * PG Scholar, Applied Electronics, Department of Electronics and Communication, PSNA College

More information

Analyses of Instantaneous Frequencies of Sharp I, and II Electroencephalogram Waves for Epilepsy

Analyses of Instantaneous Frequencies of Sharp I, and II Electroencephalogram Waves for Epilepsy Analyses of Instantaneous Frequencies of Sharp I, and II Electroencephalogram Waves for Epilepsy Chin-Feng Lin 1, Shu-Hao Fan 1, Bing-Han Yang 1, Yu-Yi Chien, Tsung-Ii Peng, Jung-Hua Wang 1,and Shun-Hsyung

More information

Superchords: the atoms of thought 1

Superchords: the atoms of thought 1 Superchords: the atoms of thought 1 NORMAND, Rogério & FERREIRA, Hugo Alexandre Institute of Biophysics and Biomedical Engineering (IBEB) Faculty of Science, University of Lisbon Abstract Electroencephalography

More information

EEG Signal for Diagnosing Diseases using Machine Learning

EEG Signal for Diagnosing Diseases using Machine Learning 2017 IJSRSET Volume 3 Issue 7 Print ISSN: 2395-1990 Online ISSN : 2394-4099 Themed Section:Engineering and Technology National Level Technical Conference on Advanced Computing Technologies- n'cact'17,

More information

AUTOMATIC CLASSIFICATION OF HEARTBEATS

AUTOMATIC CLASSIFICATION OF HEARTBEATS AUTOMATIC CLASSIFICATION OF HEARTBEATS Tony Basil 1, and Choudur Lakshminarayan 2 1 PayPal, India 2 Hewlett Packard Research, USA ABSTRACT We report improvement in the detection of a class of heart arrhythmias

More information

Wavelet Decomposition for Detection and Classification of Critical ECG Arrhythmias

Wavelet Decomposition for Detection and Classification of Critical ECG Arrhythmias Proceedings of the 8th WSEAS Int. Conference on Mathematics and Computers in Biology and Chemistry, Vancouver, Canada, June 19-21, 2007 80 Wavelet Decomposition for Detection and Classification of Critical

More information

Hand Movement Classification Using Motor Imagery EEG

Hand Movement Classification Using Motor Imagery EEG Hand Movement Classification Using Motor Imagery EEG Rinkal G. Shah 1, Prof. Rutu Nayak 2 P.G. Student, Department of Biomedical Engineering, Government Engineering College, Gandhinagar, Gujarat, India

More information

Sixth International Conference on Emerging trends in Engineering and Technology (ICETET'16) ISSN: , pp.

Sixth International Conference on Emerging trends in Engineering and Technology (ICETET'16)   ISSN: , pp. RESEARCH ARTICLE OPEN ACCESS EEG Based Wheelchair Navigation for Paralysis Patients Dr. R.Deepalakshmi 1, X. Anexshe Revedha 2 1 Professor Department of computer science and Engineering Velammal college

More information

A Novel Wavelet Based Technique for Detection and De-Noising of Ocular Artifact in Normal and Epileptic Electroencephalogram

A Novel Wavelet Based Technique for Detection and De-Noising of Ocular Artifact in Normal and Epileptic Electroencephalogram A Novel Wavelet Based Technique for Detection and De-Noising of Ocular Artifact in Normal and Epileptic Electroencephalogram S.Venkata Ramanan B.Tech, 3rd year, ECE, svraman@iitg.ernet.in N.V.Kalpakam

More information

REAL-TIME R-SPIKE DETECTION IN THE CARDIAC WAVEFORM THROUGH INDEPENDENT COMPONENT ANALYSIS

REAL-TIME R-SPIKE DETECTION IN THE CARDIAC WAVEFORM THROUGH INDEPENDENT COMPONENT ANALYSIS REAL-TIME R-SPIKE DETECTION IN THE CARDIAC WAVEFORM THROUGH INDEPENDENT COMPONENT ANALYSIS Harold Martin, Walter Izquierdo, Mercedes Cabrerizo, and Malek Adjouadi Center for Advanced Technology and Education,

More information

Sensor selection for P300 speller brain computer interface

Sensor selection for P300 speller brain computer interface Sensor selection for P3 speller brain computer interface Bertrand Rivet, Antoine Souloumiac, Guillaume Gibert, Virginie Attina, Olivier Bertrand To cite this version: Bertrand Rivet, Antoine Souloumiac,

More information

CHAPTER IV PREPROCESSING & FEATURE EXTRACTION IN ECG SIGNALS

CHAPTER IV PREPROCESSING & FEATURE EXTRACTION IN ECG SIGNALS CHAPTER IV PREPROCESSING & FEATURE EXTRACTION IN ECG SIGNALS are The proposed ECG classification approach consists of three phases. They Preprocessing Feature Extraction and Selection Classification The

More information

Robust time-varying multivariate coherence estimation: Application to electroencephalogram recordings during general anesthesia

Robust time-varying multivariate coherence estimation: Application to electroencephalogram recordings during general anesthesia Robust time-varying multivariate coherence estimation: Application to electroencephalogram recordings during general anesthesia The MIT Faculty has made this article openly available. Please share how

More information

Nonlinear Analysis of Sleep Stages Using Detrended Fluctuation Analysis: Normal vs. Sleep Apnea

Nonlinear Analysis of Sleep Stages Using Detrended Fluctuation Analysis: Normal vs. Sleep Apnea onlinear Analysis of Sleep Stages Using Detrended Fluctuation Analysis: ormal vs. Sleep Apnea JOG-MI LEE, DAE-JI KIM, I-YOUG KIM, and SU I. KIM Department of Biomedical Engineering Hanyang University Sungdong

More information

Wavelet Neural Network for Classification of Bundle Branch Blocks

Wavelet Neural Network for Classification of Bundle Branch Blocks , July 6-8, 2011, London, U.K. Wavelet Neural Network for Classification of Bundle Branch Blocks Rahime Ceylan, Yüksel Özbay Abstract Bundle branch blocks are very important for the heart treatment immediately.

More information

Multichannel Classification of Single EEG Trials with Independent Component Analysis

Multichannel Classification of Single EEG Trials with Independent Component Analysis In J. Wang et a]. (Eds.), Advances in Neural Networks-ISNN 2006, Part 111: 54 1-547. Berlin: Springer. Multichannel Classification of Single EEG Trials with Independent Component Analysis Dik Kin Wong,

More information

Premature Ventricular Contraction Arrhythmia Detection Using Wavelet Coefficients

Premature Ventricular Contraction Arrhythmia Detection Using Wavelet Coefficients IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-issn: 2278-2834,p- ISSN: 2278-8735.Volume 9, Issue 2, Ver. V (Mar - Apr. 2014), PP 24-28 Premature Ventricular Contraction Arrhythmia

More information

Analysis of the Effect of Cell Phone Radiation on the Human Brain Using Electroencephalogram

Analysis of the Effect of Cell Phone Radiation on the Human Brain Using Electroencephalogram ORIENTAL JOURNAL OF COMPUTER SCIENCE & TECHNOLOGY An International Open Free Access, Peer Reviewed Research Journal Published By: Oriental Scientific Publishing Co., India. www.computerscijournal.org ISSN:

More information

Feasibility Study of the Time-variant Functional Connectivity Pattern during an Epileptic Seizure

Feasibility Study of the Time-variant Functional Connectivity Pattern during an Epileptic Seizure International Journal of Bioelectromagnetism Vol. 11, No. 4, pp.170-174, 009 www.ijbem.org Feasibility Study of the Time-variant Functional Connectivity Pattern during an Epileptic Seizure Pieter van Mierlo

More information

Multi-Scale Entropy Analysis and Case-Based Reasoning to Classify Physiological Sensor Signals

Multi-Scale Entropy Analysis and Case-Based Reasoning to Classify Physiological Sensor Signals Multi-Scale Entropy Analysis and Case-Based Reasoning to Classify Physiological Sensor Signals Shahina Begum, Mobyen Uddin Ahmed and Shaibal Barua School of Innovation, Design and Engineering, Mälardalen

More information

THE data used in this project is provided. SEIZURE forecasting systems hold promise. Seizure Prediction from Intracranial EEG Recordings

THE data used in this project is provided. SEIZURE forecasting systems hold promise. Seizure Prediction from Intracranial EEG Recordings 1 Seizure Prediction from Intracranial EEG Recordings Alex Fu, Spencer Gibbs, and Yuqi Liu 1 INTRODUCTION SEIZURE forecasting systems hold promise for improving the quality of life for patients with epilepsy.

More information

Sleep Spindle Detection Based on Complex Demodulation Jia-bin LI, Bei WANG* and Yu ZHANG

Sleep Spindle Detection Based on Complex Demodulation Jia-bin LI, Bei WANG* and Yu ZHANG International Conference on Biomedical and Biological Engineering (BBE 216) Sleep Spindle Detection Based on Complex Demodulation Jia-bin LI, Bei WANG* and Yu ZHANG Department of Automation, School of

More information

Automated Detection of Epileptic Seizures in the EEG

Automated Detection of Epileptic Seizures in the EEG 1 of 4 Automated Detection of Epileptic Seizures in the EEG Maarten-Jan Hoeve 1,, Richard D. Jones 1,3, Grant J. Carroll 4, Hansjerg Goelz 1 1 Department of Medical Physics & Bioengineering, Christchurch

More information

Vital Responder: Real-time Health Monitoring of First- Responders

Vital Responder: Real-time Health Monitoring of First- Responders Vital Responder: Real-time Health Monitoring of First- Responders Ye Can 1,2 Advisors: Miguel Tavares Coimbra 2, Vijayakumar Bhagavatula 1 1 Department of Electrical & Computer Engineering, Carnegie Mellon

More information

FIR filter bank design for Audiogram Matching

FIR filter bank design for Audiogram Matching FIR filter bank design for Audiogram Matching Shobhit Kumar Nema, Mr. Amit Pathak,Professor M.Tech, Digital communication,srist,jabalpur,india, shobhit.nema@gmail.com Dept.of Electronics & communication,srist,jabalpur,india,

More information

A Spectral Based Forecasting Tool of Epileptic Seizures

A Spectral Based Forecasting Tool of Epileptic Seizures IJCSI International Journal of Computer Science Issues, Vol. 9, Issue, No, May ISSN (Online): 69-8 www.ijcsi.org 7 A Spectral Based Forecasting Tool of Epileptic Seizures Hedi Khammari and Ashraf Anwar

More information

Advances in Neural Information Processing Systems 8, D. Touretzky, M. Mozer and. Independent Component Analysis. Howard Hughes Medical Institute and

Advances in Neural Information Processing Systems 8, D. Touretzky, M. Mozer and. Independent Component Analysis. Howard Hughes Medical Institute and Advances in Neural Information Processing Systems 8, D. Touretzky, M. Mozer and M. Hasselmo (Eds.), MIT Press, Cambridge MA, 145-151, 1996. Independent Component Analysis of Electroencephalographic Data

More information

Automatic Detection of Heart Disease Using Discreet Wavelet Transform and Artificial Neural Network

Automatic Detection of Heart Disease Using Discreet Wavelet Transform and Artificial Neural Network e-issn: 2349-9745 p-issn: 2393-8161 Scientific Journal Impact Factor (SJIF): 1.711 International Journal of Modern Trends in Engineering and Research www.ijmter.com Automatic Detection of Heart Disease

More information

Epileptic Seizure Detection by Exploiting Temporal Correlation of EEG Signals

Epileptic Seizure Detection by Exploiting Temporal Correlation of EEG Signals Epileptic Seizure Detection by Exploiting Temporal Correlation of EEG Signals Mohammad Zavid Parvez and Manoranjan Paul School of Computing & Mathematics, Charles Sturt University, Bathurst, Australia

More information

Automatic Detection of Epileptic Seizures in EEG Using Machine Learning Methods

Automatic Detection of Epileptic Seizures in EEG Using Machine Learning Methods Automatic Detection of Epileptic Seizures in EEG Using Machine Learning Methods Ying-Fang Lai 1 and Hsiu-Sen Chiang 2* 1 Department of Industrial Education, National Taiwan Normal University 162, Heping

More information

Extraction of Unwanted Noise in Electrocardiogram (ECG) Signals Using Discrete Wavelet Transformation

Extraction of Unwanted Noise in Electrocardiogram (ECG) Signals Using Discrete Wavelet Transformation Extraction of Unwanted Noise in Electrocardiogram (ECG) Signals Using Discrete Wavelet Transformation Er. Manpreet Kaur 1, Er. Gagandeep Kaur 2 M.Tech (CSE), RIMT Institute of Engineering & Technology,

More information

Discrete Wavelet Transform-based Baseline Wandering Removal for High Resolution Electrocardiogram

Discrete Wavelet Transform-based Baseline Wandering Removal for High Resolution Electrocardiogram 26 C. Bunluechokchai and T. Leeudomwong: Discrete Wavelet Transform-based Baseline... (26-31) Discrete Wavelet Transform-based Baseline Wandering Removal for High Resolution Electrocardiogram Chissanuthat

More information

EEG Based Epileptic Seizure Detection

EEG Based Epileptic Seizure Detection EEG Based Epileptic Seizure Detection Siddharth Shah #1, Vishakha Sasane #2, Simantini Vardam #3, Vishal Bharate ##4 # Research Student, Department of Electronics & Telecommunication, Pune University ##

More information

Support Vector Machine Classification and Psychophysiological Evaluation of Mental Workload and Engagement of Intuition- and Analysis-Inducing Tasks

Support Vector Machine Classification and Psychophysiological Evaluation of Mental Workload and Engagement of Intuition- and Analysis-Inducing Tasks Support Vector Machine Classification and Psychophysiological Evaluation of Mental Workload and Engagement of Intuition- and Analysis-Inducing Tasks Presenter: Joseph Nuamah Department of Industrial and

More information

ECG signal analysis for detection of Heart Rate and Ischemic Episodes

ECG signal analysis for detection of Heart Rate and Ischemic Episodes ECG signal analysis for detection of Heart Rate and chemic Episodes Goutam Kumar Sahoo 1, Samit Ari 2, Sarat Kumar Patra 3 Department of Electronics and Communication Engineering, NIT Rourkela, Odisha,

More information

DIFFERENCE-BASED PARAMETER SET FOR LOCAL HEARTBEAT CLASSIFICATION: RANKING OF THE PARAMETERS

DIFFERENCE-BASED PARAMETER SET FOR LOCAL HEARTBEAT CLASSIFICATION: RANKING OF THE PARAMETERS DIFFERENCE-BASED PARAMETER SET FOR LOCAL HEARTBEAT CLASSIFICATION: RANKING OF THE PARAMETERS Irena Ilieva Jekova, Ivaylo Ivanov Christov, Lyudmila Pavlova Todorova Centre of Biomedical Engineering Prof.

More information