Home General: WARNING FAQ Links and reading Animated project intro Simple EEG instructions Community Links Main mailing list Software-dev list Wiki SourceForge page Hardware: ModularEEG Electrodes Active Passive soundcardEEG EEG Calibrator EEG elsewhere Olimex Mindfield Software Neuroserver BioEra BrainBay Brainathlon ABI BCI BWView EEGMIR ElectricGuru BioExplorer The text and graphics of this site are released under a Creative Commons license unless otherwise stated. |
SoundcardEEG (scEEG) prototypeThe ideaEveryone has a sound input to their computer these days. If we used it to record EEG signals, the EEG hardware itself would be simpler and cost less. There is only one problem: Most audio systems, including sound cards, filter out frequencies below 20 Hz. The signals we want to capture are mostly below this frequency, so we can not just plug in the EEG amps and go. There are a variety of modulation schemes to get past the filter. You take a varying input voltage (say EEG), which is translated to an output sine wave of of varying: We can for example build a frequency modulator which takes input voltages between 1 and 2 volts and let it produce a wave as output that changes frequency between 2 kHz and 4 kHz, depending on the input. The output is still well within the audio range, but far above the 20Hz that is filtered out. It all works as long as the input signal varies at a frequency much less than 1 kHz. When the modulated signal has been captured by the sound card, it is demodulated to its original form, in software. The whole signal chain looks something like this: Brain => EEG amplifier => hardware modulator => sound card => software demodulator EEG Probe project
In July 2005 Grant Connell took on the challenge of building a prototype sound card EEG unit. The first unit consisted of a two channel AM modulated version with a built-in power supply. It is compatible with 12-volt power cubes. There were several breadboards built before the final two boards (input amplifier and modulator) versions were completed. The AM version was successful with achieving about 65 dB of dynamic range performance. An existing oscilloscope software application was modified to accept the modulated signal from the prototype. The second prototype was a single channel AM unit that reduced the modulation circuitry and the size of the unit was reduced to 2" by 4". The unit also included onboard regulators and was operated from a 9-volt battery. The unit design also switched from an analog local oscillator (LO) to a digital version (square wave oscillator). This reduced both the size and power consumption of the unit. The third breadboard and then prototyped was a dual channel FM unit and due to reduced circuitry of implementing the FM modulation was built into the 2" by 4" enclosure with a 9-volt battery included. The total current drain is approximately 6.5 ma. The unit uses two CMOS digital local oscillators. The dual channel AM and FM units now achieve about 80 dB of dynamic range performance. Power drain is less than 6 mA. A new software application was developed specifically for EEG display and instrumentation. The software is able to receive data from both AM and FM units. The software incorporates individual channel gain and offset controls with a real time strip chart and vertical FFT displays. A built in variable bandwidth filter can be adjusted by moving cursor lines about the spectrum displays. The second software application interfaces with NeuroServer. A description of the theory of operation of the AM and FM modulation schemes and the prototype development (with pictures of the units) is can be downloaded from EEG Probe Project. The single schematic of the AM prototype unit can be downloaded from AM Unit Sheet 1. The FM unit schematic can be downloaded from FM Unit Sheet 1 and FM Unit Sheet 2. The software for the prototypes can be downloaded from EEG Probe Install and NeuroServer Interface. The software will be self-extracting zip files. After the install files have been extracted from the Zip files to the directory of your choice, run the Setup.exe program to install the applications. The prototypes are simply handcrafted units. If there is enough interest in the sound card concept, printed circuit boards can be built and made available. The designs are simple enough that through-hole technology could be use for kit building. Unnamed - (Project status for similar incomplete project)HardwareA group member, Ian Vincent, put in a tremendous amount of work on a prototype several months ago, but ran into trouble with parasitic signals and instability in the venerable LM331 chip. This ultimately led him to suspend the project. We are now (July 2004) going back to see if we can get it running. Please stay tuned. In April 2005 Andreas and Jon were working away at it. They're assembling some for testing purposes. SoftwareThanks to Oren Tirosh, we already have a demodulator prototype, written in Python. The source can be downloaded HERE. An explanation how it works is found in this e-mail: SCEEG Theory of Operation. Please note that this mail was written before we had done any tests so some numbers (like the sample rate) are incorrect. |