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.
- Host: GitHub
- URL: https://github.com/benoitberanger/ptb3_multitask_template
- Owner: benoitberanger
- License: apache-2.0
- Created: 2024-01-03T10:11:11.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-10T18:41:42.000Z (4 months ago)
- Last Synced: 2025-02-10T19:37:21.226Z (4 months ago)
- Topics: behavioral, gui, matlab, ptb3, task, tempalte
- Language: MATLAB
- Homepage:
- Size: 757 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.