You are on page 1of 8

See discussions, stats, and author profiles for this publication at: https://www.researchgate.

net/publication/266663863

WIRELESS TRANSMISSION OF EEG SIGNALS

Conference Paper · July 2007


DOI: 10.13140/2.1.3398.0167

CITATIONS READS
0 1,773

4 authors, including:

Ranganathan Kalpana Gowtham Srinivas Murthy


BMS College of Engineering Bangalore University
1 PUBLICATION   0 CITATIONS    2 PUBLICATIONS   1 CITATION   

SEE PROFILE SEE PROFILE

All content following this page was uploaded by Gowtham Srinivas Murthy on 09 October 2014.

The user has requested enhancement of the downloaded file.


WIRELESS TRANSMISSION OF EEG SIGNALS
R. Kalpana ,Sr.Lecturer, Department of Medical Electronics, BMSCE, Bangalore, Karnataka, India.
Anjana patabiraman, D.DivyaMary, S.Gowtham , Department of Medical Electronics, BMSCE, Bangalore,
Karnataka, India.
kalpana_suresh@yahoo.com

Abstract
The electroencephalograph (EEG) module, the digitized signals are sent to
machine plays an important role in brain the back-end such as PC or PDA. The
examination and study. Especially, in the patient's EEG signal can therefore be
diagnosis of brain disease such as observed and stored without any long
epilepsy, sleeping disorder and abnormal cables such that the analog distortion
behavior, this machine is used most caused by long distance transmission can
commonly. During the last few years, be reduced significantly.
studies on EEG machine showed that the
EEG recorder based on personal computer 1. Introduction
(PC) had to communicate with the medical
instrument through the computer I/O The EEG has a very complex pattern,
interface. The above methods usually which is much more difficult to recognize
adopted a wired serial port interface, such than ECG. The EEG waveform varies
as RS-232C standard, to transmit the greatly with the location of the measuring
measured the EEG signal. When the electrodes on the surface of the scalp.EEG
conventional EEG acquisition equipment potentials measured at the surface of the
is intended to transfer data to a portable scalp; actually represent from various
device, such as personal digital assistant points beneath.
(PDA), wired transmission always caused EEG potentials measured at the surface of
inconvenience in mobilization. The the scalp; actually represent from various
technical advantages of wireless points beneath. The electrical activity of
communications can be used to extend the the brain can be described in spatial scales
application field of EEG machine more from the currents within a single dendritic
widely. spine to the relatively gross potentials that
A low noise single channel wireless the EEG records from the scalp. Neurons,
EEG data acquisition system for remote or nerve cells, are electrically active cells
monitoring is discussed in this paper. The which are primarily responsible for
system includes an EEG sensing and carrying out the brain's functions.
transmission unit and a digital processing Epileptic conditions produce stimulation
circuit. The former is composed of pre- of the cortex and the appearance of high-
amplifiers, filters, and gain amplifiers. The voltage waves (up to 1000 µV) referred to
Fourth order Band pass Butterworth filter as “spikes” or “spike and wave”. EEG
is considered because it approximates the patterns have been shown to be modified
ideal filter response more closely. It has by a wide range of variables, including
got a good all round performance. The biochemical, metabolic, circulatory,
kernel of the later digital processing circuit hormonal, neuroelectric, and behavioural
is a micro-controller unit (AVR, factors. By tracking changes of electric
Atmega1281), which is utilized to convert activity during such drug abuse-related
the EEG signals into digital signals and phenomena as euphoria and craving, brain
fulfill the digital filtering. By means of a areas and patterns of activity that mark
Maxstream wireless communication these phenomena can be determined.
1
A microcontroller can be a powerful tool microcontroller. These digitized signals
when building electro-mechanical are then transmitted to the Maxstream
systems. Like a mini, self-contained X24-019 Rf modem through the
computer, it can be programmed to microcontroller’s USART. At the
interact with both the hardware and the monitoring end these signals are received
user. Even the most basic microcontroller using an identical Maxstream wireless
can perform simple math operations, modem connected to a Personal Computer.
control digital outputs, and monitor digital The EEG signals are acquired from the
inputs. As the computer industry has head by means of electrodes. A Driven
evolved, so has the technology associated right-leg circuit is incorporated to reduce
with microcontrollers? Newer common mode interference. The
microcontrollers are much faster, have instrumentation amplifier amplifies the
more memory, and have a host of input brain potentials and rejects noise. A fourth
and output features that dwarf the ability order band pass filter is used to acquire the
of earlier models. Most modern controllers signals in the 0.5-35Hz range. These are
have analog-to-digital converters, high- then amplified and fed to a 50Hz notch
speed timers and counters, interrupt filter. The filtered and amplified signals
capabilities, outputs that can be pulse- are fed to the 10-bit ADC. The digitized
width modulated, serial communication signals are sent to the microcontroller’s
ports, and the list goes on. USART and from there sent to the
Maxstream modem for wireless
2. Methodology transmission. The analog section receives
The aim of the project is the development the outputs from the electrodes connected
of a Low noise single channel wireless to the head. The first stage is a Driven
EEG data acquisition system for remote Right Leg Circuit or ‘DRL’ circuit. It is an
monitoring. The goal is to detect EEG electric circuit that is often added to biological
signals and to transmit them by radio signal amplifiers to reduce Common-mode
frequency. The analog section (Fig-1) is interference. The next stage is an
involved in: Acquiring the EEG signals instrumentation amplifier. It will amplify
through electrodes placed on the skin, the brain potentials and reject the noise. Its
Filtering the EEG signal-This was done gain settings can be varied by an external
using a fourth order Butterworth band pass resistor. The second stage amplified signal
filter with a lower cutoff frequency of 0.5 is fed to the next stage which is a fourth
Hz and an upper cutoff frequency of 35Hz. order High pass Butterworth filter. The
The fourth order stage was created by roll off in the pass band and stop band
cascading two second order stages. transition is 80 dB/decade .The next stage
Additionally a 50 Hz notch filter was used is a fourth order Low pass Butterworth
to remove power line frequency hum and filter. The filter has a roll -80 dB/decade in
Amplifying the signals- To detect an EEG the pass band and stop band transition.
signals appropriate amplification was The high pass and low pass sections
needed. An average EEG signal has together form a fourth order band pass
amplitude of around 100µV. The gain of Butterworth filter. The band limited
the whole circuit is set at 6000. The digital signals are then given to a gain amplifier.
section (Fig-2) involves converting the They are the finally given to a Notch filter
analog EEG signals into digital format by to remove 50Hz noise.
using the Atmel Atmega 1281

2
Fig-1: Analog Section Fig-1: Digital Section

The digital section consists of the 10 bit, 8 represents GND and the maximum value
channel Analog to Digital represents the voltage on the AREF pin
Converter(ADC),the USART; both of minus 1 LSB. Optionally, AVCC or an
which are a part of the Atmel ATmega internal 1.1V.
1281 Microcontroller, and the Maxstream The Universal Synchronous and
X24-019 RF Modem. The software Asynchronous serial Receiver and
requirements are Embedded C, AVR Transmitter (USART) is a highly flexible
Studio 4, WinAVR Compiler and the X- serial communication device. The USART
CTU Driver software. hardware allows the AVR to transmit and
The ATmega 128 microcontroller is one of receive data serially to and from other
the more recent versions of Atmel’s 8-bit devices - such as a computer or another
RISC processors in AVR family. By AVR.
executing powerful instructions in a single The USART has to be initialized before
clock cycle, the ATmega1281 achieves any communication can take place. The
throughputs approaching 1 MIPS per MHz initialization process normally consists of
allowing the system designer to optimize setting the baud rate, setting frame format
power consumption versus processing and enabling the Transmitter or the
speed. The ATmega1281 AVR is Receiver depending on the usage. For
supported with a full suite of program and interrupt driven USART operation, the
system development tools including: C Global Interrupt Flag should be cleared
compilers, macro assemblers, program (and interrupts globally disabled) when
debugger/simulators, in-circuit emulators, doing the initialization.
and evaluation kits. The wireless communication module used
When the first instruction is being here is the XStream USB RF Modem. The
executed, the next instruction is pre- XStream-PKG-U USB RF Modem
fetched from the program memory. This provides long range data communications
concept enables instructions to be and advanced networking for OEMs and
executed in every clock cycle. The embedded system integrators. Out-of-box,
program memory is In- System the modem is equipped to sustain long
Reprogrammable Flash memory. The fast- range wireless links between devices. We
access Register File contains 32 x 8-bit can simply enter serial data into one
general purpose working registers with a modem and the data surfaces on the other
single clock cycle access time. This allows side of the wireless link. The modem
single-cycle Arithmetic Logic Unit (ALU) transfers a standard asynchronous serial
operation. The block diagram of the data stream between two or more modems.
ATmega 1281 is shown below: Its built-in USB interfacing allows for
The ADC converts an analog input voltage rapid integration into existing data
to a 10-bit digital value through successive systems. Here we use the 24XStream-
approximation. The minimum value PKG-U (2.4 GHz) modem. MaxStream
3
has provided X-CTU software for
programming the modem using an 3. RESULTS
extensive list of AT Commands. The X- The data acquisition, interfacing and
CTU software provides an interface that is wireless transmission is carried out
divided into four tabs that facilitate the successfully as per the specifications and
following functions: requirements. The analog section is tested
• PC Settings tab - Setup PC serial port to with a simulator using a simulator with
interface with an XStream RF Modem standard signals and also with a subject.
• Range Test tab – Test XStream RF The digital section uses the Atmel Atmega
Modem's range in varying environments 1281 Microcontroller. The embedded
• Terminal tab – Configure and read software was developed using the
XStream RF Modem parameters using AT assembler and was downloaded to the
Commands controller chip. This is done using the
• Modem Configuration tab – Configure AVR studio which has an integrated
and read RF Modem parameters development environment (IDE) for
In order to communicate data to the RF writing and debugging AVR applications.
modem through a PC; baud (interface data Wireless communication with the back-
rate), data bit, parity and stop bit settings end such as a PC is done using Maxstream
on the PC serial port must match those of X24-019 PKG-U USB RF modem.
the RF modem. The PC Settings tab In the developed analog section of the data
provides a software user interface that acquisition hardware (Fig-3) the signals
facilitates the modification of PC com port are given to the input of the DAQ and the
settings. First RF modem is connected to a output is interfaced to the digital section
PC using a standard USB cable. (This also for ADC conversion and transmitting to
powers the RF modem). X-CTU Software the wireless communication module using
is launched and the PC Settings tab is the microcontroller UART. The
selected. If necessary, values in the ‘Com microcontroller controls and coordinates
Port Setup’ section are adjusted to match the complete activities of the DAQ in the
currently stored parameter values of the hardware.
RF modem. Baud rate value is set as
9600bps and destination address as 0.

Fig 3: Analog section of the DAQ Hardware Fig 4: Atmel ATmega 1281 Microcontroller with the STK 500 and STK501 interface
boards
An external power supply is used for the data acquisition and signal conversion
circuit since it does not have built in from analog to digital data. The sample by
power circuits for the signal acquisition sample data after being acquired is sent to
and transmission purpose. the PC using the USART interface of the
The microcontroller section of the DAQ controller at the set baud rate.
hardware is the Atmel Atmega 1281(Fig- There are two sections in the wireless
4). In this section the controller controls transmission: One is the transmitting
and coordinates the various activities of section (Fig-5) and the other is the receiver
4
section. The transmitting module is The receiver module is connected to the
connected to the microcontroller kit and in back end i.e. the PC. Fig-6 shows a close-
turn is connected to the analog circuitry. up of the Maxstream module.

Fig-5: Transmitting Section Fig-6: Close-up of Maxstream wireless modem


Initially the circuit developed had used a dual power supply source. The waveforms (Fig- 7
a,b,c,d,e and f) depict the results obtained using a dual supply power source.

(a) (b) (c)

(d) (e) (f)

Fig 8: ECG-Lead 1 with gain of 600

Fig 9: ECG-Lead 2 with gain of 600

Fig 10: Normal EEG

5
Fig 11: EEG with eyes closed-relaxed

Fig 12: EEG while eyes blinking

Fig 13: EEG while reading

Fig 14: EEG when eye balls moving

4. Conclusion and Future Work ignorable distortions and can be on-line


A data acquisition system for acquiring shown in the display window at back end.
bioelectric signals from the brain has been Such systems have a wide range of
developed consisting of hardware and applications because they open a wide
software modules. The signals from the window of observation to the human brain.
brain have very low amplitude, around It is useful in remote diagnosis and
100µV, hence these signals are amplified monitoring in everyday situations- out of
to the required level and processed to the lab or clinic; in Biofeedback and in
remove the noise from it. They are then Brain-Computer Interfaces.
digitized using an Analog-to-Digital Further improvements to the system can
Converter and transmitted to the Wireless be made by using an internal power
Communication Modem through the supply. Also the whole system can be
Microcontroller’s USART. made wearable and power can be
The architecture of the RF-based Wireless generated from body heat or ambient light.
single channel EEG recording system is The main goal is improving the EEG
studied in this work. The wireless medical diagnostics and therapy by using
transmission mechanism eliminates wire- devices which reduces healthcare costs
line connections. Also, the signal filtering and facilitates the diagnostic while at the
and digitization in the system reduce the same time preserving the mobility and
possible noise interference. To test the lifestyle of patients
practicality of the system, a sinusoidal
signal as well signals form the frontal 5. References
polar region of the brain are transmitted
via the Wireless module. From the 1. Boqiang Liu,et,al, “An Embedded
experimental results, it is seen that the EEG Analyzing System Based on
received signal is reconstructed with µC/os-II”, Proceedings of the 29th
6
Annual International Conference Energy Estimation Model for
of the IEEE EMBS Cité Health-Care Wireless Sensor
Internationale, Lyon, France, Networks”, This work is partially
August 23-26, 2007. supported by the Spanish
2. Tao Zhang, et, al, “Real Time Government Research Grant TIC
Evaluation of Different Types of 2005-5619 and the Swiss FNS
Bio-neurological Signals”, Research Grant 20021-109450/1.
IEEE/ICME International
Conference on Complex medical
imaging, 2007.
3. Chin-Teng Lin, et, al,
“Noninvasive Neural Prostheses
Using Mobile and Wireless EEG”,
Proceedings of the IEEE, Vol- 96,
No. 7, pp 1167-1181, July 2008.
4. N.S. Dias,et, al, “A Wireless
System for Biopotential
Acquisition: an Approach for non-
Invasive Brain-Computer
Interface”, IEEE, pp 2709-2712,
2007.
5. Febo Cincotti, et, al, “ Non-
invasive brain–computer interface
system: Towards its application as
assistive technology”, Brain
Research Bulletin, vol 75, pp 796–
803 2008.
6. Francisco J. Rinc´On, Et, Al,
“Implementation Of An Automated
Ecg-Based Diagnosis Algorithm
For Awireless Body Sensor
Platform”, This Work Is Partially
Supported By The Spanish
Government Research Grant TIC
2005-5619 And The Integrated
Systems Center Of EPFL Under
The Project ”Performance
Monitoring For Professional And
Recreation Sports Using Wireless
Sensor Networks” (2007-2008).
7. Thomas E. Peters, et, al, “Network
System for Automated Seizure
Detection and Contingent Delivery
of Therapy”, Journal of Clinical
Neurophysiology, 18(6), pp 545–
549, 2001.
8. Francisco J. Rinc´on, et, al, “OS-
Based Sensor Node Platform and

View publication stats

You might also like