#include "ModelNeuron/SimUnit.H"
#include <cmath>
Go to the source code of this file.
Classes | |
class | LowPassFwdEuler |
class | LowPassExpEuler |
struct | RateFunctions::EmptyFunction |
struct | RateFunctions::FullRectifyFunction |
struct | RateFunctions::RectifyFunction |
struct | RateFunctions::MaxRectFunction |
struct | RateFunctions::StepFunction |
struct | RateFunctions::LogThreshFunction |
struct | RateFunctions::SigmoidFunction |
class | LowPassFilter< RateFunc, IntType > |
Typedefs | |
typedef LowPassFilter < RateFunctions::EmptyFunction, LowPassExpEuler > | LowPass |
typedef LowPassFilter < RateFunctions::RectifyFunction, LowPassExpEuler > | LowPassRectify |
typedef LowPassFilter < RateFunctions::FullRectifyFunction, LowPassExpEuler > | LowPassFullRectify |
typedef LowPassFilter < RateFunctions::StepFunction, LowPassExpEuler > | LowPassStep |
typedef LowPassFilter < RateFunctions::MaxRectFunction, LowPassExpEuler > | LowPassMaxRect |
typedef LowPassFilter < RateFunctions::LogThreshFunction, LowPassExpEuler > | LowPassLog |
typedef LowPassFilter < RateFunctions::SigmoidFunction, LowPassExpEuler > | LowPassSigmoid |
Class declarations for temporal low-pass filter implemented as first-order differential with a possible firing rate function
Definition in file LowPass.H.