Cypress  1.0
C++ Spiking Neural Network Simulation Framework
Namespaces | Functions
spike_time_generators.hpp File Reference
#include <cypress/core/types.hpp>
#include <vector>
Include dependency graph for spike_time_generators.hpp:
This graph shows which files directly or indirectly include this file:

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)
 

Detailed Description

Contains some methods for the generation of spike times.

Author
Andreas Stöckel