Automatic Electrical Home Appliance Control and Security for disabled using electroencephalogram based brain-computer interfacing

Size: px
Start display at page:

Download "Automatic Electrical Home Appliance Control and Security for disabled using electroencephalogram based brain-computer interfacing"

Transcription

1 Automatic Electrical Home Appliance Control and Security for disabled using electroencephalogram based brain-computer interfacing S. Paul, T. Sultana, M. Tahmid Electrical & Electronic Engineering, Electrical & Electronic Engineering, Computer Science & Engineering School of Science, Engineering and Technology, East Delta University Chittagong, Bangladesh [jishu.astro, tanni.tanin, Abstract The development of Brain Computer Interface (BCI) system helps to utilize Electroencephalography technology providing an effective way of turning human thoughts into actions as well as communication to other physical devices without any help of the traditional muscular pathways. The BCI system incorporated with EEG technology has recently become a wonderful solution to provide direct communication and interaction pathways for old age persons, sick patients, and especially for the severe handicapped person. In this Paper we propose a novel automatic electrical home appliance control system model using BCI. The proposed system will collect brain signals through EEG equipment and process using a microcontroller. The extracted brain thought signals will further be sent via available wireless communication technology to the input of the receiver microcontroller that will directly activate and control the electrical appliances. The system will be incorporated with a security alert subsystem along with the control purpose where the user can activate an instant alarm by his thoughts in case of danger as well. It is expected that the advantage of portability and cheapness of this proposed system compared to the other BCI systems will make it superior and more user-friendly. Index Terms BCI, EEG, Home Automation, Microcontrollers, Wireless, Bispectrum. I. INTRODUCTION Motor imagery represents the result of conscious access to the content of the intention of a movement. It can be defined as a dynamic state during which an individual mentally simulates a given action. This type of phenomenal experience implies that the subject feels him/her self performing the action. It is usually performed unconsciously during movement preparation. But a very interesting fact is that, conscious and unconscious motor preparation share common mechanisms and they are functionally equivalent. As a result, a clear image of an intended action can be present even without the limb being involved[1]. A brain computer interface (BCI) is a direct communication pathway between the brain and an external device. It is also called mind-machine interface (MMI), direct neural interface (DNI), or brainmachine interface(bmi). It is a communication system for controlling a device, e.g. computer, wheelchair or a neuro-prosthesis, by human intensions, which does not depend on the brain s normal output pathways of peripheral nerves and muscles but relies on the detectable signals representing responsive or intentional brain activities. It transforms mental intentions into control commands by analyzing the bioelectrical brain activity. BCIs can help patients totally losing volitional motor ability but having intact cognition and improve their living standards[2]. A successful BCI system very much depends on the following criteria: i. Ability of the extracted features to differentiate the task-oriented brain states, ii. Efficiency of the methods for classifying such features in real-time[3]. For analyzing BCIs, the brain activity of a patient has to be recorded. The traditional Electrode system for acquiring brain signal is International 1-2 system that works with the help of 21 electrodes which are placed on the surface of the human scalp. The usage of common Ag-AgCl small disc metal electrodes followed by proper skin preparation, conductive gel etc. can cause discomfort to the human sample for a long term signal acquisition process. Compared to this metal electrode system, user friendly dry electrodes offer more convenient way to EEG technology[4]. EEG measures voltage fluctuations resulting from ionic current within the neurons of the brain. EEG measures the summation of electrical potentials in the form of electric field generated from millions of neurons having same spatial orientation. The electrical field is mainly developed by currents that flow during synaptic excitation of the dendrites[4]. Advantages of EEG are that it is a very low cost technique, non-invasive and recording procedures are comparatively easier. The proposed Brain-computer interface (BCI) model will provide an alternative method of expressing human thoughts other than the traditional pathways of peripheral nerves or muscles with the help of the communication based on neural activity generated by the brain. So, the objective of this research is to prepare a real time basic Brain Computer Interfaced model that will be able to activate Electric loads along with an alarm especially for the disabled people using the classification of EEG signals.

2 A. General BCI Diagram II. GENERAL SYSTEM REVIEW The General BCI system consists of Signal Acquisition block, Feature extraction followed by analysis of the signals, classification of the signals and interfacing with the real time machine through computer with the help of machine learning algorithm. On the other hand, the newly invented single channel prototype called NeuroSky Mind Wave sensor which is a dry type sensor is able to acquire different brain activities in a non-invasive manner. Compared to the International standard electrodes, brain wave sensor provides less complexity along with increased accuracy. Every NeuroSky product encloses a Think Gear chip which enables the interface between users brain and the load activation unit[6]. This TGAM (Think Gear) module consists of an onboard chip that filters the electrical noise by processing the data sets. Raw brainwaves and the essence (like attention, Excitement and concentration) values are determined[7]. The sensor (Fig 4) performs extraction of raw EEG signal in a non-invasive manner and transmits wirelessly to the processing unit through RF transmitter. Sensor composed of headset, an ear clip and sensor arm[8]. Specifications of such devices are: weight 9g, frequency ranges from GHz and its maximum power is 5mw. Sampling rate of EEG signal is 512Hz. Fig. 1. General BCI system B. EEG Signal Acquisition system The signal acquisition part is performed with the help of either wet electrode system or dry electrode system. International 1-2 system, which is a standardized system for electrode placement[5] uses 21 electrodes that are placed upon the human scalp as Fig 2. Fig. 4. The Neurosky mind wave sensor model C. EEG rhythms and waveform The recorded EEG signals from the scalp having amplitudes ranging from 2 to 1 microvolts and a frequency content ranging from.5 to 3-4 Hz can be conventionally classified into five different frequency bands as the table below: Fig. 2. The 21 Electrode placement of International 1-2 system The numbers 1 and 2 refer to percentages of relative distances between different electrode locations on the skull. The general electrode- skin interface diagram is as the Fig 3. Fig. 3. Skin- Electrode interfacing in the wet electrode system D. EEG Data Analysis Signal processing methods can be divided into two general categories: methods developed for the analysis of spontaneous brain activity and brain potentials which are evoked by various sensory and cognitive stimuli. The alteration of the ongoing

3 EEG due to the stimuli is called event related potential (ERP), in the case of external stimulation called evoked potential (EP). There are mainly three modalities of stimulation: auditory stimuli are single tones of a determined frequency, or clicks with a broadband frequency distribution. Visual stimuli are produced by a single light or by the reversal of a pattern as for example a checkerboard. Somatosensory stimuli are elicited by electrical stimulation of peripheral nerves. The power spectral analysis provides a quantitative measure of the frequency distribution of the EEG at the expense of other details in the EEG such as the amplitude distribution and information relating to the presence of particular EEG patterns. Hence timefrequency signal-processing algorithms such as discrete wavelet transform (DWT) analysis are necessary to address different behavior of the EEG in order to describe it in the time and frequency domain. It should also be emphasized that the DWT is suitable for analysis of non-stationary signals, and this represents a major advantage over spectral analysis. 2) Classification of data in the Microcontroller: The acquired and preprocessed data is considered to be the input to the microcontroller. Here the software part of the system will be in use. A prestored matrix containing the feature vector for the previously stored training data will be used by the machine learning algorithm. The acquired EEG data will be processed according to the algorithm described in the software part to produce the test feature vector. The machine learning algorithm wil be implemented in the microcontroller using the following block diagram for KNN classifier[1]. START Acquire (known) training dataset and Unknown test samples Define class for training dataset III. METHODOLOGY The methodology is divided into two sections. The hardware configuration and the software processing part. First, we explain the proposed hardware model and then show the algorithm used in processing of the brain signal with the simulation results included in the following section. A. Hardware Model 1) Data Acquisition: Unlike the electrocardiogram (ECG), EEG has a very low amplitude (5-5 uv) and their noisy nature make it hard to detect them. Another issue is the DC offset of the signal due to electrode-tissue interface. This DC offset is usually 2-5 mv and about 5 times bigger than the signal. Thus, a very low noise, high input impedance and high CMRR (Common Mode Rejection Ratio) instrumentation amplifier is required to amplify these signals and reject the DC offset[9]. The following block diagram shows the data acquisition system. Yes Calculate distance between training dataset and unknown data samples. Check it for all unknown data Sort out distances and first k distances And corresponding classes The test pattern is announced to be of class J if No. of distances (out of K distances) corresponding to class J is maximum Any Unknown test sample remains? Stop Fig. 6. Block Diagram of the KNN algorithm No 3) Wireless Data Transmission: After the processing of the brain signal, the acquired binary result is transmitted through a bluetooth module to the desired receiver device. In our system, we are currently controlling only one load and there are two instructions, namely ON or OFF. But the system can be upgraded easily for multiple loads at the same time. Fig. 5. Block Diagram of the EEG acquisition system Here, we propose the international 1-2 system of leads as the electrode system. B. Software Model We are proposing a classification algorithm which uses the statistical analysis of the bispectrum of the EEG signal. The block diagram in Fig 8 shows the algorithm used in this system. For a test run, we have used an available dataset which features the time delay between the two datasets. It is to be noted that, a real time BCI based system always faces the problem of time difference between training and testing data and most of the existing EEG classification algorithms fail

4 Fig. 7. Overview of the Proposed System to perform well in this situation. Our proposed algorithm has performed well in this circumstances (checked by simulation). In our system, we will use two imagery motor tasks to detect the corresponding ON or OFF signals. Corresponding to each instruction a 1 or a is generated. Fig. 8. Proposed Algorithm 1) Details of the Dataset: The dataset used in this research is the dataset I of the BCI competition III, it contains data of imagined motor movement of left small finger or tongue. The train set and the test set were recorded from the same subject in two different days with one week in between. In the BCI experiment, a subject had to perform imagined movements of either the left small finger or the tongue. The time series of the electrical brain activity was picked up during these trials using a 8x8 ECoG platinum electrode grid which was placed on the contralateral (right) motor cortex. The grid was assumed to cover the right motor cortex completely, but due to its size (approx. 8x8cm) it partly covered also surrounding cortex areas. All recordings were performed with a sampling rate of 1Hz. Further details about the dataset I in the BCI competition III can be found in [11]. After amplification the recorded potentials were stored as microvolt values. Every trial consisted of either an imagined tongue or an imagined finger movement and was recorded for 3 seconds duration. To avoid visually evoked potentials being reflected by the data, the recording intervals started.5 seconds after the visual cue had ended. The labeled training data from the first session was stored in a file called Competition train.mat. It consists of two parts: Part 1: the brain activity during 278 trials. This part is stored in a 3D matrix named X using the following format: [trials electrode channels samples of time series]. Part 2: the labels of the 278 trials. This part is stored as a vector of -1 / 1 values named Y. The unlabeled test data is also stored in a file called Competition test.mat. It contains 1 trials of brain activity in matrix X (3D format is the same as described above) but it contains no labels Y. 2) Feature Extraction: In this method, we have used bispectrum of the original ECoG signal and extracted some higher order statistical features. The feature vector consists of bispectral higher order statistical features of the whole signal. Bispectrum is a higher order statistical analysis. It is an ideal tool to investigate non-linear interactions. The Fourier transform of the third-order cumulant is called the bispectrum. For a non-gaussian random process x(t), its thirdorder cumulant is defined as C 3x (m, n) = E[x(k).x(k + m).x(k + n)] (1) Where, E is the expectation of the of the multiplication of the process and its two lagged versions. The bispectrum of this process is defined as the 2D Fourier transform of the cumulant, B x (ω 1, ω 2 ) = C 3x (m, n).e [ j2π(mω1+nω2)] m= n= (2) On the other hand, if the process is Gaussian, then its thirdorder cumulant is, C 3x (m, n) = (3) That is, any Gaussian noise in the system is nullified by the bispectral analysis. We can define the brain signal as a sum of non-gaussian random process x(t) and Gaussian noise w(t). z(t) = x(t) + y(t) (4) Then, the third-order cumulant of the signal is, C 3z (m, n) = C 3x (m, n) (5) In this method, we have extracted 4 features from the calculated bispectrum from each channel of a single trial. All of these are statistical features. The following features were considered, a) The sum of the logarithmic amplitudes of the bispectrum, F 1 = log( B x (ω 1, ω 2 ) ) (6) ω 1,ω 2 F b) The sum of the logarithmic amplitudes of the diagonal elements of the bispectrum,

5 F 2 = log( B x (ω, ω) ) (7) ω F c) The 1 st order spectral moment of the amplitudes of the diagonal elements of the bispectrum, F 3 = N k. log( B x (ω k, ω k ) ) (8) k=1 d) The 2 nd order spectral moment of the amplitudes of the diagonal elements of the bispectrum, F 4 = N (k H 3 ) 2. log( B x (ω k, ω k ) ) (9) k=1 So, the feature vector is formed as, F = [F 1 F 2 F 3 F 4 ] (1) 3) Feature Quality: We have verified the qualities of the proposed features. The quality is determined by two parameters: 1. Inter-class Separability, 2. Intra-class Compactness. These two parameters for each of the features are shown here. Inter-class Separability: The following figures show the interclass separabilities for the 4 features extracted from the bispectrum of the signal. 15 x Fig. 9. Inter-class separability of feature F 1 8 x x Fig. 11. Inter-class separability of feature F Fig. 12. Inter-class separability of feature F 4 So from the above figures, it can be easily seen that, the feature values of each channel differ by a significant amount for each task. The red line shows feature values for task-1: movement of left small finger and the green line shows feature values for task-2: movement of the tongue. Intra-class Compactness: The following figures show the compactness of the feature (taking the second feature as example) for each of the two tasks. The black line in the figure represents the mean of the feature values for each channel Fig. 1. Inter-class separability of feature F Fig. 13. Intra-class compactness for task-1

6 Fig. 14. Intra-class compactness for task-2 From the above 2 figures, the compactness of the features can be seen for individual tasks. With the exception of 2 or 3 channels in some of the trials, all the feature values form a compact band for each individual task. 4) Classifier: In our method, we have used KNN classifier to predict the labels of the test set. K-nearest neighbor is a nonparametric method used for classification. Its input consists of the k closest training examples in the feature space. The output is a class membership. An object is classified by a majority vote of its neighbors, with the object being assigned to the class most common among its k nearest neighbors. It is among the simplest of all machine learning algorithms. In KNN, k is a positive integer. The value of k depends upon the data. Generally, larger values of k reduce the effect of noise on the classification, but make boundaries between classes less distinct. Smaller values of k make boundaries distinct and computations easier; but noise will have a higher influence. There are three tie-breaking rules: nearest, random and consensus. In our method we have used the first two rules to check the accuracy. The distance metrics are of five types: Euclidean, Cityblock, Cosine, Correlation and Hamming. upgradable to multiple load capacity without the increase of the number of processing units. Most of the existing systems include the processing unit with the load, hence increasing number of loads becomes tedious and costly. Also, we have designed the processing algorithm keeping in mind the timevarying and random nature of EEG signals. Though some further future expansions are needed, the proposed system surely has the qualities to be an effective and efficient automation system to be useful for the handicapped. REFERENCES [1] Martin Lotze and Ulrike Halsband, Motor imagery, Journal of Physiology - Paris 99 (26) [2] Wolpow JR, Birbaumer N, McFarland DJ, et al. Brain-computer interface for communication and control, Clinical Neurophysiology, 22, 113: [3] S.M. Zhou, John Q. Gan, F. Sepulveda, Classifying mental tasks based on features of higher-order statistics from EEG signals in braincomputer interface, Information Sciences 178 (28) [4] Lukas Maly, WHEELCHAIR CONTROL USING EEG SIGNAL CLASSI- FICATION, MS Thesis Paper, BRNO UNIVERSITY OF TECHNOL- OGY. [5] Jasper, H. H., The ten twenty electrode system of the international federation, Electroencephalography and clinical neurophysiology, 1 (1958), [6] Athanasios Vourvopoulos, Fotis Liarokapis, Evaluation of commercial brain-computer interfaces in real and virtual world environment: A pilot study, Computer and Electrical Engg. 4(214) [7] L.R. Stephygraph, N.A. Kumar, V. Venkatraman Wireless Mobile Robot Control through Human Machine Interface using Brain Signals, International Conference on Smart Technologies and Management for Computing, Communication, Controls, Energy and Materials (ICSTM), India. 6-8 May 215. pp [8] NeuroSky related informations available at [9] Lin ZHU et al. Design of Portable Multi-Channel EEG Signal Acquisition System, Biomedical Engineering and Informatics, 29. BMEI 9. 2nd International Conference on. [1] Neerja S. D., Rupesh S. M., Methods towards invasive human brain computer interfaces, International Journal of Scientific and Research Publications, Volume 3, Issue 6, June 213. [11] Lal TN, Hinterberger T, Widman G Robotic Automation through Speech Recognition, Advances in Neural Information Processing Systems, Cambridge: MIT Press, 25, 17: IV. RESULTS We have used accuracy as our performance parameter. Accuracy is defined as the number of labels predicted by the proposed method, matching the true labels provided by the dataset providers. Though the maximum accuracy falls for some cases, we still get 87% accuracy for the cosine distance metric with nearest rule. Moreover, the optimum value of k is reduced to a very low value of 6. Thus the proposed feature vector can provide a high accuracy with low classification complexity. V. CONCLUSION This research paper showed detailed overview of the general EEG based BCI systems along with a proposed model that will implement the system with the help of the microcontroller. A relatively high performing and real-time efficient classification algorithm is presented here. Moreover our designed and proposed system has the advantage of single processing unit compared to most of the existing systems. Our system is easily

Motor Imagery based Brain Computer Interface (BCI) using Artificial Neural Network Classifiers

Motor Imagery based Brain Computer Interface (BCI) using Artificial Neural Network Classifiers Motor Imagery based Brain Computer Interface (BCI) using Artificial Neural Network Classifiers Maitreyee Wairagkar Brain Embodiment Lab, School of Systems Engineering, University of Reading, Reading, U.K.

More information

Classifying the Brain's Motor Activity via Deep Learning

Classifying the Brain's Motor Activity via Deep Learning Final Report Classifying the Brain's Motor Activity via Deep Learning Tania Morimoto & Sean Sketch Motivation Over 50 million Americans suffer from mobility or dexterity impairments. Over the past few

More information

Presented by: V.Lakshana Regd. No.: Information Technology CET, Bhubaneswar

Presented by: V.Lakshana Regd. No.: Information Technology CET, Bhubaneswar BRAIN COMPUTER INTERFACE Presented by: V.Lakshana Regd. No.: 0601106040 Information Technology CET, Bhubaneswar Brain Computer Interface from fiction to reality... In the futuristic vision of the Wachowski

More information

Non-Invasive EEG Based Wireless Brain Computer Interface for Safety Applications Using Embedded Systems

Non-Invasive EEG Based Wireless Brain Computer Interface for Safety Applications Using Embedded Systems Non-Invasive EEG Based Wireless Brain Computer Interface for Safety Applications Using Embedded Systems Uma.K.J 1, Mr. C. Santha Kumar 2 II-ME-Embedded System Technologies, KSR Institute for Engineering

More information

780. Biomedical signal identification and analysis

780. Biomedical signal identification and analysis 780. Biomedical signal identification and analysis Agata Nawrocka 1, Andrzej Kot 2, Marcin Nawrocki 3 1, 2 Department of Process Control, AGH University of Science and Technology, Poland 3 Department of

More information

Available online at ScienceDirect. Procedia Computer Science 105 (2017 )

Available online at  ScienceDirect. Procedia Computer Science 105 (2017 ) Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 105 (2017 ) 138 143 2016 IEEE International Symposium on Robotics and Intelligent Sensors, IRIS 2016, 17-20 December 2016,

More information

Classification of Four Class Motor Imagery and Hand Movements for Brain Computer Interface

Classification of Four Class Motor Imagery and Hand Movements for Brain Computer Interface Classification of Four Class Motor Imagery and Hand Movements for Brain Computer Interface 1 N.Gowri Priya, 2 S.Anu Priya, 3 V.Dhivya, 4 M.D.Ranjitha, 5 P.Sudev 1 Assistant Professor, 2,3,4,5 Students

More information

Non-Invasive Brain-Actuated Control of a Mobile Robot

Non-Invasive Brain-Actuated Control of a Mobile Robot Non-Invasive Brain-Actuated Control of a Mobile Robot Jose del R. Millan, Frederic Renkens, Josep Mourino, Wulfram Gerstner 5/3/06 Josh Storz CSE 599E BCI Introduction (paper perspective) BCIs BCI = Brain

More information

BRAINWAVE RECOGNITION

BRAINWAVE RECOGNITION College of Engineering, Design and Physical Sciences Electronic & Computer Engineering BEng/BSc Project Report BRAINWAVE RECOGNITION Page 1 of 59 Method EEG MEG PET FMRI Time resolution The spatial resolution

More information

Implementation of Mind Control Robot

Implementation of Mind Control Robot Implementation of Mind Control Robot Adeel Butt and Milutin Stanaćević Department of Electrical and Computer Engineering Stony Brook University Stony Brook, New York, USA adeel.butt@stonybrook.edu, milutin.stanacevic@stonybrook.edu

More information

IMPLEMENTATION OF REAL TIME BRAINWAVE VISUALISATION AND CHARACTERISATION

IMPLEMENTATION OF REAL TIME BRAINWAVE VISUALISATION AND CHARACTERISATION Journal of Engineering Science and Technology Special Issue on SOMCHE 2014 & RSCE 2014 Conference, January (2015) 50-59 School of Engineering, Taylor s University IMPLEMENTATION OF REAL TIME BRAINWAVE

More information

Brain-computer Interface Based on Steady-state Visual Evoked Potentials

Brain-computer Interface Based on Steady-state Visual Evoked Potentials Brain-computer Interface Based on Steady-state Visual Evoked Potentials K. Friganović*, M. Medved* and M. Cifrek* * University of Zagreb, Faculty of Electrical Engineering and Computing, Zagreb, Croatia

More information

EDL Group #3 Final Report - Surface Electromyograph System

EDL Group #3 Final Report - Surface Electromyograph System EDL Group #3 Final Report - Surface Electromyograph System Group Members: Aakash Patil (07D07021), Jay Parikh (07D07019) INTRODUCTION The EMG signal measures electrical currents generated in muscles during

More information

BCI THE NEW CLASS OF BIOENGINEERING

BCI THE NEW CLASS OF BIOENGINEERING BCI THE NEW CLASS OF BIOENGINEERING By Krupali Bhatvedekar ABSTRACT A brain-computer interface (BCI), which is sometimes called a direct neural interface or a brainmachine interface, is a device that provides

More information

Training of EEG Signal Intensification for BCI System. Haesung Jeong*, Hyungi Jeong*, Kong Borasy*, Kyu-Sung Kim***, Sangmin Lee**, Jangwoo Kwon*

Training of EEG Signal Intensification for BCI System. Haesung Jeong*, Hyungi Jeong*, Kong Borasy*, Kyu-Sung Kim***, Sangmin Lee**, Jangwoo Kwon* Training of EEG Signal Intensification for BCI System Haesung Jeong*, Hyungi Jeong*, Kong Borasy*, Kyu-Sung Kim***, Sangmin Lee**, Jangwoo Kwon* Department of Computer Engineering, Inha University, Korea*

More information

SSRG International Journal of Electronics and Communication Engineering - (2'ICEIS 2017) - Special Issue April 2017

SSRG International Journal of Electronics and Communication Engineering - (2'ICEIS 2017) - Special Issue April 2017 Eeg Based Brain Computer Interface For Communications And Control J.Abinaya,#1 R.JerlinEmiliya #2, #1,PG students [Communication system], Dept.of ECE, As-salam engineering and technology, Aduthurai, Tamilnadu,

More information

BRAINWAVE CONTROLLED WHEEL CHAIR USING EYE BLINKS

BRAINWAVE CONTROLLED WHEEL CHAIR USING EYE BLINKS BRAINWAVE CONTROLLED WHEEL CHAIR USING EYE BLINKS Harshavardhana N R 1, Anil G 2, Girish R 3, DharshanT 4, Manjula R Bharamagoudra 5 1,2,3,4,5 School of Electronicsand Communication, REVA University,Bangalore-560064

More information

Biometric: EEG brainwaves

Biometric: EEG brainwaves Biometric: EEG brainwaves Jeovane Honório Alves 1 1 Department of Computer Science Federal University of Parana Curitiba December 5, 2016 Jeovane Honório Alves (UFPR) Biometric: EEG brainwaves Curitiba

More information

Classification of EEG Signal for Imagined Left and Right Hand Movement for Brain Computer Interface Applications

Classification of EEG Signal for Imagined Left and Right Hand Movement for Brain Computer Interface Applications Classification of EEG Signal for Imagined Left and Right Hand Movement for Brain Computer Interface Applications Indu Dokare 1, Naveeta Kant 2 1 Department Of Electronics and Telecommunication Engineering,

More information

Wavelet Based Classification of Finger Movements Using EEG Signals

Wavelet Based Classification of Finger Movements Using EEG Signals 903 Wavelet Based Classification of Finger Movements Using EEG R. Shantha Selva Kumari, 2 P. Induja Senior Professor & Head, Department of ECE, Mepco Schlenk Engineering College Sivakasi, Tamilnadu, India

More information

Brain Computer Interface for Home Automation to help Patients with Alzheimer s Disease

Brain Computer Interface for Home Automation to help Patients with Alzheimer s Disease Brain Computer Interface for Home Automation to help Patients with Alzheimer s Disease Ahalya Mary J 1, Parthsarthy Nandi 2, Ketan Nagpure 3, Rishav Roy 4, Bhagwan Kishore Kumar 5 1 Assistant Professor

More information

CHAPTER 7 INTERFERENCE CANCELLATION IN EMG SIGNAL

CHAPTER 7 INTERFERENCE CANCELLATION IN EMG SIGNAL 131 CHAPTER 7 INTERFERENCE CANCELLATION IN EMG SIGNAL 7.1 INTRODUCTION Electromyogram (EMG) is the electrical activity of the activated motor units in muscle. The EMG signal resembles a zero mean random

More information

BCI for Comparing Eyes Activities Measured from Temporal and Occipital Lobes

BCI for Comparing Eyes Activities Measured from Temporal and Occipital Lobes BCI for Comparing Eyes Activities Measured from Temporal and Occipital Lobes Sachin Kumar Agrawal, Annushree Bablani and Prakriti Trivedi Abstract Brain computer interface (BCI) is a system which communicates

More information

Voice Assisting System Using Brain Control Interface

Voice Assisting System Using Brain Control Interface I J C T A, 9(5), 2016, pp. 257-263 International Science Press Voice Assisting System Using Brain Control Interface Adeline Rite Alex 1 and S. Suresh Kumar 2 ABSTRACT This paper discusses the properties

More information

Biomedical Engineering Evoked Responses

Biomedical Engineering Evoked Responses Biomedical Engineering Evoked Responses Dr. rer. nat. Andreas Neubauer andreas.neubauer@medma.uni-heidelberg.de Tel.: 0621 383 5126 Stimulation of biological systems and data acquisition 1. How can biological

More information

Towards Multimodal, Multi-party, and Social Brain-Computer Interfacing

Towards Multimodal, Multi-party, and Social Brain-Computer Interfacing Towards Multimodal, Multi-party, and Social Brain-Computer Interfacing Anton Nijholt University of Twente, Human Media Interaction P.O. Box 217, 7500 AE Enschede, The Netherlands anijholt@cs.utwente.nl

More information

Biomedical Signal Processing and Applications

Biomedical Signal Processing and Applications Proceedings of the 2010 International Conference on Industrial Engineering and Operations Management Dhaka, Bangladesh, January 9 10, 2010 Biomedical Signal Processing and Applications Muhammad Ibn Ibrahimy

More information

A Brain-Computer Interface Based on Steady State Visual Evoked Potentials for Controlling a Robot

A Brain-Computer Interface Based on Steady State Visual Evoked Potentials for Controlling a Robot A Brain-Computer Interface Based on Steady State Visual Evoked Potentials for Controlling a Robot Robert Prueckl 1, Christoph Guger 1 1 g.tec, Guger Technologies OEG, Sierningstr. 14, 4521 Schiedlberg,

More information

Analysis of brain waves according to their frequency

Analysis of brain waves according to their frequency Analysis of brain waves according to their frequency Z. Koudelková, M. Strmiska, R. Jašek Abstract The primary purpose of this article is to show and analyse the brain waves, which are activated during

More information

Non Invasive Brain Computer Interface for Movement Control

Non Invasive Brain Computer Interface for Movement Control Non Invasive Brain Computer Interface for Movement Control V.Venkatasubramanian 1, R. Karthik Balaji 2 Abstract: - There are alternate methods that ease the movement of wheelchairs such as voice control,

More information

Analysis and simulation of EEG Brain Signal Data using MATLAB

Analysis and simulation of EEG Brain Signal Data using MATLAB Chapter 4 Analysis and simulation of EEG Brain Signal Data using MATLAB 4.1 INTRODUCTION Electroencephalogram (EEG) remains a brain signal processing technique that let gaining the appreciative of the

More information

A Study on Ocular and Facial Muscle Artifacts in EEG Signals for BCI Applications

A Study on Ocular and Facial Muscle Artifacts in EEG Signals for BCI Applications A Study on Ocular and Facial Muscle Artifacts in EEG Signals for BCI Applications Carmina E. Reyes, Janine Lizbeth C. Rugayan, Carl Jason G. Rullan, Carlos M. Oppus ECCE Department Ateneo de Manila University

More information

from signals to sources asa-lab turnkey solution for ERP research

from signals to sources asa-lab turnkey solution for ERP research from signals to sources asa-lab turnkey solution for ERP research asa-lab : turnkey solution for ERP research Psychological research on the basis of event-related potentials is a key source of information

More information

ROBOT APPLICATION OF A BRAIN COMPUTER INTERFACE TO STAUBLI TX40 ROBOTS - EARLY STAGES NICHOLAS WAYTOWICH

ROBOT APPLICATION OF A BRAIN COMPUTER INTERFACE TO STAUBLI TX40 ROBOTS - EARLY STAGES NICHOLAS WAYTOWICH World Automation Congress 2010 TSl Press. ROBOT APPLICATION OF A BRAIN COMPUTER INTERFACE TO STAUBLI TX40 ROBOTS - EARLY STAGES NICHOLAS WAYTOWICH Undergraduate Research Assistant, Mechanical Engineering

More information

EVOLUTION OF THE BRAIN COMPUTING INTERFACE (BCI) AND PROPOSED ELECTROENCEPHALOGRAPHY (EEG) SIGNALS BASED AUTHENTICATION MODEL

EVOLUTION OF THE BRAIN COMPUTING INTERFACE (BCI) AND PROPOSED ELECTROENCEPHALOGRAPHY (EEG) SIGNALS BASED AUTHENTICATION MODEL EVOLUTION OF THE BRAIN COMPUTING INTERFACE (BCI) AND PROPOSED ELECTROENCEPHALOGRAPHY (EEG) SIGNALS BASED AUTHENTICATION MODEL Qaseem Ramzan 1, 2*, Stanislav Shidlovskiy 1 1 National Research Tomsk State

More information

SKYBOX. 5-channel Digital EMG, NCS and EP System

SKYBOX. 5-channel Digital EMG, NCS and EP System SKYBOX - COMPACT - INSTANT EMG ACQUISITION - ALL EP MODALITIES IN BASE DELIVERY SET - EMG ACCORDING TO INTERNATIONAL STANDARDS - PORTABLE, CAN BE POWERED BY NOTEBOOK 5-channel Digital EMG, NCS and EP System

More information

(i) Understanding the basic concepts of signal modeling, correlation, maximum likelihood estimation, least squares and iterative numerical methods

(i) Understanding the basic concepts of signal modeling, correlation, maximum likelihood estimation, least squares and iterative numerical methods Tools and Applications Chapter Intended Learning Outcomes: (i) Understanding the basic concepts of signal modeling, correlation, maximum likelihood estimation, least squares and iterative numerical methods

More information

Beyond Blind Averaging Analyzing Event-Related Brain Dynamics

Beyond Blind Averaging Analyzing Event-Related Brain Dynamics Beyond Blind Averaging Analyzing Event-Related Brain Dynamics Scott Makeig Swartz Center for Computational Neuroscience Institute for Neural Computation University of California San Diego La Jolla, CA

More information

40 Hz Event Related Auditory Potential

40 Hz Event Related Auditory Potential 40 Hz Event Related Auditory Potential Ivana Andjelkovic Advanced Biophysics Lab Class, 2012 Abstract Main focus of this paper is an EEG experiment on observing frequency of event related auditory potential

More information

A Body Area Network through Wireless Technology

A Body Area Network through Wireless Technology A Body Area Network through Wireless Technology Ramesh GP 1, Aravind CV 2, Rajparthiban R 3, N.Soysa 4 1 St.Peter s University, Chennai, India 2 Computer Intelligence Applied Research Group, School of

More information

BME 3113, Dept. of BME Lecture on Introduction to Biosignal Processing

BME 3113, Dept. of BME Lecture on Introduction to Biosignal Processing What is a signal? A signal is a varying quantity whose value can be measured and which conveys information. A signal can be simply defined as a function that conveys information. Signals are represented

More information

//cerebro. //fall_16

//cerebro. //fall_16 //cerebro //fall_16 Summary The primary objectives to upgrading Cerebro this semester were: Expanding the data analysis to run in a more generalized way, i.e., the ability to work with data not sorted

More information

Implement of weather simulation system using EEG for immersion of game play

Implement of weather simulation system using EEG for immersion of game play , pp.88-93 http://dx.doi.org/10.14257/astl.2013.39.17 Implement of weather simulation system using EEG for immersion of game play Ok-Hue Cho 1, Jung-Yoon Kim 2, Won-Hyung Lee 2 1 Seoul Cyber Univ., Mia-dong,

More information

Biomechatronic Systems

Biomechatronic Systems Biomechatronic Systems Unit 4: Control Mehdi Delrobaei Spring 2018 Open-Loop, Closed-Loop, Feed-Forward Control Open-Loop - Walking with closed eyes - Changing sitting position Feed-Forward - Visual balance

More information

Biomechatronic Systems

Biomechatronic Systems Biomechatronic Systems Unit 4: Control Mehdi Delrobaei Spring 2018 Open-Loop, Closed-Loop, Feed-Forward Control Open-Loop - Walking with closed eyes - Changing sitting position Feed-Forward - Visual balance

More information

Module 1: Introduction to Experimental Techniques Lecture 2: Sources of error. The Lecture Contains: Sources of Error in Measurement

Module 1: Introduction to Experimental Techniques Lecture 2: Sources of error. The Lecture Contains: Sources of Error in Measurement The Lecture Contains: Sources of Error in Measurement Signal-To-Noise Ratio Analog-to-Digital Conversion of Measurement Data A/D Conversion Digitalization Errors due to A/D Conversion file:///g /optical_measurement/lecture2/2_1.htm[5/7/2012

More information

Metrics for Assistive Robotics Brain-Computer Interface Evaluation

Metrics for Assistive Robotics Brain-Computer Interface Evaluation Metrics for Assistive Robotics Brain-Computer Interface Evaluation Martin F. Stoelen, Javier Jiménez, Alberto Jardón, Juan G. Víctores José Manuel Sánchez Pena, Carlos Balaguer Universidad Carlos III de

More information

Detecting spread spectrum pseudo random noise tags in EEG/MEG using a structure-based decomposition

Detecting spread spectrum pseudo random noise tags in EEG/MEG using a structure-based decomposition Detecting spread spectrum pseudo random noise tags in EEG/MEG using a structure-based decomposition P Desain 1, J Farquhar 1,2, J Blankespoor 1, S Gielen 2 1 Music Mind Machine Nijmegen Inst for Cognition

More information

Wireless In Vivo Communications and Networking

Wireless In Vivo Communications and Networking Wireless In Vivo Communications and Networking Richard D. Gitlin Minimally Invasive Surgery Wirelessly networked modules Modeling the in vivo communications channel Motivation: Wireless communications

More information

Biosignal Analysis Biosignal Processing Methods. Medical Informatics WS 2007/2008

Biosignal Analysis Biosignal Processing Methods. Medical Informatics WS 2007/2008 Biosignal Analysis Biosignal Processing Methods Medical Informatics WS 2007/2008 JH van Bemmel, MA Musen: Handbook of medical informatics, Springer 1997 Biosignal Analysis 1 Introduction Fig. 8.1: The

More information

EE 791 EEG-5 Measures of EEG Dynamic Properties

EE 791 EEG-5 Measures of EEG Dynamic Properties EE 791 EEG-5 Measures of EEG Dynamic Properties Computer analysis of EEG EEG scientists must be especially wary of mathematics in search of applications after all the number of ways to transform data is

More information

PREDICTION OF FINGER FLEXION FROM ELECTROCORTICOGRAPHY DATA

PREDICTION OF FINGER FLEXION FROM ELECTROCORTICOGRAPHY DATA University of Tartu Institute of Computer Science Course Introduction to Computational Neuroscience Roberts Mencis PREDICTION OF FINGER FLEXION FROM ELECTROCORTICOGRAPHY DATA Abstract This project aims

More information

Modeling, Architectures and Signal Processing for Brain Computer Interfaces

Modeling, Architectures and Signal Processing for Brain Computer Interfaces Modeling, Architectures and Signal Processing for Brain Computer Interfaces Jose C. Principe, Ph.D. Distinguished Professor of ECE/BME University of Florida principe@cnel.ufl.edu www.cnel.ufl.edu US versus

More information

BRAIN MACHINE INTERFACE SYSTEM FOR PERSON WITH QUADRIPLEGIA DISEASE

BRAIN MACHINE INTERFACE SYSTEM FOR PERSON WITH QUADRIPLEGIA DISEASE BRAIN MACHINE INTERFACE SYSTEM FOR PERSON WITH QUADRIPLEGIA DISEASE Sameer Taksande Department of Computer Science G.H. Raisoni College of Engineering Nagpur University, Nagpur, Maharashtra India D.V.

More information

EasyChair Preprint. A Tactile P300 Brain-Computer Interface: Principle and Paradigm

EasyChair Preprint. A Tactile P300 Brain-Computer Interface: Principle and Paradigm EasyChair Preprint 117 A Tactile P300 Brain-Computer Interface: Principle and Paradigm Aness Belhaouari, Abdelkader Nasreddine Belkacem and Nasreddine Berrached EasyChair preprints are intended for rapid

More information

Brain-Computer Interface for Control and Communication with Smart Mobile Applications

Brain-Computer Interface for Control and Communication with Smart Mobile Applications University of Telecommunications and Post Sofia, Bulgaria Brain-Computer Interface for Control and Communication with Smart Mobile Applications Prof. Svetla Radeva, DSc, PhD HUMAN - COMPUTER INTERACTION

More information

Brain-Machine Interface for Neural Prosthesis:

Brain-Machine Interface for Neural Prosthesis: Brain-Machine Interface for Neural Prosthesis: Nitish V. Thakor, Ph.D. Professor, Biomedical Engineering Joint Appointments: Electrical & Computer Eng, Materials Science & Eng, Mechanical Eng Neuroengineering

More information

Research Article A Prototype SSVEP Based Real Time BCI Gaming System

Research Article A Prototype SSVEP Based Real Time BCI Gaming System Computational Intelligence and Neuroscience Volume 2016, Article ID 3861425, 15 pages http://dx.doi.org/10.1155/2016/3861425 Research Article A Prototype SSVEP Based Real Time BCI Gaming System Ignas Martišius

More information

Impact of Stimulus Configuration on Steady State Visual Evoked Potentials (SSVEP) Response

Impact of Stimulus Configuration on Steady State Visual Evoked Potentials (SSVEP) Response Impact of Stimulus Configuration on Steady State Visual Evoked Potentials (SSVEP) Response Chi-Hsu Wu Bioengineering Unit University of Strathclyde Glasgow, United Kingdom e-mail: chihsu.wu@strath.ac.uk

More information

Figure 1. Artificial Neural Network structure. B. Spiking Neural Networks Spiking Neural networks (SNNs) fall into the third generation of neural netw

Figure 1. Artificial Neural Network structure. B. Spiking Neural Networks Spiking Neural networks (SNNs) fall into the third generation of neural netw Review Analysis of Pattern Recognition by Neural Network Soni Chaturvedi A.A.Khurshid Meftah Boudjelal Electronics & Comm Engg Electronics & Comm Engg Dept. of Computer Science P.I.E.T, Nagpur RCOEM, Nagpur

More information

Electroencephalographic Signal Processing and Classification Techniques for Noninvasive Motor Imagery Based Brain Computer Interface

Electroencephalographic Signal Processing and Classification Techniques for Noninvasive Motor Imagery Based Brain Computer Interface Georgia Southern University Digital Commons@Georgia Southern Electronic Theses & Dissertations Graduate Studies, Jack N. Averitt College of Spring 2017 Electroencephalographic Signal Processing and Classification

More information

BCI-based Electric Cars Controlling System

BCI-based Electric Cars Controlling System nications for smart grid. Renewable and Sustainable Energy Reviews, 41, p.p.248-260. 7. Ian J. Dilworth (2007) Bluetooth. The Cable and Telecommunications Professionals' Reference (Third Edition) PSTN,

More information

A Diminutive Suggestion for Real-time Graz Cue-based Brain Computer Interface

A Diminutive Suggestion for Real-time Graz Cue-based Brain Computer Interface Vol. 1(3), Oct. 2015, PP. 180-185 A Diminutive Suggestion for Real-time Graz Cue-based Brain Computer Interface Sahar Seifzadeh 1, Karim Faez 2 and Mahmood Amiri 3 1 Faculty of Computer and Information

More information

Mobile robot control based on noninvasive brain-computer interface using hierarchical classifier of imagined motor commands

Mobile robot control based on noninvasive brain-computer interface using hierarchical classifier of imagined motor commands Mobile robot control based on noninvasive brain-computer interface using hierarchical classifier of imagined motor commands Filipp Gundelakh 1, Lev Stankevich 1, * and Konstantin Sonkin 2 1 Peter the Great

More information

T TH-Typing on Your TeetH: Tongue-Teeth

T TH-Typing on Your TeetH: Tongue-Teeth T TH-Typing on Your TeetH: Tongue-Teeth Localization for Human-Computer Interface Phuc Nguyen, Nam Bui, Anh Nguyen, Hoang Truong, Abhijit Suresh, Matthew Whitlock, Duy Pham, Thang Dinh, and Tam Vu Mobile

More information

A Finite Impulse Response (FIR) Filtering Technique for Enhancement of Electroencephalographic (EEG) Signal

A Finite Impulse Response (FIR) Filtering Technique for Enhancement of Electroencephalographic (EEG) Signal IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 2278-1676,p-ISSN: 232-3331, Volume 12, Issue 4 Ver. I (Jul. Aug. 217), PP 29-35 www.iosrjournals.org A Finite Impulse Response

More information

Physiological signal(bio-signals) Method, Application, Proposal

Physiological signal(bio-signals) Method, Application, Proposal Physiological signal(bio-signals) Method, Application, Proposal Bio-Signals 1. Electrical signals ECG,EMG,EEG etc 2. Non-electrical signals Breathing, ph, movement etc General Procedure of bio-signal recognition

More information

Biomedical Engineering Electrophysiology

Biomedical Engineering Electrophysiology Biomedical Engineering Electrophysiology Dr. rer. nat. Andreas Neubauer Sources of biological potentials and how to record them 1. How are signals transmitted along nerves? Transmit velocity Direction

More information

Off-line EEG analysis of BCI experiments with MATLAB V1.07a. Copyright g.tec medical engineering GmbH

Off-line EEG analysis of BCI experiments with MATLAB V1.07a. Copyright g.tec medical engineering GmbH g.tec medical engineering GmbH Sierningstrasse 14, A-4521 Schiedlberg Austria - Europe Tel.: (43)-7251-22240-0 Fax: (43)-7251-22240-39 office@gtec.at, http://www.gtec.at Off-line EEG analysis of BCI experiments

More information

Brain Computer Interfaces for Full Body Movement and Embodiment. Intelligent Robotics Seminar Kai Brusch

Brain Computer Interfaces for Full Body Movement and Embodiment. Intelligent Robotics Seminar Kai Brusch Brain Computer Interfaces for Full Body Movement and Embodiment Intelligent Robotics Seminar 21.11.2016 Kai Brusch 1 Brain Computer Interfaces for Full Body Movement and Embodiment Intelligent Robotics

More information

DERIVATION OF TRAPS IN AUDITORY DOMAIN

DERIVATION OF TRAPS IN AUDITORY DOMAIN DERIVATION OF TRAPS IN AUDITORY DOMAIN Petr Motlíček, Doctoral Degree Programme (4) Dept. of Computer Graphics and Multimedia, FIT, BUT E-mail: motlicek@fit.vutbr.cz Supervised by: Dr. Jan Černocký, Prof.

More information

An Improved SSVEP Based BCI System Using Frequency Domain Feature Classification

An Improved SSVEP Based BCI System Using Frequency Domain Feature Classification American Journal of Biomedical Engineering 213, 3(1): 1-8 DOI: 1.5923/j.ajbe.21331.1 An Improved SSVEP Based BCI System Using Frequency Domain Feature Classification Seyed Navid Resalat, Seyed Kamaledin

More information

PSYC696B: Analyzing Neural Time-series Data

PSYC696B: Analyzing Neural Time-series Data PSYC696B: Analyzing Neural Time-series Data Spring, 2014 Tuesdays, 4:00-6:45 p.m. Room 338 Shantz Building Course Resources Online: jallen.faculty.arizona.edu Follow link to Courses Available from: Amazon:

More information

Classification of Hand Gestures using Surface Electromyography Signals For Upper-Limb Amputees

Classification of Hand Gestures using Surface Electromyography Signals For Upper-Limb Amputees Classification of Hand Gestures using Surface Electromyography Signals For Upper-Limb Amputees Gregory Luppescu Stanford University Michael Lowney Stanford Univeristy Raj Shah Stanford University I. ITRODUCTIO

More information

Implementation of wireless ECG measurement system in ubiquitous health-care environment

Implementation of wireless ECG measurement system in ubiquitous health-care environment Implementation of wireless ECG measurement system in ubiquitous health-care environment M. C. KIM 1, J. Y. YOO 1, S. Y. YE 2, D. K. JUNG 3, J. H. RO 4, G. R. JEON 4 1 Department of Interdisciplinary Program

More information

Brain Computer Interface Control of a Virtual Robotic System based on SSVEP and EEG Signal

Brain Computer Interface Control of a Virtual Robotic System based on SSVEP and EEG Signal Brain Computer Interface Control of a Virtual Robotic based on SSVEP and EEG Signal By: Fatemeh Akrami Supervisor: Dr. Hamid D. Taghirad October 2017 Contents 1/20 Brain Computer Interface (BCI) A direct

More information

Modern Tools for Noninvasive Analysis of Brainwaves. Advances in Biomaterials and Medical Devices Missouri Life Sciences Summit Kansas City, March 8-9

Modern Tools for Noninvasive Analysis of Brainwaves. Advances in Biomaterials and Medical Devices Missouri Life Sciences Summit Kansas City, March 8-9 Modern Tools for Noninvasive Analysis of Brainwaves Applications in Assistive Technologies and Medical Diagnostics Advances in Biomaterials and Medical Devices Missouri Life Sciences Summit Kansas City,

More information

BME 405 BIOMEDICAL ENGINEERING SENIOR DESIGN 1 Fall 2005 BME Design Mini-Project Project Title

BME 405 BIOMEDICAL ENGINEERING SENIOR DESIGN 1 Fall 2005 BME Design Mini-Project Project Title BME 405 BIOMEDICAL ENGINEERING SENIOR DESIGN 1 Fall 2005 BME Design Mini-Project Project Title Basic system for Electrocardiography Customer/Clinical need A recent health care analysis have demonstrated

More information

EEG DATA COMPRESSION USING DISCRETE WAVELET TRANSFORM ON FPGA

EEG DATA COMPRESSION USING DISCRETE WAVELET TRANSFORM ON FPGA EEG DATA COMPRESSION USING DISCRETE WAVELET TRANSFORM ON FPGA * Prof.Wattamwar.Balaji.B, M.E Co-ordinator, Aditya Engineerin College, Beed. 1. INTRODUCTION: One of the most developing researches in Engineering

More information

Mindwave Device Wheelchair Control

Mindwave Device Wheelchair Control Mindwave Device Wheelchair Control Priyanka D. Girase 1, M. P. Deshmukh 2 1 ME-II nd (Digital Electronics), S.S.B.T s C.O.E.T. Bambhori, Jalgaon 2 Professor, Electronics and Telecommunication Department,

More information

Portable EEG Signal Acquisition System

Portable EEG Signal Acquisition System Noor Ashraaf Noorazman, Nor Hidayati Aziz Faculty of Engineering and Technology, Multimedia University, Jalan Ayer Keroh Lama, 75450 Melaka, Malaysia Email: noor.ashraaf@gmail.com, hidayati.aziz@mmu.edu.my

More information

Appliance of Genetic Algorithm for Empirical Diminution in Electrode numbers for VEP based Single Trial BCI.

Appliance of Genetic Algorithm for Empirical Diminution in Electrode numbers for VEP based Single Trial BCI. Appliance of Genetic Algorithm for Empirical Diminution in Electrode numbers for VEP based Single Trial BCI. S. ANDREWS 1, LOO CHU KIONG 1 and NIKOS MASTORAKIS 2 1 Faculty of Information Science and Technology,

More information

Brain Machine Interface for Wrist Movement Using Robotic Arm

Brain Machine Interface for Wrist Movement Using Robotic Arm Brain Machine Interface for Wrist Movement Using Robotic Arm Sidhika Varshney *, Bhoomika Gaur *, Omar Farooq*, Yusuf Uzzaman Khan ** * Department of Electronics Engineering, Zakir Hussain College of Engineering

More information

Introduction to Wavelet Transform. Chapter 7 Instructor: Hossein Pourghassem

Introduction to Wavelet Transform. Chapter 7 Instructor: Hossein Pourghassem Introduction to Wavelet Transform Chapter 7 Instructor: Hossein Pourghassem Introduction Most of the signals in practice, are TIME-DOMAIN signals in their raw format. It means that measured signal is a

More information

Voice Activity Detection

Voice Activity Detection Voice Activity Detection Speech Processing Tom Bäckström Aalto University October 2015 Introduction Voice activity detection (VAD) (or speech activity detection, or speech detection) refers to a class

More information

Integrating Human and Computer Vision with EEG Toward the Control of a Prosthetic Arm Eugene Lavely, Geoffrey Meltzner, Rick Thompson

Integrating Human and Computer Vision with EEG Toward the Control of a Prosthetic Arm Eugene Lavely, Geoffrey Meltzner, Rick Thompson Integrating Human and Computer Vision with EEG Toward the Control of a Prosthetic Arm Eugene Lavely, Geoffrey Meltzner, Rick Thompson & Brain-Computer interface for hci and games Brain Interface EEG: In

More information

New ways in non-stationary, nonlinear EEG signal processing

New ways in non-stationary, nonlinear EEG signal processing MACRo 2013- International Conference on Recent Achievements in Mechatronics, Automation, Computer Science and Robotics New ways in non-stationary, nonlinear EEG signal processing László-Ferenc MÁRTON 1,

More information

Evoked Potentials (EPs)

Evoked Potentials (EPs) EVOKED POTENTIALS Evoked Potentials (EPs) Event-related brain activity where the stimulus is usually of sensory origin. Acquired with conventional EEG electrodes. Time-synchronized = time interval from

More information

Brain Computer Interfaces Lecture 2: Current State of the Art in BCIs

Brain Computer Interfaces Lecture 2: Current State of the Art in BCIs Brain Computer Interfaces Lecture 2: Current State of the Art in BCIs Lars Schwabe Adaptive and Regenerative Software Systems http://ars.informatik.uni-rostock.de 2011 UNIVERSITÄT ROSTOCK FACULTY OF COMPUTER

More information

A Novel Approach for MRI Image De-noising and Resolution Enhancement

A Novel Approach for MRI Image De-noising and Resolution Enhancement A Novel Approach for MRI Image De-noising and Resolution Enhancement 1 Pravin P. Shetti, 2 Prof. A. P. Patil 1 PG Student, 2 Assistant Professor Department of Electronics Engineering, Dr. J. J. Magdum

More information

Статистическая обработка сигналов. Введение

Статистическая обработка сигналов. Введение Статистическая обработка сигналов. Введение А.Г. Трофимов к.т.н., доцент, НИЯУ МИФИ lab@neuroinfo.ru http://datalearning.ru Курс Статистическая обработка временных рядов Сентябрь 2018 А.Г. Трофимов Введение

More information

FINGER MOVEMENT DETECTION USING INFRARED SIGNALS

FINGER MOVEMENT DETECTION USING INFRARED SIGNALS FINGER MOVEMENT DETECTION USING INFRARED SIGNALS Dr. Jillella Venkateswara Rao. Professor, Department of ECE, Vignan Institute of Technology and Science, Hyderabad, (India) ABSTRACT It has been created

More information

doi: /APSIPA

doi: /APSIPA doi: 10.1109/APSIPA.2014.7041770 P300 Responses Classification Improvement in Tactile BCI with Touch sense Glove Hiroki Yajima, Shoji Makino, and Tomasz M. Rutkowski,,5 Department of Computer Science and

More information

A willingness to explore everything and anything that will help us radiate limitless energy, focus, health and flow in everything we do.

A willingness to explore everything and anything that will help us radiate limitless energy, focus, health and flow in everything we do. A willingness to explore everything and anything that will help us radiate limitless energy, focus, health and flow in everything we do. Event Agenda 7pm 7:30pm: Neurofeedback overview 7:30pm 8pm: Questions

More information

Movement Intention Detection Using Neural Network for Quadriplegic Assistive Machine

Movement Intention Detection Using Neural Network for Quadriplegic Assistive Machine Movement Intention Detection Using Neural Network for Quadriplegic Assistive Machine T.A.Izzuddin 1, M.A.Ariffin 2, Z.H.Bohari 3, R.Ghazali 4, M.H.Jali 5 Faculty of Electrical Engineering Universiti Teknikal

More information

the series Challenges in Higher Education and Research in the 21st Century is published by Heron Press Ltd., 2013 Reproduction rights reserved.

the series Challenges in Higher Education and Research in the 21st Century is published by Heron Press Ltd., 2013 Reproduction rights reserved. the series Challenges in Higher Education and Research in the 21st Century is published by Heron Press Ltd., 2013 Reproduction rights reserved. Volume 11 ISBN 978-954-580-325-3 This volume is published

More information

GBM8320 Dispositifs Médicaux Intelligents

GBM8320 Dispositifs Médicaux Intelligents GBM8320 Dispositifs Médicaux Intelligents Biopotential amplifiers Part 1 Mohamad Sawan et al. Laboratoire de neurotechnologies Polystim http://www.cours.polymtl.ca/gbm8320/ mohamad.sawan@polymtl.ca M5418

More information

Data Acquisition Basics Lab

Data Acquisition Basics Lab Data Acquisition Basics Lab Introduction Many systems in the body can be modeled as electrical systems that interact with various organs, such as the heart, the brain, and body muscle. These systems communicate

More information

ELG3336 Design of Mechatronics System

ELG3336 Design of Mechatronics System ELG3336 Design of Mechatronics System Elements of a Data Acquisition System 2 Analog Signal Data Acquisition Hardware Your Signal Data Acquisition DAQ Device System Computer Cable Terminal Block Data Acquisition

More information

Removal of ocular artifacts from EEG signals using adaptive threshold PCA and Wavelet transforms

Removal of ocular artifacts from EEG signals using adaptive threshold PCA and Wavelet transforms Available online at www.interscience.in Removal of ocular artifacts from s using adaptive threshold PCA and Wavelet transforms P. Ashok Babu 1, K.V.S.V.R.Prasad 2 1 Narsimha Reddy Engineering College,

More information