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
TCP/IP EEG data transform
-
- Site Admin
- Posts: 1152
- Joined: Fri Mar 26, 2004 7:00 pm
- Location: Amsterdam, Netherlands
- Contact:
Re: TCP/IP EEG data transform
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)
Best regards, Coen (BioSemi)