Skip to content

What do the numbers mean? #2

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

Open
dobey opened this issue Apr 15, 2023 · 0 comments
Open

What do the numbers mean? #2

dobey opened this issue Apr 15, 2023 · 0 comments

Comments

@dobey
Copy link

dobey commented Apr 15, 2023

In the detailed API documentation it states:

The original brainwave data returned from the brainwave callback is a byte array with a length of 20, the first two bytes are the packet number, the last 18 bytes are valid brainwave data, of which the brainwave data is divided into two left and right aisle, In order: left, left, left, right, right, right, left, left, left, right, right, right, left, left, left, right, right, right

But what are these values actually of? Are they microvolts? Is there some millseconds separation between each left,right pair? Or between each left,left,left,right,right,right triplet pairing? How can I plot these values on a chart to visualize the raw brainwave readouts from the hardware?

I also see in the AffectiveCloud documentation, that it states to convert the hex values read from hardware into unsigned int values before uploading to the API, but the detailed API document here shows examples with signed values. Which is correct?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant