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

https://github.com/benoitberanger/obvious_ptb3


https://github.com/benoitberanger/obvious_ptb3

Last synced: about 1 year ago
JSON representation

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.