Closed andrewheusser closed 8 years ago
What seems to be happening is that the first 0-255 samples are being stuck into the data stream at later times, in order, which is why this plot looks like it has a linearly increasing function over many blocks of data. I'm going to start up and collect data a few more times to see if this is a consistent pattern, or just some weird artifact that we don't have to worry about
Hmm. That is weird. Let me know what you find!
AJ Keller Founder & CEO Push The World LLC
Founder & President Push The Code
Work: (843) 471-0039 tel:(843)%20471-0039 Cell: (203) 733-4538 tel:(203)%20733-4538
Push The World LLC http://www.pushtheworldllc.com/ 1303 Camp Rd, Charleston, SC https://www.google.com/search?client=safari&hl=en&q=1303+Camp+Rd+Charleston+SC&spell=1&sa=X&ved=0CBkQvwUoAGoVChMIvYy9luKpxwIVRp-ACh3zCQcw
Like Us On Facebook https://m.facebook.com/pushtheworldllc
Warning: The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and destroy this material.
On Jan 4, 2016, at 9:06 AM, Andy Heusser notifications@github.com wrote:
What seems to be happening is that the first 0-255 samples are being stuck into the data stream at later times, in order, which is why this plot looks like it has a linearly increasing function over many blocks of data. I'm going to start up and collect data a few more times to see if this is a consistent pattern, or just some weird artifact that we don't have to worry about
— Reply to this email directly or view it on GitHub https://github.com/OpenBCI/openbci-js-sdk/issues/15#issuecomment-168685456.
Unable to duplicate, placed private property on each sample, see some sample output in the attached txt file. myOutput.txt
I'm closing this because I can't replicate it. Must've been some weirdness with starting and stopping the system a bunch. We should be mindful of this though...it would be good to somehow build in a 'harder' reboot option so that there's no funny business upon restarting the device
When streaming from the board, I noticed that some of the samples are coming in out of order. here is a plot of a couple seconds of data. You can see that there is a systematic pattern to which samples are being presented out of order, and the out of order sample number looks to be increasing linearly.
and here's some example data. If you look after 62, 24 is presented a second time. could be a duplicate, or a sample from another block of data