Cypress  1.0
C++ Spiking Neural Network Simulation Framework
Static Public Member Functions | List of all members
cypress::nef::DeltaSigma::ExponentialWindow Struct Reference

#include <delta_sigma.hpp>

Static Public Member Functions

static Real value (Real x)
 
static Real limit (Real eps=1e-6f)
 

Detailed Description

Function representing an exponential decay starting at x = 0.0;

Member Function Documentation

static Real cypress::nef::DeltaSigma::ExponentialWindow::limit ( Real  eps = 1e-6f)
inlinestatic

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.

static Real cypress::nef::DeltaSigma::ExponentialWindow::value ( Real  x)
inlinestatic

Value of the window function at position x. Multiply x with the standard deviation to get values for standard-deviations other than one.

Parameters
xis the position at which the window function should be evaluated.

The documentation for this struct was generated from the following file: