#include "auryn_definitions.h"
#include "AurynVector.h"
#include "System.h"
#include "SpikingGroup.h"
#include <boost/random/mersenne_twister.hpp>
#include <boost/random/uniform_01.hpp>
#include <boost/random/uniform_real.hpp>
#include <boost/random/uniform_int.hpp>
#include <boost/random/exponential_distribution.hpp>
#include <boost/random/normal_distribution.hpp>
#include <boost/random/variate_generator.hpp>
Go to the source code of this file.
|
class | auryn::StimulusGroup |
| Provides a poisson stimulus at random intervals in one or more predefined subsets of the group that are read from a file. More...
|
|
◆ SOFTSTARTTIME
#define SOFTSTARTTIME 0.1 |