-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Meaning of the values eeg[i]. #7
Comments
As per ThinkGear Communication Protocol
Also notice the eeg[i] data can be retrieved as individual values:
(e.g. Hope this thelps, |
Thanks for the information. I want to print the raw eeg values (in volts)
on a serial monitor. Can you suggest how to do that?
…On Sun, Sep 5, 2021 at 2:56 AM George Profenza ***@***.***> wrote:
As per ThinkGear Communication Protocol
<http://developer.neurosky.com/docs/doku.php?id=thinkgear_communications_protocol>
EEG_POWER section:
This Data Value represents the current magnitude of 8 commonly-recognized
types of EEG frequency bands (brainwaves). It consists of eight 4-byte
floating point numbers in the following order: delta (0.5 - 2.75Hz), theta
(3.5 - 6.75Hz), low-alpha (7.5 - 9.25Hz), high-alpha (10 - 11.75Hz),
low-beta (13 - 16.75Hz), high-beta (18 - 29.75Hz), low-gamma (31 -
39.75Hz), and mid-gamma (41 - 49.75Hz). These values have no units and
therefore are only meaningful when compared to each other and to
themselves, for considering relative quantity and temporal fluctuations.
The floating point format is standard big-endian IEEE 754, so the 32 bytes
of the Values can therefore be directly cast as a float* in C (on
big-endian environments) to be used as an array of floats.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#7 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AVPPP7S5TNPLZRWTUYAIA4DUAKFI3ANCNFSM5DNQ7MLQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
--
Thanks and Regards,
Manali Saini
Ph.D (ECE) Research Scholar (2018)
Department of Electrical Engineering
School of Engineering
Shiv Nadar University, Gr. Noida
|
Hello sir, I would like to know what exactly the values mean in eeg[i]? I understand that it is not the raw eeg data? is it the eeg power?
I want to receive raw eeg amplitude values on arduino serial monitor. please help
The text was updated successfully, but these errors were encountered: