https://github.com/benoitberanger/obvious_ptb3
https://github.com/benoitberanger/obvious_ptb3
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/benoitberanger/obvious_ptb3
- Owner: benoitberanger
- License: apache-2.0
- Created: 2024-02-02T14:52:57.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-16T13:27:51.000Z (over 2 years ago)
- Last Synced: 2025-02-13T01:24:43.485Z (over 1 year ago)
- Language: MATLAB
- Size: 651 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
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.