forked from neilh10/MindMirrorEeg
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
10 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,13 @@ | ||
MindMirrorEeg | ||
============= | ||
|
||
Portable 2 channel EEG with Cade/Blundell bandpass filters | ||
Portable 2 channel EEG with Cade/Blundell bandpass filters. | ||
<br>Designed to run on an Intel 80C196 single chip device in 1992. | ||
|
||
<b>The challanges</b> | ||
<br>1) implementing the digital band pass filters | ||
and getting them to run on a processor not designed for Digital Signal Processing. | ||
<br>2) Keeping the power manageable to use replaceable batteries | ||
<br>3) Using an LCD module to provide visual information of the output of 14 channels. | ||
<br>4) Communicating safely with a windows PC to show the details on a low cost PC display (circa 1992) | ||
|