Cypress
1.0
C++ Spiking Neural Network Simulation Framework
|
#include <delta_sigma.hpp>
Static Public Member Functions | |
static Real | value (Real x) |
static Real | limit (Real eps=1e-6f) |
Function representing a Gaussian window normalised to a range from zero to one with a standard-deviation of one. Convoluting a spike train with this Window function corresponds to calculating a sliding average firing rate.
Returns the value of x for which until the value of the window function reaches "epsilon". Multiply the result with the standard deviation to get values for standard-deviations other than one.
Value of the window function at position x. Multiply x with the standard deviation to get values for standard-deviations other than one.
x | is the position at which the window function should be evaluated. |