Page 1 of 1

trigger

Posted: 11 Mar 2013, 06:06
by ashwini
hi everyone,
We are interested in performing a P300 session by using visual stimulus or sound stimulus. (not using P3 speller matrix). our main concern is to synchronise the stimulation(ex: buzzer, clap sound) with the trigger. Also we would like to know how to give the trigger to the G.tec amplifier(G.USB amp). Please give us your inputs on this matter.

Thanking you,
Ashwini

Re: trigger

Posted: 11 Mar 2013, 06:12
by ashwini
Please help...!

Re: trigger

Posted: 11 Mar 2013, 11:14
by mellinger
BCI2000 provides the StimulusPresentation application for such purposes:
http://www.bci2000.org/wiki/index.php/U ... tationTask

You don't need to record triggers through the amplifier, because BCI2000 will record stimulation time in the StimulusTime state. This is a value with millisecond resolution, but it will only be accurate up to the refresh interval of the monitor used (typically around 17ms).

If you think you need higher accuracy, make sure to read this introduction to the P300 response:
http://www.bci2000.org/wiki/index.php/U ... 0_Response
As you can see there, the width of a P300 response is much larger than 17ms, and not much variation occurs on a time scale below 50ms. This implies that there is no need for better temporal accuracy in P300 experiments.

HTH,
Juergen