Search found 3 matches

by priack
Tue Jun 23, 2015 9:04 am
Forum: BioSemi Software (LabVIEW programming)
Topic: Strange values at recording.
Replies: 1
Views: 16843

Strange values at recording.

Hi everyone thank you in advance for your replies. I created a program to record data from the amplifier but there are some values that intrigues me. Just to clarify, I record 16 channels downsampled to 1024 and each value is divided by 8192 to transform to uV. This was done following the webpage we...
by priack
Thu May 28, 2015 9:13 am
Forum: BioSemi all other topics
Topic: Irregular Acquired Speed
Replies: 3
Views: 17537

Re: Irregular Acquired Speed

Ok. Just read about the stride. Sorry about that.
by priack
Thu May 28, 2015 8:43 am
Forum: BioSemi all other topics
Topic: Irregular Acquired Speed
Replies: 3
Views: 17537

Irregular Acquired Speed

Hi, I am trying to write a program to get data from the ActiveTwo in C++. This program also synchronize the data with other two devices (EMG and MotionTracking). I am having a few problems, but the mos important is the following. If I write something like this: while (1){ READ_POINTER(usbHandle,&poi...