Psychtoolbox:PsychBasic
Psychtoolbox:PsychBeta:PsychBasic
Beeper - Play a nice beep tone of selectable duration, frequency and volume.
CharAvail - Is a keypress available for
GetChar?
DisableKeysForKbCheck - Tell
KbCheck and
KbWait to ignore specific keys.
DoNothing - Does nothing. Used to time Matlab's overhead.
DrawFormattedText - Drawing of formatted text into windows.
FlushEvents - Flush any unprocessed events.
FontInfo - Return a struct array describing installed fonts.
Gestalt - Query system configuration on OS 9 and OS X.
GetBusTicks - Number of system bus ticks since startup.
GetBusTicksTick - Duration of one tick of the
GetBusTicks clock.
GetChar - Wait for keyboard character and return it.
GetPID - Get the process ID of the MATLAB process.
GetMouse - Get mouse position.
GetMouseWheel - Get mouse wheel position delta on a wheel mouse. OS X only for now.
GetSecs - Time since startup with high precision.
GetSecsTick - Duration of one tick of the
GetSecs clock.
GetTicks - Number of 60.15 Hz ticks since startup.
GetTicksTick - Duration of one tick of the
GetTicks clock.
HideCursor - Hide cursor.
InitCocoaEventBridge - Prepare
GetChar helper "
CocoaEventBridge"
IOPort - A I/O driver for access to serial ports.
KbCheck - Get instantaneous keyboard state.
KbName - Convert keycode to key name and vice versa.
KbPressWait - Wait for key press, make sure no keys pressed before.
KbQueueCreate - Create keyboard queue (OS/X only).
KbQueueRelease - Destroy keyboard queue (OS/X only).
KbQueueFlush - Empty keyboard queue (OS/X only).
KbQueueStart - Start recording of key presses into queue.
KbQueueStop - Stop recording of key presses into queue.
KbQueueCheck - Check keyboard queue for key presses/releases.
KbReleaseWait - Wait until all keys on keyboard are released.
KbStrokeWait - Wait for single, isolated key stroke.
KbTriggerWait - Wait for trigger keys on keyboard (OS/X only).
KbWait - Wait until at least one key is pressed and return its time.
ListenChar - Start
GetChar queue.
MachAbsoluteTimeClockFrequency - Mach Kernel time measurement.
PredictVisualOnsetForTime - Predict stimulus onset for given
Screen('
Flip') 'when' timespec.
psychassert - Drop in replacement for Matlabs assert().
psychlasterror - Drop in replacement for Matlabs lasterror().
psychrethrow - Drop in replacement for Matlabs rethrow().
PsychCV - Miscellaneous C routines for computer vision and related stuff.
PsychDrawSprites2D - Fast drawing of many 2D sprite textures.
PsychtoolboxDate - Current version date, e.g. '1 August 1998'
PsychtoolboxVersion - Current version number, e.g. 2.32
PsychWatchDog - Watchdog mechanism and error handler for Psychtoolbox.
RestrictKeysForKbCheck - Restrict operation of
KbCheck et al. to a subset of keys on the keyboard.
Screen - Control the video display.
Type "Screen" for a list.
SetMouse - Set mouse position.
ShowCursor - Show the cursor, and set cursor type.
Snd - Play sounds.
VideoRefreshFromMeasurement - Alternative calibration procedure to find exact video refresh interval.
WaitSecs - Wait specified time.
WaitTicks - Wait specified number of 60.15 Hz ticks.
Psychtoolbox/Contents.m
The following 75 page(s) belong to PsychBasic