Skip to content

Latest commit

 

History

History
57 lines (45 loc) · 1.76 KB

index.markdown

File metadata and controls

57 lines (45 loc) · 1.76 KB
layout
default

Overview

Psychtoolbox interfaces between Matlab or Octave and the computer hardware. The PTB core routines provide access to the display frame buffer and color lookup table, reliably synchronize with the vertical screen retrace, support sub-millisecond timing, expose raw OpenGL commands, support video playback and capture as well as low-latency audio, and facilitate the collection of observer responses. Ancillary routines support common needs like color space transformations and the QUEST threshold seeking algorithm.

Psychtoolbox has many active users, an active forum, and is widely cited. PTB-3 is based on the deprecated Psychophysics Toolbox Version 2 with its Matlab C extensions rewritten to be more modular and to use OpenGL on the back end. The current version supports Matlab 7.x and Octave 3.2.x on Mac OSX, Linux and Windows.

Psychtoolbox News

{% for post in site.posts limit: 3 %}

{{ post.author }} {{ post.date | date: '%B %d, %Y' }}

{{ post.content }}
{% endfor %}

{: .abbrev}


{% for post in site.posts offset: 4 %}

{{ post.author }} {{ post.date | date: '%B %d, %Y' }}

{% endfor %}