Protocol for an EEG Device Simulator
Posted: 08 Jul 2016, 14:31
Hi all,
I have developed an EEG device simulator software. The task of this software is to read an EEG data file from hard disk, and transmit the signals over COM port/Bluetooth to another computer/microcontroller with the same timing as that of an actual EEG device (I went through a lot of trouble to implement timing precision). The purpose of creating this software was to verify real-time EEG feature extraction and classification on a microcontroller. I didn't have an actual EEG device so this software was essential for validation of my microcontroller based EEG processing solution.
I came up with my own data format for transmission of EEG data. The project was a success. I am now thinking of modifying my code by transmitting the EEG samples in a format that may be usable to others. I hope someone here can point me to the most commonly used EEG data protocols. I could find little information on the internet.
Any help will be appreciated!
regards,
Fulcrum
I have developed an EEG device simulator software. The task of this software is to read an EEG data file from hard disk, and transmit the signals over COM port/Bluetooth to another computer/microcontroller with the same timing as that of an actual EEG device (I went through a lot of trouble to implement timing precision). The purpose of creating this software was to verify real-time EEG feature extraction and classification on a microcontroller. I didn't have an actual EEG device so this software was essential for validation of my microcontroller based EEG processing solution.
I came up with my own data format for transmission of EEG data. The project was a success. I am now thinking of modifying my code by transmitting the EEG samples in a format that may be usable to others. I hope someone here can point me to the most commonly used EEG data protocols. I could find little information on the internet.
Any help will be appreciated!
regards,
Fulcrum