TCP/IP EEG data transform

Post Reply
liming
Posts: 11
Joined: Wed Jun 21, 2017 8:09 am

TCP/IP EEG data transform

Post by liming »

Dear all,

I'm writing a program to receive EEG data from ActiView through TCP/IP communication. Then I convert the 24 bit data into decimal number. But I'm confused about the correspondence between the decimal number and the real-time data shown in ActiView. The maximum amplitude of data shown in ActiView is about 200uV. My converted data (e.g. -2.12562e+009) seems too large.
So do you know the correspondence between the converted decimal number and the real-time data in ActiView?

Much thanks in advance

Ming

Coen
Site Admin
Posts: 1124
Joined: Fri Mar 26, 2004 7:00 pm
Location: Amsterdam, Netherlands
Contact:

Re: TCP/IP EEG data transform

Post by Coen »

24-bit integer, EEG channels: LSB = 31.25 nV (1/32th microVolt), so signal range is -262 mV to 262 mV.

Best regards, Coen (BioSemi)

Post Reply