layout |
---|
default |
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.
{% for post in site.posts limit: 3 %}
{{ post.author }} {{ post.date | date: '%B %d, %Y' }}
{{ post.content }}
{: .abbrev}
{% for post in site.posts offset: 4 %}
{{ post.author }} {{ post.date | date: '%B %d, %Y' }}
{% endfor %}