An open API service indexing awesome lists of open source software.

https://github.com/benoitberanger/ptb3_multitask_template

Template for PTB3 task programming.
https://github.com/benoitberanger/ptb3_multitask_template

behavioral gui matlab ptb3 task tempalte

Last synced: 4 months ago
JSON representation

Template for PTB3 task programming.

Awesome Lists containing this project

README

        

# ptb3_multitask_template

This repo is a template, used as boilerplate for behavioural protocols based on [PTB3](http://psychtoolbox.org/). Typically used for fMRI, EEG, MEG.

# Features
- GUI
- PTB engine obejcts like to open a _Window_
- some objects like _FixationCross_ and _Image_
- recorders for stim timings or behavioural data
- a logging system (for everything EXCEPT the realtime part of a task)

## Exemple tasks
- NBack : very standard N-Back task using alphabetical letters
- MentalRotation : use 3D OpenGL rendering to show "3D Tetris"
- some other demo scripts to show how to use redring objects (like _Image_)

# Dependency

## MATLAB
R2019+

## Psychtoolbox
http://psychtoolbox.org/

## Other ?
None. Everything should be inside this template.