muV units and ADC units
Posted: 20 Feb 2012, 19:07
Hi,
A while ago I bought a Neurosky MindWave and recently I started writing my own parser so I'm not tied to one platform (I'm hooking the MindWave up to a BSD server ).
I finished a great deal of the code, but now I'm not sure what type of values I'm supposed to get.
I'm getting the raw ADC values, which I'm converting to voltage per this post http://support.neurosky.com/kb/technolo ... on-mindset
The following sample measurements are the result
I gather these are micro volts, so when I multiply them by a million I get
Is this correct, in the sense that raw voltage measurements should look like these values.
Thanks in advance for the time taken to read my post.
A while ago I bought a Neurosky MindWave and recently I started writing my own parser so I'm not tied to one platform (I'm hooking the MindWave up to a BSD server ).
I finished a great deal of the code, but now I'm not sure what type of values I'm supposed to get.
I'm getting the raw ADC values, which I'm converting to voltage per this post http://support.neurosky.com/kb/technolo ... on-mindset
The following sample measurements are the result
Code: Select all
0.000002
0.000002
0.000005
0.000009
0.000009
0.000007
0.000007
0.000011
0.000011
0.000002
-0.000003
-0.000002
-0.000001Code: Select all
37.133789
23.950195
-12.744141
14.062500
33.398438
14.721680
-38.891602
-15.820312
8.349609
-40.869141
-68.115234
-50.976562
-8.129883Thanks in advance for the time taken to read my post.