struct T_STIMULUS

Intermediate Stimulus object

int idx
Unique ID assigned to this stimulus object
char* name
The name given to this stimulus in the input file
int MODE
Integer ID of the Stimulus MODE this object will use
int PATTERN
Integer ID of the Stimulus PATTERN this object will use
int TIMING
Integer ID of the stimulus TIMING this object will use
int SAME_SEED
Indicates if this object is to use the same random seed or a different one
long Seed
The random seed
double AMP_Start
The value used for the AMP when it starts
double AMP_End
The value the AMP should be at when it ends
int nTimes
The number of time values that will make up the time arrays
int* Time_Start
Array of time values representing when a stimulus will begin
int* Time_Stop
Array of time values representing when a stimulus will end
double FREQ_Start
The value the frequency should take when it starts
double FREQ_End
The value the frequency should take when it ends
int WIDTH
Used for PULSE type stimulus
double PHASE
Used for SINE
double VERT_TRANS
Used for SINE
double SLOPE
Used for linear stimulus
double YINTERCEPT
Used for linear stimulus
char* FileName
Used for file-based stimulus
int Port
To be used for real-time stimulus (when implemented)

Documentation

Intermediate Stimulus object
int idx
Unique ID assigned to this stimulus object

char* name
The name given to this stimulus in the input file

int MODE
Integer ID of the Stimulus MODE this object will use

int PATTERN
Integer ID of the Stimulus PATTERN this object will use

int TIMING
Integer ID of the stimulus TIMING this object will use

int SAME_SEED
Indicates if this object is to use the same random seed or a different one

long Seed
The random seed

double AMP_Start
The value used for the AMP when it starts

double AMP_End
The value the AMP should be at when it ends

int nTimes
The number of time values that will make up the time arrays

int* Time_Start
Array of time values representing when a stimulus will begin

int* Time_Stop
Array of time values representing when a stimulus will end

double FREQ_Start
The value the frequency should take when it starts

double FREQ_End
The value the frequency should take when it ends

int WIDTH
Used for PULSE type stimulus

double PHASE
Used for SINE

double VERT_TRANS
Used for SINE

double SLOPE
Used for linear stimulus. The slope of the line

double YINTERCEPT
Used for linear stimulus. The y intercept of the line

char* FileName
Used for file-based stimulus. The name of the file that contains the data

int Port
To be used for real-time stimulus (when implemented). THe port to listen on for incoming data.

alphabetic index hierarchy of classes


this page has been generated automatically by doc++

(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de