02-11-2009 08:37 AM
Dear friends,
I need to process EEG signals for neurological disorder. The signals that were got from hospital is in ".e" format. It could be viewed only by using the software "EEG Viewe". How to get the signal into LabVIEW.
Plz Help me..
02-11-2009 11:47 PM
Hello All,
It would be useful for me if i get EEG data that is compatible to LabVIEW. It woluld be of great use to process it to detect neurological disorder.
Thank you in advance.
02-12-2009 09:52 AM
HI - do you have any information about the file format? If you can find some specification for the ".e" file then it is possible to write a LV program to extract the data from the file. Did the ".e" file come from a commercial EEG system, or was it collected using a custom made system?
02-24-2009 11:16 AM
Hello
The .e format is got from Hospital acquiring EEG signal for test
03-03-2009 10:48 AM
You will need the file format specifications from the hospital if it's a binary format. If it's just simple string format, you could try to read the file with the file functions in labview.
Can you post a sample of the file so we can try to read it ?