VisualStimulusToolbox
VisualStimulusToolbox copied to clipboard
A lightweight Matlab toolbox for generating, storing, and plotting visual stimuli related to vision and neuroscience research such as sinusoidal gratings, plaids, random dot fields, and noise.
The default value for aperture size should be `[width/2 height/2]`, and the aperture should be centered correctly (rounding pixels).
Add a method to shuffle all frames of a certain stimulus. If `frames` is `nrX x nrY x nrFrames`: ``` frames = frames(:,:,randperm(length)); ```
Add a C++ public interface that parses the binaries created with the Matlab utility.