CARLsim  3.1.3
CARLsim: a GPU-accelerated SNN simulator
visual_stimulus.h File Reference
#include <string>

Go to the source code of this file.

Classes

class  VisualStimulus
 Class to integrate CARLsim with a stimulus created using VisualStimulus.m Version: 4/11/14 Author: Michael Beyeler mbeye.nosp@m.ler@.nosp@m.uci.e.nosp@m.du More...
 

Enumerations

enum  stimType_t {
  UNKNOWN_STIM =-1, GRATING_STIM =0, PLAID_STIM =1, DOT_STIM =2,
  BAR_STIM =3, PICTURE_STIM =4, MOVIE_STIM =5, COMPOUND_STIM =6
}
 List of stimulus file types. More...
 

Enumeration Type Documentation

enum stimType_t
Enumerator
UNKNOWN_STIM 
GRATING_STIM 
PLAID_STIM 
DOT_STIM 
BAR_STIM 
PICTURE_STIM 
MOVIE_STIM 
COMPOUND_STIM 

Definition at line 11 of file visual_stimulus.h.