Fixed Duration Trials with TTL signals on response mid-trial


Author
Message
xiller09
xiller09
Expert (1.4K reputation)Expert (1.4K reputation)Expert (1.4K reputation)Expert (1.4K reputation)Expert (1.4K reputation)Expert (1.4K reputation)Expert (1.4K reputation)Expert (1.4K reputation)Expert (1.4K reputation)
Group: Forum Members
Posts: 21, Visits: 10

I have a trial like this at the moment.


<trial sometrial>
/ stimulustimes = [0=cue, TTLmarker_cueon;500=mask]
/ validresponse = (" ")
/ trialduration = 2000
</trial>


I need a way of sending out a parallel port signal (TTLmarker_responsemade) when the participant makes a response.


However, I need a way of doing this that preserves a 2 second duration between onsets.


I had thought about something like this, but it doesn't work:


<trial sometrial>
/ stimulustimes = [0=cue, TTLmarker_cueon;500=mask]
/ validresponse = (" ")


/ ontrialend = [values.iti = trial.sometrial.latency]


</trial>



<trial ititrial>


/stimulustimes = [0=TTLmarker_responsemade]


/trialduration = values.iti


</trial>


Any thoughts?


GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Threaded View
Threaded View
xiller09 - 12 Years Ago
Dave - 12 Years Ago
xiller09 - 12 Years Ago
Dave - 12 Years Ago
xiller09 - 12 Years Ago
                         You use /responsemessage. For details see...
Dave - 12 Years Ago
                             Brilliant, that is exactly it.

Thanks Dave.


...
xiller09 - 12 Years Ago

Reading This Topic

Explore
Messages
Mentions
Search