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 an exponential decay starting at x = 0.0;
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. |