SlideShare une entreprise Scribd logo
1  sur  7
Télécharger pour lire hors ligne
International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 –
INTERNATIONAL JOURNAL OF ELECTRONICS AND
6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 5, September – October (2013), © IAEME

COMMUNICATION ENGINEERING & TECHNOLOGY (IJECET)

ISSN 0976 – 6464(Print)
ISSN 0976 – 6472(Online)
Volume 4, Issue 5, September – October, 2013, pp. 73-79
© IAEME: www.iaeme.com/ijecet.asp
Journal Impact Factor (2013): 5.8896 (Calculated by GISI)
www.jifactor.com

IJECET
©IAEME

WAVELET BASED EPILEPSY DETECTION IN EEG USING NEURAL
NETWORK
Shah Aqueel Ahmad
Royal Institute of Tech. & Science,
Hyderabad – 501503, India

Dr. Syed Abdul Sattar
Royal Institute of Tech. & Science,
Hyderabad – 501503, India

Dr. D. Elizabath Rani
GITAM University,
Vishakapatnam, AP, India

ABSTRACT
One of the many challenges in automated detection of seizure is to draw a line of demarcation
between seizure activity and non seizure activity. To accomplish this task, identification of related
features and their extraction from EEG plays a key role. The aim of this work is to develop a
new method for automatic detection and classification of EEG patterns using Discrete wavelet
transform and neural network. A wavelet based technique has been developed to extract features,
energy covariance, entropy, power spectral density min and maximum. These feature have been
applied to neural network for training and classification of epileptic and non epileptic. The good
accuracy is achieved.
Keywords: Electroencephalogram (EEG) signals, epileptic seizures, discrete wavelet transform
(DWT), artificial neural network (ANN).
1. INTRODUCTION
Brain is the most complex of all the other organs of human body. It generates electrical
signals to directly or indirectly control the entire body. The electrical activity of the brain generated
by millions of neurons is recorded by medical technique known as electroencephalogram (EEG). An
EEG channel is formed by taking the difference between potentials measured by placing two
electrodes, and records the summed potential of neurons. EEG is measured using 10-20 electrode
system. EEG is used for diagnosis of brain disorders like coma, to verify brain death, to monitor
anesthetic depth etc. One of the main applications of EEG lies in diagnosing epilepsy. A patient
suffering from epileptic attack has a distinctly different EEG as compared to excessive neural
activity in the brain.
73
International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 –
6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 5, September – October (2013), © IAEME

The detection of epilepsy, which includes visual scanning of EEG recordings for the spikes
and seizures, is very time consuming, especially in the case of long recordings. In addition, biosignals are highly subjective so disagreement on the same record is possible. These EEG signal
parameters extracted and analyzed using computers, are highly useful in diagnostics. The EEG
signals, like most biological signals, are inherently difficult to quantify. These signals can be
characterizes as non stationary. The EEG signals, like most biological signals, are inherently difficult
to quantify. These signals can be characterized as non stationary.
2. EXPERIMENTAL DATA
The EEG data used in the work is available at the Department of Epileptology, University of
Bonn . The complete data set consists of five sets (Z, O, F, N, S), each containing 100 single channel
EEG signals. Z is obtain from healthy subject with eyes closed and S is taken from ictal subject
These segments of EEG signals were cut out from continuous multi-channel EEG recordings and that
too after taken care for artifacts like muscle activity or eye movements. Each signal segment is of
23.6 s duration and Sampling frequency is 173.61 Hz, so each segment contains N = 4096 Samples.
3. DISCRETE WAVELET TRANSFORM
Wavelet transform can be defined as a spectral estimation technique in which any general
function can be expressed as a sum of an infinite series of wavelets. The decomposition of the signal
results in a set of coefficients called wavelet coefficients. The decomposition is done by low pass and
high pass filter in time domain. DWT successfully analyses the multi-resolution signal at different
frequency bands, by decomposing the signal into approximation and detail information. Here Data is
first preprocessed by removing dc component from the signal thereby achieving different levels of
decomposition for Daubechies order-2 wavelet with a sampling frequency of 173.6 Hz on each
signal of 4096 samples. Figure 1 shows the decomposition of the EEG signal x(n) at Nyquist
frequency which is the maximum useful frequency i.e. half of sampling frequency 86.8 Hz. Signal is
subjected to six level decomposition where each stage of this scheme consists of two digital filters.
The first filter, h[n] is the high pass filter or it is the discrete mother wavelet and the second, g[n] is
low-pass filter. After the first level of decomposition, the EEG signal (0-86.81Hz), is decomposed
into its lower resolution components, CA1 (0-43.4) Hz and higher resolution components, CD1
(43.4-86.81 Hz). by CAi and CDi where i is 1,2,3.... at each level of decomposition. The data after
decomposition to various levels has approximation and detail coefficients at each level of different
frequency resolution. These frequencies are to be then recombined in order to achieve subbands
delta, theta, alpha, beta, gamma at their perspective frequencies. The delta band is of frequency range
0-4 Hz so lower resolution components i.e. approximation coefficients CA7 (0-2.7 Hz) and CA8
(2.7- 4.05 Hz) are to be recombined. But the problem arises when the number of samples of CA7 and
CA8 mismatch. CA7 has 128 samples while CA8 has 64 samples. For this up-sampling of CA8 is
done to 128 samples and then the DELTA band is reconstructed successfully by recombination of
CA7 and up-sampled CA8 through Inverse Discrete Wavelet Transform using Daubechies order-2.
Similarly THETA subband is of frequency range 4-8 Hz so CA9 and up-sampled CD8 are
recombined. After recombining all coefficients falling in their respective subbands, delta, theta, alpha
band with 256 samples and beta with 1024 and gamma with 4096 samples are achieved as shown in
Table 1.

74
International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 –
6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 5, September – October (2013), © IAEME

Table 1. Subbands with their Frequency Range, Recombining Coefficients and no of Samples
Subband

Frequency

Coefficients

Samples

DELTA

0-4 Hz

CA7,CA8(up-sampled)

256

THETA

4-8 Hz

CD8(up-sampled), CA9

256

ALPHA

8-12 Hz

CD9, CA11(up-sampled)

256

BETA

12-30 Hz

CD11(up-sampled), CD10,

1024,CD6, CA 4

GAMMA

> 30 Hz

CD4(doubly up-sampled)

4096 CD1

4. FEATURE EXTRACTIONS
In this study, the discrete wavelet transform is used as a primary computational tool for
extracting features of the epileptic EEG signals at different resolutions. Decomposition of Epileptic
and Non- Epileptic data into Delta, Theta, Alpha, Beta, Gamma subbands are shown in figure 1 and
Figure 2 resp. It is apparent from figures that the amplitude of gross epileptic signal is considerably
higher than non-epileptic one. Also the amplitudes of subbands are significantly high in case of
epileptic data, especially in gamma subband.
1. Covariance
Covariance is defined as a measure of the dispersion of a set of data points around their
meanvalue. Assume some random variable X that have the sample values of each EEG subband
signal. Let the sample valueof X is Xi= {X1,X2, ....... Xn}. Where i represent a sample set from the
subbands delta, theta, alpha, beta, and gamma. The covariance can thus be expressed as

where µ is the mean value of the set X and n is the number of samples in the EEG dataset.
2. Energy
The energy of the signal is defined as the sum of squared modulus of the sample values of
any signal. The wavelet based energy of each decomposed subbands such as delta, theta, alpha beta
and gamma can be calculated using the formula

where X is the samples values in each subbands and N is the total number of samples.
3. Power Spectral Density (PSD)
The PSD is the amount of power per unit frequency as a function of frequency. Periodogram
is commonly used for computing PSD. This is computed by squared modulus of the Fourier
transform of the time series of the signal.
75
International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 –
6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 5, September – October (2013), © IAEME

భ
Min(w) = ೙ |ܺሺ‫ݓ‬ሻ|2

The Maximum and minimum values are estimated from the PSD of each EEG subbands can
be considered as feature for classification.
4. Entropy
Entropy is a numerical measure of the randomness of a signal. Entropy can act as a feature
and used to analyze psychological time series data such as EEG data.

Entropy is the statistical descriptor of the variability within the EEG signal and can be a
strong feature for epilepsy detection.
The above statistical features are extracted from each subband i.e.Delta, Theta, Alpha, Beta,
Gamma of each set to represent the time-frequency distribution of the EEG signals and are
nomenclatured as
1. Covariance of the coefficients in each subband (y1, y2, y3, y4)
2. Energy of the wavelet coefficients in each subband (E1,E2,E3, E4)
3. Power Spectral Density (max) and Power Spectral Density (min) of each subband (PSDmax1,
PSDmax2, PSDmax3,PSDmax4, ,PSDmin1, PSDmin2, PSDmin3, PSDmin4)
4. Entropy of wavelet coefficients in each subband (Eadelta,Eatheta ,Eaalpha,EaBeta) The
same thing is reflected in the figure 9.

Fig. 2: Block Diagram of Epileptic Seizure Classification systems
76
International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 –
6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 5, September – October (2013), © IAEME

5. Proposed Algorithm
Step 1: Read EEG Signal
Step 2: Using Wavelet Transform extract Delta, Theta, Alpha and Beta
Step 3: Extract Energy “E” from Delta, Theta, Alpha, Beta.
Step 4: Extract the Covariance
Step 5: Extract the Entropy
Step 6: Extract the Minimum Power Spectral Density.
Step7: Extract the features of maximum Power spectral Density
Step 8: Input the data of extracted features in Neural Network.
Step 9: Train the Neural Network
Step 10: Apply Threshold value and perform classification of epilepsy
Step 11: End
6. NEURAL NETWORKS
Artificial neural networks are computing systems made up of large number of simple, highly
interconnected processing elements (called nodes or artificial neurons) that abstractly emulate the
structure and operation of the biological nervous system. . Learning in ANNs is accomplished
through special training algorithms developed based on learning rules presumed to mimic the
learning mechanisms of biological systems. There are many different types and architectures of
neural net-works varying fundamentally in the way they learn. In this paper, feed forward back
propagation neural network considered.
From the decomposed EEG signal the features calculated for each sub band a total of 20
features are considered for classification. Neural network is designed with 20 input nodes and one
output node. The network is trained with parameters a Lavenberg Marquardt algorithm with
momentum factor included (TRAINLM)was used for training. The stopping criterion was specified
to be 0.001 Root Mean Square Error (RMSE). The training was stopped when the RMSE between
the network outputs and the targets was lesser than or equal to 0.001. The learning rate was fixed at
0.5. The number of training epochs was fixed uniformly at 1000. . The output from threshold
detector value is greater than threshold value the subject considered as epileptic otherwise normal.
The threshold value of 0.5 is considered. In this work. Feed Forward back propagation is used.
7. RESULTS AND DISCUSSIONS
Each EEG signal is decomposed using DWT .from each sub band the five statistical features
Energy, Covariance, Entropy, Power Spectral Density min, and Power Spectral Density max
calculated and average values are tabulated in Table-I. This table shows the deviation of values for
different subjects. In each sub band the variation of values of features indicting the Presence of
epilepsy
Features of two different Subjects and each having 300 sets. Epoch duration of 7 second is
considered for each type dataset. Therefore 600 feature sets are generated from each subject and the
total feature sets are 12000. The target value are fixed as per the type of the subjects. For epileptic
subject is assigned a maximum value of 0.9 and normal subject is assigned 0.1. These feature sets are
arranged in random manner before neural network training. The trained network is simulated with
normal and epileptic subject's data.
The performance of the classification is evaluated in terms of specificity, sensitivity and
classification accuracy .The performance analysis is tabulated in Table II.

77
International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 –
6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 5, September – October (2013), © IAEME

The Fig2 shows the plot of classification performance of Feed Forward Back Propagation
neural network.

Fig. 3: Performance analysis of Epileptic Seizure Classification systems

Work

Specificity

Sensitivity

Accuracy

Proposed Method

100

99.8

99.899

98.59

97.69

98.32

Zakir Hussain and K.
S Rao(ICINT 2012) ,
IPCSIT vol 37
2012[7]
Nidal Rafiuddin , Y.U
Khan

96.5

ICMSPCT 2011[3]
Abibullaev Berdakh
IEEE ICIT 2009[8]

96.49

94.39

Table. 2: Performance evaluation Neural network classifier

78

95.8
International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 –
6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 5, September – October (2013), © IAEME

8. CONCLUSION
Diagnosing epilepsy is a difficult task requiring observation of the patient, an EEG, and
gathering of additional clinical information. An artificial neural network that classifies subjects as
having or not having an epileptic seizure provides a valuable diagnostic decision support tool for
neurologists treating potential epilepsy, since differing etiologies of seizures result in different
treatments. In this work, classification of EEG signals was examined. The features are extracted
using wavelet transform technique. Five features , Energy, Covariance, Entropy and PSD min and
max from each sub band of EEG are extracted The generated data from wavelet technique are given
to ANN for training of normal and abnormal EEG conditions. The ANN is used to discriminate
between the two tasks with a success rate of 99.89%.
Further research is needed to find more elaborated memory architectures and its appropriate
training algorithms. Neural networks as classifiers have here a high potential because they can
compute in real time with a high numbers of features. This characteristic enable the development and
construction of transportable devices, improving substantially the quality of life of epileptic patients
intractable by medication and that must learn to live with seizures.
9. REFERENCES
[1]

Abdulhamit Subasia, Ergun Erc¸elebi "Classification of EEG signals using neural network
and logistic regression." In Computer Methods and Programs in Biomedicine (2005) 78, 8799.
[2] D. Najumnissa, S. ShenbagaDevi " ntelligent identification and classification of epileptic
seizures using wavelet transform" Int. J. Biomedical Engineering and Technology, Vol. 1,
No. 3, 2008,293-313.
[3] Y Nidal Rafiuddin1Yusuf Uzzaman Khan and Omar Farooq, “Feature Extraction and
Classification of EEG for Automatic Seizure Detection”, IEEE International Conference on
Multimedia, Signal Processing and Communication Technologies, pp. 184-187, 2011.
[4] EEG time timeseries (epilepticdata)(2005,Nov.).
http://www.meb.unibonn.de/epileptologie/science/physik/eegdata.html.
[5] J. Gotman., “Automatic recognition of epileptic seizures in the EEG,” Clinical
Neurophysiology, vol. 54, pp. 30 –540, 1982.
[6] Y.U. Khan, J. Gotman, “Electroencephalogram Wavelet based automatic seizure detection
iintracerebral”, linical Neurophysiology, vol. 114, pp. 899-908, 2003.
[7] Sheikh.Jakeer Husain and K.S Rao “Epileptic Seizures classification from EEG Signal using
Neural Network” IPCSIT vol.37 (2012) IACSIT press, Singapore ICINT 2012.
[8] Abibullaev Berdakh, Seo Hee Don, “Epileptic Seizures Detection using Continuous Time
Wavelet Based Artificial Neural Networks”2009 IEEE sixth International Conference on
Information Technology: New Generation.
[9] Alexandros T.Tzallas, M.G. Tsipouras “Epileptic Seizure Detection in EEGs Using TimeFrequency Analysis” IEEE TRANSACTION ON IT IN BIOMEDICINE, VOL.13, NO.5,
SEPTEMBER 2009.
[10] G. Hemalatha, Dr.B. Anuradha and V. Adinarayana Reddy, “Efficient Extraction of Evoked
Potentials from Noisy Background EEG”, International Journal of Electronics and
Communication Engineering & Technology (IJECET), Volume 4, Issue 1, 2013,
pp. 216 - 229, ISSN Print: 0976- 6464, ISSN Online: 0976 –6472.
[11] Imteyaz Ahmad, F Ansari and U.K. Dey, “A Review of EEG Recording Techniques”,
International Journal of Electronics and Communication Engineering & Technology
(IJECET), Volume 3, Issue 3, 2012, pp. 177 - 186, ISSN Print: 0976- 6464, ISSN Online:
0976 –6472.
79

Contenu connexe

Tendances

Wavelet Based Feature Extraction Scheme Of Eeg Waveform
Wavelet Based Feature Extraction Scheme Of Eeg WaveformWavelet Based Feature Extraction Scheme Of Eeg Waveform
Wavelet Based Feature Extraction Scheme Of Eeg Waveform
shan pri
 
Design of single channel portable eeg
Design of single channel portable eegDesign of single channel portable eeg
Design of single channel portable eeg
ijbesjournal
 
Classification of Pre-ictal and Interictal Periods Based
Classification of Pre-ictal and Interictal Periods BasedClassification of Pre-ictal and Interictal Periods Based
Classification of Pre-ictal and Interictal Periods Based
Bharat Kumar Reddy Karumuri
 
Lvq based person identification system
Lvq based person identification systemLvq based person identification system
Lvq based person identification system
IAEME Publication
 

Tendances (19)

The International Journal of Engineering and Science (IJES)
The International Journal of Engineering and Science (IJES)The International Journal of Engineering and Science (IJES)
The International Journal of Engineering and Science (IJES)
 
IRJET - ECG based Cardiac Arrhythmia Detection using a Deep Neural Network
IRJET - ECG based Cardiac Arrhythmia Detection using a Deep Neural NetworkIRJET - ECG based Cardiac Arrhythmia Detection using a Deep Neural Network
IRJET - ECG based Cardiac Arrhythmia Detection using a Deep Neural Network
 
Classification of ecg signal using artificial neural network
Classification of ecg signal using artificial neural networkClassification of ecg signal using artificial neural network
Classification of ecg signal using artificial neural network
 
Feature Extraction Techniques and Classification Algorithms for EEG Signals t...
Feature Extraction Techniques and Classification Algorithms for EEG Signals t...Feature Extraction Techniques and Classification Algorithms for EEG Signals t...
Feature Extraction Techniques and Classification Algorithms for EEG Signals t...
 
018 bci gamma band
018   bci gamma band018   bci gamma band
018 bci gamma band
 
EMG final report
EMG final reportEMG final report
EMG final report
 
E44082429
E44082429E44082429
E44082429
 
Ijetcas14 577
Ijetcas14 577Ijetcas14 577
Ijetcas14 577
 
K010225156
K010225156K010225156
K010225156
 
Wavelet Based Feature Extraction Scheme Of Eeg Waveform
Wavelet Based Feature Extraction Scheme Of Eeg WaveformWavelet Based Feature Extraction Scheme Of Eeg Waveform
Wavelet Based Feature Extraction Scheme Of Eeg Waveform
 
Performance Comparison of Known ICA Algorithms to a Wavelet-ICA Merger
Performance Comparison of Known ICA Algorithms to a Wavelet-ICA MergerPerformance Comparison of Known ICA Algorithms to a Wavelet-ICA Merger
Performance Comparison of Known ICA Algorithms to a Wavelet-ICA Merger
 
Brainwave Feature Extraction, Classification & Prediction
Brainwave Feature Extraction, Classification & PredictionBrainwave Feature Extraction, Classification & Prediction
Brainwave Feature Extraction, Classification & Prediction
 
Design of single channel portable eeg
Design of single channel portable eegDesign of single channel portable eeg
Design of single channel portable eeg
 
Classification of Pre-ictal and Interictal Periods Based
Classification of Pre-ictal and Interictal Periods BasedClassification of Pre-ictal and Interictal Periods Based
Classification of Pre-ictal and Interictal Periods Based
 
Article Review on Simultanoeus Optical Stimulation and Electrical Recording f...
Article Review on Simultanoeus Optical Stimulation and Electrical Recording f...Article Review on Simultanoeus Optical Stimulation and Electrical Recording f...
Article Review on Simultanoeus Optical Stimulation and Electrical Recording f...
 
A0510107
A0510107A0510107
A0510107
 
40220140507004
4022014050700440220140507004
40220140507004
 
Lvq based person identification system
Lvq based person identification systemLvq based person identification system
Lvq based person identification system
 
F41043841
F41043841F41043841
F41043841
 

Similaire à 40120130405007

Analysis of EEG data Using ICA and Algorithm Development for Energy Comparison
Analysis of EEG data Using ICA and Algorithm Development for Energy ComparisonAnalysis of EEG data Using ICA and Algorithm Development for Energy Comparison
Analysis of EEG data Using ICA and Algorithm Development for Energy Comparison
ijsrd.com
 
5. detection and separation of eeg artifacts using wavelet transform nov 11, ...
5. detection and separation of eeg artifacts using wavelet transform nov 11, ...5. detection and separation of eeg artifacts using wavelet transform nov 11, ...
5. detection and separation of eeg artifacts using wavelet transform nov 11, ...
IAESIJEECS
 
K-NN Classification of Brain Dominance
K-NN Classification of Brain Dominance  K-NN Classification of Brain Dominance
K-NN Classification of Brain Dominance
IJECEIAES
 
A comparative study of wavelet families for electromyography signal classific...
A comparative study of wavelet families for electromyography signal classific...A comparative study of wavelet families for electromyography signal classific...
A comparative study of wavelet families for electromyography signal classific...
journalBEEI
 

Similaire à 40120130405007 (20)

Denoising Techniques for EEG Signals: A Review
Denoising Techniques for EEG Signals: A ReviewDenoising Techniques for EEG Signals: A Review
Denoising Techniques for EEG Signals: A Review
 
IRJET- Analysis of Epilepsy using Approximate Entropy Algorithm
IRJET- Analysis of Epilepsy using Approximate Entropy AlgorithmIRJET- Analysis of Epilepsy using Approximate Entropy Algorithm
IRJET- Analysis of Epilepsy using Approximate Entropy Algorithm
 
CLASSIFICATION OF ECG ARRHYTHMIAS USING /DISCRETE WAVELET TRANSFORM AND NEURA...
CLASSIFICATION OF ECG ARRHYTHMIAS USING /DISCRETE WAVELET TRANSFORM AND NEURA...CLASSIFICATION OF ECG ARRHYTHMIAS USING /DISCRETE WAVELET TRANSFORM AND NEURA...
CLASSIFICATION OF ECG ARRHYTHMIAS USING /DISCRETE WAVELET TRANSFORM AND NEURA...
 
Biomedical Signals Classification With Transformer Based Model.pptx
Biomedical Signals Classification With Transformer Based Model.pptxBiomedical Signals Classification With Transformer Based Model.pptx
Biomedical Signals Classification With Transformer Based Model.pptx
 
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
 
Analysis of EEG data Using ICA and Algorithm Development for Energy Comparison
Analysis of EEG data Using ICA and Algorithm Development for Energy ComparisonAnalysis of EEG data Using ICA and Algorithm Development for Energy Comparison
Analysis of EEG data Using ICA and Algorithm Development for Energy Comparison
 
EEG S IGNAL Q UANTIFICATION B ASED ON M ODUL L EVELS
EEG S IGNAL  Q UANTIFICATION  B ASED ON M ODUL  L EVELS EEG S IGNAL  Q UANTIFICATION  B ASED ON M ODUL  L EVELS
EEG S IGNAL Q UANTIFICATION B ASED ON M ODUL L EVELS
 
Classification of Electroencephalograph (EEG) Signals Using Quantum Neural Ne...
Classification of Electroencephalograph (EEG) Signals Using Quantum Neural Ne...Classification of Electroencephalograph (EEG) Signals Using Quantum Neural Ne...
Classification of Electroencephalograph (EEG) Signals Using Quantum Neural Ne...
 
M010417478
M010417478M010417478
M010417478
 
5. detection and separation of eeg artifacts using wavelet transform nov 11, ...
5. detection and separation of eeg artifacts using wavelet transform nov 11, ...5. detection and separation of eeg artifacts using wavelet transform nov 11, ...
5. detection and separation of eeg artifacts using wavelet transform nov 11, ...
 
Electrocardiogram Denoised Signal by Discrete Wavelet Transform and Continuou...
Electrocardiogram Denoised Signal by Discrete Wavelet Transform and Continuou...Electrocardiogram Denoised Signal by Discrete Wavelet Transform and Continuou...
Electrocardiogram Denoised Signal by Discrete Wavelet Transform and Continuou...
 
K-NN Classification of Brain Dominance
K-NN Classification of Brain Dominance  K-NN Classification of Brain Dominance
K-NN Classification of Brain Dominance
 
Classification and Detection of ECG-signals using Artificial Neural Networks
Classification and Detection of ECG-signals using Artificial Neural NetworksClassification and Detection of ECG-signals using Artificial Neural Networks
Classification and Detection of ECG-signals using Artificial Neural Networks
 
Performance Evaluation of Percent Root Mean Square Difference for ECG Signals...
Performance Evaluation of Percent Root Mean Square Difference for ECG Signals...Performance Evaluation of Percent Root Mean Square Difference for ECG Signals...
Performance Evaluation of Percent Root Mean Square Difference for ECG Signals...
 
40120140504003
4012014050400340120140504003
40120140504003
 
40120140504003
4012014050400340120140504003
40120140504003
 
Wavelet-based EEG processing for computer-aided seizure detection and epileps...
Wavelet-based EEG processing for computer-aided seizure detection and epileps...Wavelet-based EEG processing for computer-aided seizure detection and epileps...
Wavelet-based EEG processing for computer-aided seizure detection and epileps...
 
Wavelet based Signal Processing for Compression a Methodology for on-line Tel...
Wavelet based Signal Processing for Compression a Methodology for on-line Tel...Wavelet based Signal Processing for Compression a Methodology for on-line Tel...
Wavelet based Signal Processing for Compression a Methodology for on-line Tel...
 
A New Approach to Denoising EEG Signals - Merger of Translation Invariant Wav...
A New Approach to Denoising EEG Signals - Merger of Translation Invariant Wav...A New Approach to Denoising EEG Signals - Merger of Translation Invariant Wav...
A New Approach to Denoising EEG Signals - Merger of Translation Invariant Wav...
 
A comparative study of wavelet families for electromyography signal classific...
A comparative study of wavelet families for electromyography signal classific...A comparative study of wavelet families for electromyography signal classific...
A comparative study of wavelet families for electromyography signal classific...
 

Plus de IAEME Publication

A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSA STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
IAEME Publication
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSBROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
IAEME Publication
 
GANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEGANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICE
IAEME Publication
 
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
IAEME Publication
 
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
IAEME Publication
 
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
IAEME Publication
 
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
IAEME Publication
 
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
IAEME Publication
 
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
IAEME Publication
 
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
IAEME Publication
 

Plus de IAEME Publication (20)

IAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdf
 
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
 
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSA STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSBROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
 
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSDETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
 
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
 
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOVOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
 
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
 
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYVISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
 
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
 
GANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEGANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICE
 
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
 
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
 
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
 
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
 
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
 
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
 
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
 
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
 
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTA MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
 

Dernier

Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
?#DUbAI#??##{{(☎️+971_581248768%)**%*]'#abortion pills for sale in dubai@
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
panagenda
 

Dernier (20)

FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
Ransomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdfRansomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdf
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
 
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamDEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
 
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
 

40120130405007

  • 1. International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – INTERNATIONAL JOURNAL OF ELECTRONICS AND 6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 5, September – October (2013), © IAEME COMMUNICATION ENGINEERING & TECHNOLOGY (IJECET) ISSN 0976 – 6464(Print) ISSN 0976 – 6472(Online) Volume 4, Issue 5, September – October, 2013, pp. 73-79 © IAEME: www.iaeme.com/ijecet.asp Journal Impact Factor (2013): 5.8896 (Calculated by GISI) www.jifactor.com IJECET ©IAEME WAVELET BASED EPILEPSY DETECTION IN EEG USING NEURAL NETWORK Shah Aqueel Ahmad Royal Institute of Tech. & Science, Hyderabad – 501503, India Dr. Syed Abdul Sattar Royal Institute of Tech. & Science, Hyderabad – 501503, India Dr. D. Elizabath Rani GITAM University, Vishakapatnam, AP, India ABSTRACT One of the many challenges in automated detection of seizure is to draw a line of demarcation between seizure activity and non seizure activity. To accomplish this task, identification of related features and their extraction from EEG plays a key role. The aim of this work is to develop a new method for automatic detection and classification of EEG patterns using Discrete wavelet transform and neural network. A wavelet based technique has been developed to extract features, energy covariance, entropy, power spectral density min and maximum. These feature have been applied to neural network for training and classification of epileptic and non epileptic. The good accuracy is achieved. Keywords: Electroencephalogram (EEG) signals, epileptic seizures, discrete wavelet transform (DWT), artificial neural network (ANN). 1. INTRODUCTION Brain is the most complex of all the other organs of human body. It generates electrical signals to directly or indirectly control the entire body. The electrical activity of the brain generated by millions of neurons is recorded by medical technique known as electroencephalogram (EEG). An EEG channel is formed by taking the difference between potentials measured by placing two electrodes, and records the summed potential of neurons. EEG is measured using 10-20 electrode system. EEG is used for diagnosis of brain disorders like coma, to verify brain death, to monitor anesthetic depth etc. One of the main applications of EEG lies in diagnosing epilepsy. A patient suffering from epileptic attack has a distinctly different EEG as compared to excessive neural activity in the brain. 73
  • 2. International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 5, September – October (2013), © IAEME The detection of epilepsy, which includes visual scanning of EEG recordings for the spikes and seizures, is very time consuming, especially in the case of long recordings. In addition, biosignals are highly subjective so disagreement on the same record is possible. These EEG signal parameters extracted and analyzed using computers, are highly useful in diagnostics. The EEG signals, like most biological signals, are inherently difficult to quantify. These signals can be characterizes as non stationary. The EEG signals, like most biological signals, are inherently difficult to quantify. These signals can be characterized as non stationary. 2. EXPERIMENTAL DATA The EEG data used in the work is available at the Department of Epileptology, University of Bonn . The complete data set consists of five sets (Z, O, F, N, S), each containing 100 single channel EEG signals. Z is obtain from healthy subject with eyes closed and S is taken from ictal subject These segments of EEG signals were cut out from continuous multi-channel EEG recordings and that too after taken care for artifacts like muscle activity or eye movements. Each signal segment is of 23.6 s duration and Sampling frequency is 173.61 Hz, so each segment contains N = 4096 Samples. 3. DISCRETE WAVELET TRANSFORM Wavelet transform can be defined as a spectral estimation technique in which any general function can be expressed as a sum of an infinite series of wavelets. The decomposition of the signal results in a set of coefficients called wavelet coefficients. The decomposition is done by low pass and high pass filter in time domain. DWT successfully analyses the multi-resolution signal at different frequency bands, by decomposing the signal into approximation and detail information. Here Data is first preprocessed by removing dc component from the signal thereby achieving different levels of decomposition for Daubechies order-2 wavelet with a sampling frequency of 173.6 Hz on each signal of 4096 samples. Figure 1 shows the decomposition of the EEG signal x(n) at Nyquist frequency which is the maximum useful frequency i.e. half of sampling frequency 86.8 Hz. Signal is subjected to six level decomposition where each stage of this scheme consists of two digital filters. The first filter, h[n] is the high pass filter or it is the discrete mother wavelet and the second, g[n] is low-pass filter. After the first level of decomposition, the EEG signal (0-86.81Hz), is decomposed into its lower resolution components, CA1 (0-43.4) Hz and higher resolution components, CD1 (43.4-86.81 Hz). by CAi and CDi where i is 1,2,3.... at each level of decomposition. The data after decomposition to various levels has approximation and detail coefficients at each level of different frequency resolution. These frequencies are to be then recombined in order to achieve subbands delta, theta, alpha, beta, gamma at their perspective frequencies. The delta band is of frequency range 0-4 Hz so lower resolution components i.e. approximation coefficients CA7 (0-2.7 Hz) and CA8 (2.7- 4.05 Hz) are to be recombined. But the problem arises when the number of samples of CA7 and CA8 mismatch. CA7 has 128 samples while CA8 has 64 samples. For this up-sampling of CA8 is done to 128 samples and then the DELTA band is reconstructed successfully by recombination of CA7 and up-sampled CA8 through Inverse Discrete Wavelet Transform using Daubechies order-2. Similarly THETA subband is of frequency range 4-8 Hz so CA9 and up-sampled CD8 are recombined. After recombining all coefficients falling in their respective subbands, delta, theta, alpha band with 256 samples and beta with 1024 and gamma with 4096 samples are achieved as shown in Table 1. 74
  • 3. International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 5, September – October (2013), © IAEME Table 1. Subbands with their Frequency Range, Recombining Coefficients and no of Samples Subband Frequency Coefficients Samples DELTA 0-4 Hz CA7,CA8(up-sampled) 256 THETA 4-8 Hz CD8(up-sampled), CA9 256 ALPHA 8-12 Hz CD9, CA11(up-sampled) 256 BETA 12-30 Hz CD11(up-sampled), CD10, 1024,CD6, CA 4 GAMMA > 30 Hz CD4(doubly up-sampled) 4096 CD1 4. FEATURE EXTRACTIONS In this study, the discrete wavelet transform is used as a primary computational tool for extracting features of the epileptic EEG signals at different resolutions. Decomposition of Epileptic and Non- Epileptic data into Delta, Theta, Alpha, Beta, Gamma subbands are shown in figure 1 and Figure 2 resp. It is apparent from figures that the amplitude of gross epileptic signal is considerably higher than non-epileptic one. Also the amplitudes of subbands are significantly high in case of epileptic data, especially in gamma subband. 1. Covariance Covariance is defined as a measure of the dispersion of a set of data points around their meanvalue. Assume some random variable X that have the sample values of each EEG subband signal. Let the sample valueof X is Xi= {X1,X2, ....... Xn}. Where i represent a sample set from the subbands delta, theta, alpha, beta, and gamma. The covariance can thus be expressed as where µ is the mean value of the set X and n is the number of samples in the EEG dataset. 2. Energy The energy of the signal is defined as the sum of squared modulus of the sample values of any signal. The wavelet based energy of each decomposed subbands such as delta, theta, alpha beta and gamma can be calculated using the formula where X is the samples values in each subbands and N is the total number of samples. 3. Power Spectral Density (PSD) The PSD is the amount of power per unit frequency as a function of frequency. Periodogram is commonly used for computing PSD. This is computed by squared modulus of the Fourier transform of the time series of the signal. 75
  • 4. International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 5, September – October (2013), © IAEME భ Min(w) = ೙ |ܺሺ‫ݓ‬ሻ|2 The Maximum and minimum values are estimated from the PSD of each EEG subbands can be considered as feature for classification. 4. Entropy Entropy is a numerical measure of the randomness of a signal. Entropy can act as a feature and used to analyze psychological time series data such as EEG data. Entropy is the statistical descriptor of the variability within the EEG signal and can be a strong feature for epilepsy detection. The above statistical features are extracted from each subband i.e.Delta, Theta, Alpha, Beta, Gamma of each set to represent the time-frequency distribution of the EEG signals and are nomenclatured as 1. Covariance of the coefficients in each subband (y1, y2, y3, y4) 2. Energy of the wavelet coefficients in each subband (E1,E2,E3, E4) 3. Power Spectral Density (max) and Power Spectral Density (min) of each subband (PSDmax1, PSDmax2, PSDmax3,PSDmax4, ,PSDmin1, PSDmin2, PSDmin3, PSDmin4) 4. Entropy of wavelet coefficients in each subband (Eadelta,Eatheta ,Eaalpha,EaBeta) The same thing is reflected in the figure 9. Fig. 2: Block Diagram of Epileptic Seizure Classification systems 76
  • 5. International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 5, September – October (2013), © IAEME 5. Proposed Algorithm Step 1: Read EEG Signal Step 2: Using Wavelet Transform extract Delta, Theta, Alpha and Beta Step 3: Extract Energy “E” from Delta, Theta, Alpha, Beta. Step 4: Extract the Covariance Step 5: Extract the Entropy Step 6: Extract the Minimum Power Spectral Density. Step7: Extract the features of maximum Power spectral Density Step 8: Input the data of extracted features in Neural Network. Step 9: Train the Neural Network Step 10: Apply Threshold value and perform classification of epilepsy Step 11: End 6. NEURAL NETWORKS Artificial neural networks are computing systems made up of large number of simple, highly interconnected processing elements (called nodes or artificial neurons) that abstractly emulate the structure and operation of the biological nervous system. . Learning in ANNs is accomplished through special training algorithms developed based on learning rules presumed to mimic the learning mechanisms of biological systems. There are many different types and architectures of neural net-works varying fundamentally in the way they learn. In this paper, feed forward back propagation neural network considered. From the decomposed EEG signal the features calculated for each sub band a total of 20 features are considered for classification. Neural network is designed with 20 input nodes and one output node. The network is trained with parameters a Lavenberg Marquardt algorithm with momentum factor included (TRAINLM)was used for training. The stopping criterion was specified to be 0.001 Root Mean Square Error (RMSE). The training was stopped when the RMSE between the network outputs and the targets was lesser than or equal to 0.001. The learning rate was fixed at 0.5. The number of training epochs was fixed uniformly at 1000. . The output from threshold detector value is greater than threshold value the subject considered as epileptic otherwise normal. The threshold value of 0.5 is considered. In this work. Feed Forward back propagation is used. 7. RESULTS AND DISCUSSIONS Each EEG signal is decomposed using DWT .from each sub band the five statistical features Energy, Covariance, Entropy, Power Spectral Density min, and Power Spectral Density max calculated and average values are tabulated in Table-I. This table shows the deviation of values for different subjects. In each sub band the variation of values of features indicting the Presence of epilepsy Features of two different Subjects and each having 300 sets. Epoch duration of 7 second is considered for each type dataset. Therefore 600 feature sets are generated from each subject and the total feature sets are 12000. The target value are fixed as per the type of the subjects. For epileptic subject is assigned a maximum value of 0.9 and normal subject is assigned 0.1. These feature sets are arranged in random manner before neural network training. The trained network is simulated with normal and epileptic subject's data. The performance of the classification is evaluated in terms of specificity, sensitivity and classification accuracy .The performance analysis is tabulated in Table II. 77
  • 6. International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 5, September – October (2013), © IAEME The Fig2 shows the plot of classification performance of Feed Forward Back Propagation neural network. Fig. 3: Performance analysis of Epileptic Seizure Classification systems Work Specificity Sensitivity Accuracy Proposed Method 100 99.8 99.899 98.59 97.69 98.32 Zakir Hussain and K. S Rao(ICINT 2012) , IPCSIT vol 37 2012[7] Nidal Rafiuddin , Y.U Khan 96.5 ICMSPCT 2011[3] Abibullaev Berdakh IEEE ICIT 2009[8] 96.49 94.39 Table. 2: Performance evaluation Neural network classifier 78 95.8
  • 7. International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 5, September – October (2013), © IAEME 8. CONCLUSION Diagnosing epilepsy is a difficult task requiring observation of the patient, an EEG, and gathering of additional clinical information. An artificial neural network that classifies subjects as having or not having an epileptic seizure provides a valuable diagnostic decision support tool for neurologists treating potential epilepsy, since differing etiologies of seizures result in different treatments. In this work, classification of EEG signals was examined. The features are extracted using wavelet transform technique. Five features , Energy, Covariance, Entropy and PSD min and max from each sub band of EEG are extracted The generated data from wavelet technique are given to ANN for training of normal and abnormal EEG conditions. The ANN is used to discriminate between the two tasks with a success rate of 99.89%. Further research is needed to find more elaborated memory architectures and its appropriate training algorithms. Neural networks as classifiers have here a high potential because they can compute in real time with a high numbers of features. This characteristic enable the development and construction of transportable devices, improving substantially the quality of life of epileptic patients intractable by medication and that must learn to live with seizures. 9. REFERENCES [1] Abdulhamit Subasia, Ergun Erc¸elebi "Classification of EEG signals using neural network and logistic regression." In Computer Methods and Programs in Biomedicine (2005) 78, 8799. [2] D. Najumnissa, S. ShenbagaDevi " ntelligent identification and classification of epileptic seizures using wavelet transform" Int. J. Biomedical Engineering and Technology, Vol. 1, No. 3, 2008,293-313. [3] Y Nidal Rafiuddin1Yusuf Uzzaman Khan and Omar Farooq, “Feature Extraction and Classification of EEG for Automatic Seizure Detection”, IEEE International Conference on Multimedia, Signal Processing and Communication Technologies, pp. 184-187, 2011. [4] EEG time timeseries (epilepticdata)(2005,Nov.). http://www.meb.unibonn.de/epileptologie/science/physik/eegdata.html. [5] J. Gotman., “Automatic recognition of epileptic seizures in the EEG,” Clinical Neurophysiology, vol. 54, pp. 30 –540, 1982. [6] Y.U. Khan, J. Gotman, “Electroencephalogram Wavelet based automatic seizure detection iintracerebral”, linical Neurophysiology, vol. 114, pp. 899-908, 2003. [7] Sheikh.Jakeer Husain and K.S Rao “Epileptic Seizures classification from EEG Signal using Neural Network” IPCSIT vol.37 (2012) IACSIT press, Singapore ICINT 2012. [8] Abibullaev Berdakh, Seo Hee Don, “Epileptic Seizures Detection using Continuous Time Wavelet Based Artificial Neural Networks”2009 IEEE sixth International Conference on Information Technology: New Generation. [9] Alexandros T.Tzallas, M.G. Tsipouras “Epileptic Seizure Detection in EEGs Using TimeFrequency Analysis” IEEE TRANSACTION ON IT IN BIOMEDICINE, VOL.13, NO.5, SEPTEMBER 2009. [10] G. Hemalatha, Dr.B. Anuradha and V. Adinarayana Reddy, “Efficient Extraction of Evoked Potentials from Noisy Background EEG”, International Journal of Electronics and Communication Engineering & Technology (IJECET), Volume 4, Issue 1, 2013, pp. 216 - 229, ISSN Print: 0976- 6464, ISSN Online: 0976 –6472. [11] Imteyaz Ahmad, F Ansari and U.K. Dey, “A Review of EEG Recording Techniques”, International Journal of Electronics and Communication Engineering & Technology (IJECET), Volume 3, Issue 3, 2012, pp. 177 - 186, ISSN Print: 0976- 6464, ISSN Online: 0976 –6472. 79