Dealing with 8+8 = 16 bit triggers from two devices

Post Reply
WAM
Posts: 1
Joined: Mon Jun 20, 2016 4:02 pm

Dealing with 8+8 = 16 bit triggers from two devices

Post by WAM »

Hi everyone,

we are using a custom parallel-port cable that puts the 8-bit input from one device to the first 8 bits of the USB-receiver, and the 8-bit input from another device to the second 8 bits.
In ActiView, we can see two separate trigger channels, that show the correct values. However, when importing the data to EEGLab, the trigger values look wrong. I suspect that the two 8-bit channels are combined into a single 16bit channel, which is why the values add up. I saw that when recording data with FieldTrip, there's an option to automatically split the 16bit trigger channel into two 8-bit channels. Is there a similar option to record two separate channels in ActiView? If not, what is the best solution to split the 16bit event channel in EEGlab/Matlab?

Thanks for any advise,
best,
Wanja

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

Re: Dealing with 8+8 = 16 bit triggers from two devices

Post by Coen »

AND the 16-bit number with 255 to get the low byte and divide the 16-bit number by 255 to get the high byte.

Best regards, Coen (BioSemi)

Post Reply