Page 1 of 1

Reading data via TCPIP

Posted: Wed Nov 25, 2015 6:27 pm
by apresacc
Hello,

I am using the matlab code that I found on the website (TcpIpClientMatlabV1) to read EEG data. Everything looks fine with the exception for the amplitude of the data. It seems like the data that I read from TCPIP need to be calibrated. This happens even though I remove the DC component. Is there anything that I am missing?

Please, let me know.
Thank you.
Alex.

Re: Reading data via TCPIP

Posted: Thu Nov 26, 2015 12:25 pm
by Coen
Output of the Matlab client are 32-bit signed integers with LSB = (32*256)^-1 uV = 1/8192 uV (sensor channels have a different scaling, see ActiView code).

Best regards, Coen (BioSemi)