LowPassExpEuler Class Reference
List of all members.
Public Member Functions |
| LowPassExpEuler (const double ×tep, const double &h, const double &tau) |
void | update (const double &in, double &g) const |
| update using exp euler
|
void | update_nodecay_input (const double &in, double &g) const |
| update without applying the decay factor to the input using fwd euler
|
Public Attributes |
double | H |
double | Tau |
Static Public Attributes |
static const SimUnit::RateType | RateType = SimUnit::STRICT |
Detailed Description
Definition at line 98 of file LowPass.H.
Member Function Documentation
void LowPassExpEuler::update |
( |
const double & |
in, |
|
|
double & |
g | |
|
) |
| | const [inline] |
update using exp euler
Definition at line 109 of file LowPass.H.
void LowPassExpEuler::update_nodecay_input |
( |
const double & |
in, |
|
|
double & |
g | |
|
) |
| | const [inline] |
update without applying the decay factor to the input using fwd euler
Definition at line 116 of file LowPass.H.
The documentation for this class was generated from the following file: