Cypress
1.0
C++ Spiking Neural Network Simulation Framework
|
Go to the source code of this file.
Namespaces | |
cypress | |
cypress::spikes | |
Functions | |
std::vector< Real > | cypress::spikes::poisson (Real t_start, Real t_end, Real rate) |
std::vector< Real > | cypress::spikes::constant_interval (Real t_start, Real t_end, Real interval, Real sigma=0.0) |
std::vector< Real > | cypress::spikes::constant_frequency (Real t_start, Real t_end, Real frequency, Real sigma=0.0) |
Contains some methods for the generation of spike times.