StimVector
Overview
Members
-
class StimVector
Public Functions
-
StimVector(bool isRandom = true, int stimRate = 5, bool maxtwo = false, float interval = 0.001, float shuffleFrequency = 5)
Construct a new Stim Vector object.
- Parameters:
isRandom –
bool
indicates whether the object should simulate a random or regular stimulation patternstimRate –
int
stimulation rate in stimulations per second; must be >= 0 and <= FPS, default5
maxtwo –
bool
indicates if the program is running on the maxtwo, defaultfalse
interval –
float
space between “bins” for shuffling, in seconds, default0.001
shuffleFrequency –
float
length of shuffle window, in seconds, default5
-
StimVector(bool isRandom = true, int stimRate = 5, bool maxtwo = false, float interval = 0.001, float shuffleFrequency = 5)