Use Of Recurrence For Detection of Epilepsy

Size: px
Start display at page:

Download "Use Of Recurrence For Detection of Epilepsy"

Transcription

1 Volume 2, Issue 5, May 213 ISSN Use Of Recurrence For Detection of Epilepsy Mohd. Suhaib Kidwai 1, Saifur Rahman 2 1&2 Department of Electronics & Communication, Integral University, Lucknow,India Abstract This paper proposes a very simple and user friendly method to determine the occurrence of epilepsy by using the EEG signals.the mathematical concept of recurrence forms the basis for the detection of epileptic seizure,and the tool used is MATLAB.MATLAB allows the user to efficiently design an algorithm and execute a program so as to detect the level of synchronism between the signals from various channels of an EEG machine. Keyword: Introduction,Theory,Epileptic seizure,recurrence 1. Introduction: About 1% of the world s population is suffering from epilepsy.in this scenario it becomes important to device a method for efficient detection of epilepsy or epileptic fits,because the efficient and timely detection can only lead to the timely treatment of any disease. In this work I had use the mathematical concept of recurrence and a factor called synchronization index to determine the occurrence of epileptic seizure. 2. Theory: Epilepsy is a common term that incorporates different types of seizures. Epilepsy is characterized by unprovoked, recurring seizures that disturb the nervous system. Seizures or convulsions are temporary alterations in brain functions due to abnormal electrical activity of a group of brain cells that present with apparent clinical symptoms and findings. Epilepsy may be caused by a number of unrelated conditions, including damage resulting from high fever, stroke, toxicity, or electrolyte imbalances. The disease epilepsy is characterized by a sudden and recurrent malfunction of the brain that is termed seizure. Epileptic seizures reflect the clinical signs of an excessive and hyper synchronous activity of neurons in the brain. Approximately one in every 1 persons will experience a seizure at some time in their life. Epilepsy can be segregated into two broad categories namely idiopathic epilepsy and symptomatic epilepsy. The former is a kind of epilepsy in which the cause for the epilepsy remains unmarked whereas in the latter case a concrete cause is identified. The symptomatic epilepsy is typically identified through any one of the subsequent symptoms: stroke, serious illness in the nervous system, severe damage to the skull and more. In general there are nearly twenty types of seizures. These types are again divided into two categories namely partial seizures and generalized seizures.[2] Fig. 1: Coupling of EEG signals taken from channel C3 and F7,during epileptic seizure Volume 2, Issue 5, May 213 Page 425

2 Volume 2, Issue 5, May 213 ISSN During the onset of epileptic seizure all the channels of an EEG machine give the signals which have the high degree of phase synchronization or coupling.the condition for the epileptic seizure is that all the channels of the EEG from the patient s head give the electric signals which have a high degree of synchronisation. This degree of synchronisation has been measured by using a mathematical parameter known as coupling index ρ π.,where is the normalised order pattern value. This is measured for each signals that are being taken from the different electrode and then the values of are plotted against time,the high rising of this graph shows the instants of high synchronisation between the two EEG signals taken from two different electrodes placed on the same patient. So to check the onset of the epileptic seizure,eeg signals from various channels are compared and the coupling index is calculated and plotted between the signals.the high value of between the various channels suggests the onset of epileptic seizure[13] Fig. 2: Flowchart/Algorithm of calculating using the available EEG data The above flowchart explains the step by step method of calculating the and also shows the intermediary requirements for the calculation and plotting of.the algorithm is briefly explained below: 1. Taking the samples from EEG machine :The samples are taken from different electrodes and processed in such a manner that the values can be stored in a matrix.the matrix is treated as the input for the MATLAB program which is made for calculation of 2. Calculation of the order pattern values for the signals taken from different electrode:once the signal samples are being taken they are compared with themselves first in the following manner: Given a dynamical system represented by a one-dimensional time series {x} t the original phase space can be reconstructed by time delay embedding =(x, x(t +υ),..., x(t+(n 1)υ)) We denote these relations as order patterns π and derive the symbol sequence Similarly can be calculated for the signal ywhich is being taken from some other electrode and whose values are to be compared with that of x. 3. Once the order patterns are formed we will get the matrix of and.next step is to compare every value of with every value of using the following condition: Here ORP means Order Recurrence Plot.This is a plot which will represent the matrix of s and 1 s in a graphical form. Hence ORP is a plot of a Boolean matrix R (t, t ) of size MxN, where M, N are the lengths of the order pattern sequences. Similarly to the CRPs we observe different structures in the ORPs. If there are no dependencies the plot is dominated by single dots. Strong dependencies yield to diagonal lines Volume 2, Issue 5, May 213 Page 426

3 Volume 2, Issue 5, May 213 ISSN ORP on different time series. (a) Bivariate Gaussian noise, (b) Periodic functions with time-varying amplitudes and off-sets, but constant period, (c) Periodic functions with decreasing and increasing period, respectively, and (d) Onset of an epileptic seizure on EEG channels. All plots with embedding dimension n=3. For short time dependencies we have used a modified form of previous equation as given below: In this way we focus the study to an area close to the main diagonal. Diagonal lines of figures are transformed to horizontal lines and it is more convenient to study a longer range in time. 4. Finding the recurrence rate of order patterns:now when we have ORP next step is to find the recurrence rate of order patterns using the following formula: 5. Now the final step is to find the coupling index which will be detremined by using the above found parameters.the values of will be fed in the following formula: τ max =25 and τ min =-25 for EEG signals. This gives ρ π 1, where : ρ π = corresponds to no coupling For each and every step described above,a separate MATLAB program has been written and then a they are put together to form a main program which finds the value of and finally the values of between the signals from two channels of an EEG is plotted in MATLAB tool to see the degree of synchronisation between the signals from the two channels of the EEG [1][3][5]. Likewise signals from all the channels will be used to find the degree of synchronism between them.a high degree of synchronism between all the channel shows the onset of epileptic seizure. 3. Results: Here I had take two random channels or electrodes and found the coupling index between them.their plots are given below: 5-5 X channel is 3 Y channel is roh pie Volume 2, Issue 5, May 213 Page 427

4 Volume 2, Issue 5, May 213 ISSN X channel is 3 Y channel is roh pie.5 1 x X channel is 1 Y channel is roh pie.5 1 x The above drawn curves are the Recurrence plot and the plot showing the variation of coupling index between the signals which are taken from various electrodes or channels of EEG. Following inferences can be deduced from the above drawn curves: 1. The coupling index between any two channels is increasing with increase in the disturbances in the signals taken from the different electrodes. 2. During the disturbances the phase of the signals aquires synchronism,and hence the coupling index is increasing when the disturbance is increasing.this shows that the signals are higly coupled or synchronised. 3. The graph having random black and white lines is referred as the order recurrence plots and they show the matrix which is formed after comparing the,where x and y are the signals taken from different channels and refers to the immediate neighbors with which a sample is compared. 4. Conclusion: From the above plots it is evident that their is a significant amount of synchronism between the various channels and hence it can be termed that the patient(whose data is taken),is suffering from acute epileptic seizure at an instant. This work paves the way for developing easy and flexible algorithms which can be used to detect the brain related disorders by taking the EEG samples and finding the degree of synchronism between them by using the mathematical concept of recurrences. Moreover since this method is basically programming based and uses the mathematical relation of recurrence,so this work can further help the researchers to make a program or develop an algorithm which can use other signals like ECG and EMG to diagnose other cardiac or muscular disorders. References: [1.] MATLAB:An Introduction with applications By Amos Gilat. [2.] Recurrence plots for the analysis of complex systems,norbert Marwan, M. Carme Romano, Marco Thiel, Jürgen Kurths, Nonlinear Dynamics Group, Institute of Physics, University of Potsdam, Potsdam 14415, Germany. [3.] Series Analysis of Complex Dynamics in Physiology and Medicine Leon Glass and Daniel Kaplan Department of Physiology, McGill University 3655Drummond Stree Montreal, Qebec Canada H3G 1Y6 November 1, [4.] Pikovsky, M. Rosenblum and J. Kurths, Synchronization- A Universal Concept in Nonlinear Sciences, Cambridge University Press, Cambridge, England, (21). [5.] Schafer, M.G. Rosenblum, J. Kurths, and H. H. Abel, Intermittent Lag Synchronization In a Driven System of Coupled Oscillators, Nature (London) 392, 239 (1998). Volume 2, Issue 5, May 213 Page 428

5 Volume 2, Issue 5, May 213 ISSN [6.] Schafer, M. G. Rosenblum, H. H. Abel, and J. Kurths, Synchronization in the human cardio respiratory system, Phys. Rev. E 6, 857 (1999). [7.] Stefanovska, H. Haken, P. V. E. McClintock, M. Hozic,F. Bajrovic, and S. Ribaric, Reversible Transitions between Synchronization States of the Cardio respiratory System Phys. Rev. Lett.85, 4831(2). [8.] Musizza, A. Stefanovska, P.V. E. McClintock,M. Palus, J. Petrovci, S. Ribaric, and F. F. Bajrovic, Interactions between cardiac, respiratory and EEG-δ oscillations in rats during anesthesia, J. Physiol. 58, 315 (27). [9.] S. J. Schiff, P. So, T. Chang, R. E. Burke, and T. Sauer, Detecting dynamical interdependence and generalized synchrony through mutual prediction in a neural ensemble, Phys. Rev. E 54, 678 (1996). [1.] M. L. van Quyen, J. Martinerie, C. Adam, and F. J. Varela, Nonlinear analyses of interictal EEG map the brain interdependences in human focal epilepsy, Physica (Amsterdam) 127D, 25 (1999). [11.] P. Tass, M. G. Rosenblum, J. Weule, J. Kurths, A. Pikovsky, J. Volkmann, A. Schnitzler, and H.J.Freund, Detection of n:m Phase Locking from Noisy Data: Application to Magnetoencephalography, Phys. Rev. Lett.81, 3291(1998). [12.] M. Palus, V. Komarek, Z. Hrncır, and K. Sterbova, Synchronization as adjustment of information rates: Detection from bivariate time series, Phys. Rev. E63, (21). [13.] M. Palus, V. Komarek, Z. Prochazka, Z. Hrncir, and K. Sterbova, Synchronization and Information flow in EEGs of Epileptic Patients, IEEE Eng. Med. Biol. Mag. 2, 65 (21). [14.] [15.] Volume 2, Issue 5, May 213 Page 429

Desynchronization of oscillatory networks by intermittent delayed feedback control

Desynchronization of oscillatory networks by intermittent delayed feedback control Desynchronization of oscillatory networks by intermittent delayed feedback control Center for Physical Sciences and Technology A. Gostauto 11, LT-01108 Vilnius LITHUANIA The 5th International Conference

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

Detecting and localizing the foci in human epileptic seizures

Detecting and localizing the foci in human epileptic seizures CHAOS 17, 043113 2007 Detecting and localizing the foci in human epileptic seizures Eshel Ben-Jacob School of Physics and Astronomy, Tel Aviv University, Tel Aviv 69978, Israel Stefano Boccaletti Embassy

More information

A micropower support vector machine based seizure detection architecture for embedded medical devices

A micropower support vector machine based seizure detection architecture for embedded medical devices A micropower support vector machine based seizure detection architecture for embedded medical devices The MIT Faculty has made this article openly available. Please share how this access benefits you.

More information

DETECTION OF EPILEPTIC SEIZURE SIGNALS USING FUZZY RULES BASED ON SELECTED FEATURES

DETECTION OF EPILEPTIC SEIZURE SIGNALS USING FUZZY RULES BASED ON SELECTED FEATURES e-issn 2455 1392 Volume 3 Issue 1, January 2017 pp. 22 28 Scientific Journal Impact Factor : 3.468 http://www.ijcter.com DETECTION OF EPILEPTIC SEIZURE SIGNALS USING FUZZY RULES BASED ON SELECTED FEATURES

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

Control of phase synchronization of neuronal activity in the rat hippocampus

Control of phase synchronization of neuronal activity in the rat hippocampus INSTITUTE OFPHYSICS PUBLISHING JOURNAL OFNEURALENGINEERING J. Neural Eng. 1 (24) 46 54 PII: S1741-256(4)74928-9 Control of phase synchronization of neuronal activity in the rat hippocampus Jun Lian, Jianwei

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

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

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

Application of act and wait control to oscillatory network desynchronization

Application of act and wait control to oscillatory network desynchronization Application of act and wait control to oscillatory network desynchronization Center for Physical Sciences and Technology A. Gostauto 11, LT-01108 Vilnius LITHUANIA XXXIII Dynamics Days Europe, Madrid,

More information

The connection between sleep spindles and epilepsy in a spatially extended neural field model

The connection between sleep spindles and epilepsy in a spatially extended neural field model The connection between sleep spindles and epilepsy in a spatially extended neural field model 1 2 3 Carolina M. S. Lidstrom Undergraduate in Bioengineering UCSD clidstro@ucsd.edu 4 5 6 7 8 9 10 11 12 13

More information

ELECTRONICS AND NANOTECHNOLOGY

ELECTRONICS AND NANOTECHNOLOGY National Technical University of Ukraine Kyiv Polytechnic Institute ELECTRONICS AND NANOTECHNOLOGY Proceedings of the XXXII International Scientific Conference ELNANO 212 April 1-12, 212 Kyiv, Ukraine

More information

The current issue and full text archive of this journal is available at

The current issue and full text archive of this journal is available at The current issue and full text archive of this journal is available at www.emeraldinsight.com/0332-1649.htm COMPEL 26,5 1276 Received October 2005 Revised November 2006 Accepted November 2006 Epileptic

More information

Real-time Seizure Detection System using Multiple Single-Neuron Recordings

Real-time Seizure Detection System using Multiple Single-Neuron Recordings Real-time Seizure Detection System using Multiple Single-Neuron Recordings Karen Moxon 1,2, Valerie Kuzmick 1, John Lafferty 2, April Serfass 1, Doug Szperka 2, Benjamin Zale 2, Jeremy Johnson 2,3, Prawat

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

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

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

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

INTRODUCTION TO NEUROLOGICAL DISEASE. Learning in Retirement: Epilepsy

INTRODUCTION TO NEUROLOGICAL DISEASE. Learning in Retirement: Epilepsy INTRODUCTION TO NEUROLOGICAL DISEASE Learning in Retirement: Epilepsy Lesson Overview Seizures VS Epilepsy What Causes Seizures? Types of Seizures Epilepsy Pathology General Cellular Molecular Diagnosis

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

Intracranial Studies Of Human Epilepsy In A Surgical Setting

Intracranial Studies Of Human Epilepsy In A Surgical Setting Intracranial Studies Of Human Epilepsy In A Surgical Setting Department of Neurology David Geffen School of Medicine at UCLA Presentation Goals Epilepsy and seizures Basics of the electroencephalogram

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

Early Detection of Seizure With a Sequential Analysis Approach

Early Detection of Seizure With a Sequential Analysis Approach University of Pennsylvania ScholarlyCommons Wharton Research Scholars Wharton School 4-29-2015 Early Detection of Seizure With a Sequential Analysis Approach Xin Wan University of Pennsylvania Follow this

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

Efficacy of the Extended Principal Orthogonal Decomposition Method on DNA Microarray Data in Cancer Detection

Efficacy of the Extended Principal Orthogonal Decomposition Method on DNA Microarray Data in Cancer Detection 202 4th International onference on Bioinformatics and Biomedical Technology IPBEE vol.29 (202) (202) IASIT Press, Singapore Efficacy of the Extended Principal Orthogonal Decomposition on DA Microarray

More information

Sleep Dynamics and Seizure Control in a Mesoscale Cortical Model. Beth Ann Lopour. A dissertation submitted in partial satisfaction of the

Sleep Dynamics and Seizure Control in a Mesoscale Cortical Model. Beth Ann Lopour. A dissertation submitted in partial satisfaction of the Sleep Dynamics and Seizure Control in a Mesoscale Cortical Model by Beth Ann Lopour A dissertation submitted in partial satisfaction of the requirements for the degree of Doctor of Philosophy in Engineering

More information

Seizure Detection Challenge The Fitzgerald team solution

Seizure Detection Challenge The Fitzgerald team solution Seizure Detection Challenge The Fitzgerald team solution Vincent Adam, Joana Soldado-Magraner, Wittawat Jitkritum, Heiko Strathmann, Balaji Lakshminarayanan, Alessandro Davide Ialongo, Gergő Bohner, Ben

More information

t(s) FIGURE 1 a) t(s) FIGURE 1 b)

t(s) FIGURE 1 a) t(s) FIGURE 1 b) V(µV) -300-200 -100 0 100 200 300 400 15 t(s) FIGURE 1 a) V(µV) -300-200 -100 0 100 200 300 400 15 t(s) FIGURE 1 b) 1 0.5 0 0 1 2 3 4 5 6 7 8 f(hz) FIGURE 2 a) 0.4 0.2 0 0 1 2 3 4 5 6 7 8 f(hz) FIGURE

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

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

EEG Analysis Using Neural Networks for Seizure Detection

EEG Analysis Using Neural Networks for Seizure Detection Proceedings of the 6th WSEAS International Conference on Signal Processing, Robotics and Automation, Corfu Island, Greece, February 16-19, 2007 121 EEG Analysis Using Neural Networks for Seizure Detection

More information

arxiv: v1 [cs.lg] 4 Feb 2019

arxiv: v1 [cs.lg] 4 Feb 2019 Machine Learning for Seizure Type Classification: Setting the benchmark Subhrajit Roy [000 0002 6072 5500], Umar Asif [0000 0001 5209 7084], Jianbin Tang [0000 0001 5440 0796], and Stefan Harrer [0000

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

Electroencephalography

Electroencephalography The electroencephalogram (EEG) is a measure of brain waves. It is a readily available test that provides evidence of how the brain functions over time. The EEG is used in the evaluation of brain disorders.

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

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

Neurostyle. Medical Innovation for Better Life

Neurostyle. Medical Innovation for Better Life Neurostyle Medical Innovation for Better Life Neurostyle Pte Ltd is a company dedicated to design, develop, manufacture and distribute neurological and neuromuscular medical devices. Strategically located

More information

Processing of the incomplete representation of the visual world

Processing of the incomplete representation of the visual world Processing of the incomplete representation of the visual world Andrzej W. Przybyszewski, and Tomasz M. Rutkowski Dept Psychology McGill University Montreal, Canada Schepens Eye Res Institute, Harvard

More information

Epileptic seizure detection using linear prediction filter

Epileptic seizure detection using linear prediction filter 11 th International conference on Sciences and Techniques of Automatic control & computer engineering December 19-1, 010, Monastir, Tunisia Epileptic seizure detection using linear prediction filter Introduction:

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

Separation of fetal electrocardiography (ECG) from composite ECG using adaptive linear neural network for fetal monitoring

Separation of fetal electrocardiography (ECG) from composite ECG using adaptive linear neural network for fetal monitoring International Journal of the Physical Sciences Vol. 6(24), pp. 5871-5876, 16 October, 2011 Available online at http://www.academicjournals.org/ijps ISSN 1992-1950 2011 Academic Journals Full Length Research

More information

Sleep-Wake Cycle I Brain Rhythms. Reading: BCP Chapter 19

Sleep-Wake Cycle I Brain Rhythms. Reading: BCP Chapter 19 Sleep-Wake Cycle I Brain Rhythms Reading: BCP Chapter 19 Brain Rhythms and Sleep Earth has a rhythmic environment. For example, day and night cycle back and forth, tides ebb and flow and temperature varies

More information

Phase Average Waveform Analysis of Different Leads in Epileptic EEG Signals

Phase Average Waveform Analysis of Different Leads in Epileptic EEG Signals RESEARCH ARTICLE Copyright 2015 American Scientific Publishers All rights reserved Printed in the United States of America Journal of Medical Imaging and Health Informatics Vol. 5, 1811 1815, 2015 Phase

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

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

SPECTRAL ANALYSIS OF EEG SIGNALS BY USING WAVELET AND HARMONIC TRANSFORMS

SPECTRAL ANALYSIS OF EEG SIGNALS BY USING WAVELET AND HARMONIC TRANSFORMS SPECTRAL ANALYSIS OF EEG SIGNALS BY USING WAVELET AND HARMONIC TRANSFORMS A.H. SIDDIQI 1 H.KODAL SEVINDIR 2 C.YAZICI 3 A.KUTLU 4 Z. ASLAN 5 In this study, wavelet transforms and FFT methods, which transform

More information

Enhanced Phase and Amplitude Synchronization Toward Focal Seizure Offset

Enhanced Phase and Amplitude Synchronization Toward Focal Seizure Offset Article Enhanced Phase and Amplitude Synchronization Toward Focal Seizure Offset Clinical EEG and Neuroscience 44(1) 16-24 ª EEG and Clinical Neuroscience Society (ECNS) 2013 Reprints and permission: sagepub.com/journalspermissions.nav

More information

Restoring Communication and Mobility

Restoring Communication and Mobility Restoring Communication and Mobility What are they? Artificial devices connected to the body that substitute, restore or supplement a sensory, cognitive, or motive function of the nervous system that has

More information

Functional Connectivity and the Neurophysics of EEG. Ramesh Srinivasan Department of Cognitive Sciences University of California, Irvine

Functional Connectivity and the Neurophysics of EEG. Ramesh Srinivasan Department of Cognitive Sciences University of California, Irvine Functional Connectivity and the Neurophysics of EEG Ramesh Srinivasan Department of Cognitive Sciences University of California, Irvine Outline Introduce the use of EEG coherence to assess functional connectivity

More information

ISIS IOM. System-Family. The new ISIS Xpress supplements the ISIS IOM System-Family >> APPLICATION FIELDS: >> Powerful >> User-friendly >> Flexible

ISIS IOM. System-Family. The new ISIS Xpress supplements the ISIS IOM System-Family >> APPLICATION FIELDS: >> Powerful >> User-friendly >> Flexible Intraoperative Neuromonitoring Functional Neurosurgery Pain Treatment Neurological Diagnostics >> APPLICATION FIELDS: Neurosurgery Spine surgery Orthopedics Vascular surgery Cardiothoracic surgery General

More information

This presentation is the intellectual property of the author. Contact them for permission to reprint and/or distribute.

This presentation is the intellectual property of the author. Contact them for permission to reprint and/or distribute. Modified Combinatorial Nomenclature Montage, Review, and Analysis of High Density EEG Terrence D. Lagerlund, M.D., Ph.D. CP1208045-16 Disclosure Relevant financial relationships None Off-label/investigational

More information

Hardware efficient seizure prediction algorithm Sergi Consul a, Bashir I. Morshed a, Robert Kozma b a

Hardware efficient seizure prediction algorithm Sergi Consul a, Bashir I. Morshed a, Robert Kozma b a Hardware efficient seizure prediction algorithm Sergi Consul a, Bashir I. Morshed a, Robert Kozma b a Electrical and Computer Engineering Department, he University of Memphis, Memphis, N, USA b Center

More information

patients and family NEMOS for treatment of epilepsies

patients and family NEMOS for treatment of epilepsies patients and family NEMOS for treatment of epilepsies Transcutaneous Vagus Nerve Stimulation (t-vns ) with NEMOS a promising treatment option No surgery No hospitalisation Minor side effects Self-administered

More information

Introduction to Computational Neuroscience

Introduction to Computational Neuroscience Introduction to Computational Neuroscience Lecture 10: Brain-Computer Interfaces Ilya Kuzovkin So Far Stimulus So Far So Far Stimulus What are the neuroimaging techniques you know about? Stimulus So Far

More information

INTERPRETATION of the clinical EEG almost always involves

INTERPRETATION of the clinical EEG almost always involves 1228 IEEE TRANSACTIONS ON BIOMEDICAL ENGINEERING, VOL. 56, NO. 4, APRIL 2009 Constraining Minimum-Norm Inverse by Phase Synchronization and Signal Power of the Scalp EEG Channels Kaushik Majumdar, Member,

More information

Neural Networks: Tracing Cellular Pathways. Lauren Berryman Sunfest 2000

Neural Networks: Tracing Cellular Pathways. Lauren Berryman Sunfest 2000 Neural Networks: Tracing Cellular Pathways Lauren Berryman Sunfest 000 Neural Networks: Tracing Cellular Pathways Research Objective Background Methodology and Experimental Approach Results and Conclusions

More information

Computational analysis of epilepsy-associated genetic mutations

Computational analysis of epilepsy-associated genetic mutations Computational analysis of epilepsy-associated genetic mutations Alberto De Marchi and Ricardo Cervantes Casiano August 5, 27 Abstract In the central nervous system, the elementary processing unit are the

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

We are IntechOpen, the world s leading publisher of Open Access books Built by scientists, for scientists. International authors and editors

We are IntechOpen, the world s leading publisher of Open Access books Built by scientists, for scientists. International authors and editors We are IntechOpen, the world s leading publisher of Open Access books Built by scientists, for scientists 3,900 116,000 120M Open access books available International authors and editors Downloads Our

More information

Predict seizures in intracranial EEG recordings

Predict seizures in intracranial EEG recordings Predict seizures in intracranial EEG recordings Arnab Ghosh(arnabgho@iitk.ac.in) Amitabha Mukerjee(amit@cse.iitk.ac.in) Computer Science And Engineering IIT KANPUR November 21,2014 Abstract Seizure forecasting

More information

Effects of Light Stimulus Frequency on Phase Characteristics of Brain Waves

Effects of Light Stimulus Frequency on Phase Characteristics of Brain Waves SICE Annual Conference 27 Sept. 17-2, 27, Kagawa University, Japan Effects of Light Stimulus Frequency on Phase Characteristics of Brain Waves Seiji Nishifuji 1, Kentaro Fujisaki 1 and Shogo Tanaka 1 1

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

NONLINEAR ANALAYSIS AND BIOMARKERS IN NEUROLOGICAL DISEASES (TEMPORAL LOBE EPILEPSY AND ALZHEIMER S DISEASE)

NONLINEAR ANALAYSIS AND BIOMARKERS IN NEUROLOGICAL DISEASES (TEMPORAL LOBE EPILEPSY AND ALZHEIMER S DISEASE) NONLINEAR ANALAYSIS AND BIOMARKERS IN NEUROLOGICAL DISEASES (TEMPORAL LOBE EPILEPSY AND ALZHEIMER S DISEASE) by Jinyao Zhang A dissertation submitted in partial fulfillment of the requirements for the

More information

Analysis of Brain-Neuromuscular Synchronization and Coupling Strength in Muscular Dystrophy after NPT Treatment

Analysis of Brain-Neuromuscular Synchronization and Coupling Strength in Muscular Dystrophy after NPT Treatment World Journal of Neuroscience, 215, 5, 32-321 Published Online August 215 in SciRes. http://www.scirp.org/journal/wjns http://dx.doi.org/1.4236/wjns.215.5428 Analysis of Brain-Neuromuscular Synchronization

More information

Definition of the Instantaneous Frequency of an Electroencephalogram Using the Hilbert Transform

Definition of the Instantaneous Frequency of an Electroencephalogram Using the Hilbert Transform Advances in Bioscience and Bioengineering 2016; 4(5): 43-50 http://www.sciencepublishinggroup.com/j/abb doi: 10.11648/j.abb.20160405.11 ISSN: 2330-4154 (Print); ISSN: 2330-4162 (Online) Definition of the

More information

Influence of paroxysmal activity on background synchronization in epileptic records

Influence of paroxysmal activity on background synchronization in epileptic records Influence of paroxysmal activity on background synchronization in epileptic records Jesús Pastor 1 and Guillermo Ortega 1 1 Instituto de Investigación Sanitaria Hospital de la Princesa, Madrid Abstract

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

arxiv: v1 [q-bio.nc] 13 Jan 2008

arxiv: v1 [q-bio.nc] 13 Jan 2008 Recurrent infomax generates cell assemblies, avalanches, and simple cell-like selectivity Takuma Tanaka 1, Takeshi Kaneko 1,2 & Toshio Aoyagi 2,3 1 Department of Morphological Brain Science, Graduate School

More information

Lecture 6: Brain Functioning and its Challenges

Lecture 6: Brain Functioning and its Challenges Lecture 6: Brain Functioning and its Challenges Jordi Soriano Fradera Dept. Física de la Matèria Condensada, Universitat de Barcelona UB Institute of Complex Systems September 2016 1. The brain: a true

More information

EXPERIMENTS WITH BLOOD PRESSURE MONITORING USING ECG AND PPG

EXPERIMENTS WITH BLOOD PRESSURE MONITORING USING ECG AND PPG EXPERIMENTS WITH BLOOD PRESSURE MONITORING USING ECG AND D. Špulák 1, R. Čmejla 1, V. Fabián 2 Czech Technical University in Prague, Faculty of Electrical Engineering, 1 Department of Circuit Theory 2

More information

PSD Analysis of Neural Spectrum During Transition from Awake Stage to Sleep Stage

PSD Analysis of Neural Spectrum During Transition from Awake Stage to Sleep Stage PSD Analysis of Neural Spectrum During Transition from Stage to Stage Chintan Joshi #1 ; Dipesh Kamdar #2 #1 Student,; #2 Research Guide, #1,#2 Electronics and Communication Department, Vyavasayi Vidya

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

Spatiotemporal clustering of synchronized bursting events in neuronal networks

Spatiotemporal clustering of synchronized bursting events in neuronal networks Spatiotemporal clustering of synchronized bursting events in neuronal networks Uri Barkan a David Horn a,1 a School of Physics and Astronomy, Tel Aviv University, Tel Aviv 69978, Israel Abstract in vitro

More information

Introduction to EEG del Campo. Introduction to EEG. J.C. Martin del Campo, MD, FRCP University Health Network Toronto, Canada

Introduction to EEG del Campo. Introduction to EEG. J.C. Martin del Campo, MD, FRCP University Health Network Toronto, Canada Introduction to EEG J.C. Martin, MD, FRCP University Health Network Toronto, Canada What is EEG? A graphic representation of the difference in voltage between two different cerebral locations plotted over

More information

Computational & Systems Neuroscience Symposium

Computational & Systems Neuroscience Symposium Keynote Speaker: Mikhail Rabinovich Biocircuits Institute University of California, San Diego Sequential information coding in the brain: binding, chunking and episodic memory dynamics Sequential information

More information

Keywords: Adaptive Neuro-Fuzzy Interface System (ANFIS), Electrocardiogram (ECG), Fuzzy logic, MIT-BHI database.

Keywords: Adaptive Neuro-Fuzzy Interface System (ANFIS), Electrocardiogram (ECG), Fuzzy logic, MIT-BHI database. Volume 3, Issue 11, November 2013 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Detection

More information

Normal brain rhythms and the transition to epileptic activity

Normal brain rhythms and the transition to epileptic activity School on Modelling, Automation and Control of Physiological variables at the Faculty of Science, University of Porto 2-3 May, 2007 Topics on Biomedical Systems Modelling: transition to epileptic activity

More information

Available online at ScienceDirect. Procedia Computer Science 70 (2015 ) Carmelaram, Bengaluru , India

Available online at   ScienceDirect. Procedia Computer Science 70 (2015 ) Carmelaram, Bengaluru , India Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 70 (2015 ) 289 295 4 th International Conference on Eco-friendly Computing and Communication Systems, ICECCS 2015 Abstract

More information

An IoT-based Drug Delivery System for Refractory Epilepsy

An IoT-based Drug Delivery System for Refractory Epilepsy An IoT-based Drug Delivery System for Refractory Epilepsy M. A. Sayeed 1, S. P. Mohanty 2, E. Kougianos 3, and H. Zaveri 4 University of North Texas, Denton, TX, USA. 1,2,3 Yale University, New Haven,

More information

Activity 1: Person s story

Activity 1: Person s story Epilepsy Session outline Introduction to epilepsy. Assessment of epilepsy. Management of epilepsy. Follow-up of a person with epilepsy. Review or materials and skills. Activity 1: Person s story Present

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

Small-world networks and epilepsy: Graph theoretical analysis of intracerebrally recorded mesial temporal lobe seizures.

Small-world networks and epilepsy: Graph theoretical analysis of intracerebrally recorded mesial temporal lobe seizures. Small-world networks and epilepsy: Graph theoretical analysis of intracerebrally recorded mesial temporal lobe seizures S.C. Ponten, F. Bartolomei, o C.J. Stam Presented by Miki Rubinstein Epilepsy Abnormal

More information

*Pathophysiology of. Epilepsy

*Pathophysiology of. Epilepsy *Pathophysiology of Epilepsy *Objectives * At the end of this lecture the students should be able to:- 1.Define Epilepsy 2.Etio-pathology of Epilepsy 3.Types of Epilepsy 4.Role of Genetic in Epilepsy 5.Clinical

More information

Practical class neuromodulation and imaging: EEG source analysis. Pieter van Mierlo Willeke Staljanssens Gregor Strobbe

Practical class neuromodulation and imaging: EEG source analysis. Pieter van Mierlo Willeke Staljanssens Gregor Strobbe Practical class neuromodulation and imaging: EEG source analysis Pieter van Mierlo Willeke Staljanssens Gregor Strobbe Introduction EEG source analysis Inverse problem? What are we measuring? ~100,000

More information

Australian Journal of Basic and Applied Sciences

Australian Journal of Basic and Applied Sciences Australian Journal of Basic and Applied Sciences, 7(12) October 2013, Pages: 174-179 AENSI Journals Australian Journal of Basic and Applied Sciences Journal home page: www.ajbasweb.com A Probabilistic

More information

Detection and Plotting Real Time Brain Waves

Detection and Plotting Real Time Brain Waves Detection and Plotting Real Time Brain Waves Prof. M. M. PAL ME (ESC(CS) Department Of Computer Engineering Suresh Deshmukh College Of Engineering, Wardha Abstract - The human brain, either is in the state

More information

Objectives. brain pacemaker circuits role of inhibition

Objectives. brain pacemaker circuits role of inhibition Brain Rhythms Michael O. Poulter, Ph.D. Professor, Molecular Brain Research Group Robarts Research Institute Depts of Physiology & Pharmacology, Clinical Neurological Sciences Schulich School of Medicine

More information

Clinically Available Optical Topography System

Clinically Available Optical Topography System Clinically Available Optical Topography System Clinically Available Optical Topography System 18 Fumio Kawaguchi Noriyoshi Ichikawa Noriyuki Fujiwara Yûichi Yamashita Shingo Kawasaki OVERVIEW: Progress

More information

Introduction to Electrophysiology

Introduction to Electrophysiology Introduction to Electrophysiology Dr. Kwangyeol Baek Martinos Center for Biomedical Imaging Massachusetts General Hospital Harvard Medical School 2018-05-31s Contents Principles in Electrophysiology Techniques

More information

George Benke*, Maribeth Bozek-Kuzmicki, David Colella, Garry M. Jacyna, John J. Benedetto**

George Benke*, Maribeth Bozek-Kuzmicki, David Colella, Garry M. Jacyna, John J. Benedetto** Wavelet-based analysis of EEG signals for detection and localization of epileptic seizures George Benke*, Maribeth Bozek-Kuzmicki, David Colella, Garry M. Jacyna, John J. Benedetto** The MITRE Corporation,

More information

EPILEPTIC SEIZURE PREDICTION

EPILEPTIC SEIZURE PREDICTION EPILEPTIC SEIZURE PREDICTION Submitted by Nguyen Van Vinh Department of Electrical & Computer Engineering In partial fulfillment of the requirements for the Degree of Bachelor of Engineering National University

More information

Beyond Blind Averaging: Analyzing Event-Related Brain Dynamics. Scott Makeig. sccn.ucsd.edu

Beyond Blind Averaging: Analyzing Event-Related Brain Dynamics. Scott Makeig. sccn.ucsd.edu Beyond Blind Averaging: Analyzing Event-Related Brain Dynamics Scott Makeig Institute for Neural Computation University of California San Diego La Jolla CA sccn.ucsd.edu Talk given at the EEG/MEG course

More information

CHAPTER 1 INTRODUCTION

CHAPTER 1 INTRODUCTION 1 CHAPTER 1 INTRODUCTION 1.1 INTRODUCTION Epilepsy, a disease known from ancient times, is now considered the most common disorders of the nervous system (Victor and Ropper, 2001). The Greek physician

More information

patients and family NEMOS for treatment of drug-resistant epilepsy

patients and family NEMOS for treatment of drug-resistant epilepsy patients and family NEMOS for treatment of drug-resistant epilepsy Transcutaneous Vagus Nerve Stimulation (t-vns ) with NEMOS the new treatment option No surgery Gentle and patient-friendly No hospitalization

More information

Predicting Seizures in Intracranial EEG Recordings

Predicting Seizures in Intracranial EEG Recordings Sining Ma, Jiawei Zhu sma87@stanford.edu, jiaweiz@stanford.edu Abstract If seizure forecasting systems could reliably identify periods of increased probability of seizure occurrence, patients who suffer

More information

Quantifying the Coherence of Pedestrian Groups

Quantifying the Coherence of Pedestrian Groups Quantifying the Coherence of Pedestrian Groups Adam W. Kiefer (adam_kiefer@brown.edu) Stéphane Bonneaud (stephane_bonneaud@brown.edu) Kevin Rio (kevin_rio@brown.edu) William H. Warren (bill_warren@brown.edu)

More information

Modifying the Classic Peak Picking Technique Using a Fuzzy Multi Agent to Have an Accurate P300-based BCI

Modifying the Classic Peak Picking Technique Using a Fuzzy Multi Agent to Have an Accurate P300-based BCI Modifying the Classic Peak Picking Technique Using a Fuzzy Multi Agent to Have an Accurate P3-based BCI Gholamreza Salimi Khorshidi School of cognitive sciences, Institute for studies in theoretical physics

More information

Linear Features, Principal Component Analysis, and Support Vector Machine for Epileptic Seizure Prediction Progress

Linear Features, Principal Component Analysis, and Support Vector Machine for Epileptic Seizure Prediction Progress Linear Features, Principal Component Analysis, Support Vector Machine for Epileptic Seizure Prediction Progress Peyv Ghaderyan 1, Ataollah Abbasi 2, Mohammad Hossein Sedaaghi 1 M.Sc. Student, Computational

More information