Skip to content

benoitberanger/ptb3_multitask_template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ptb3_multitask_template

This repo is a template, used as boilerplate for behavioural protocols based on PTB3. 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.