LowPassFwdEuler Class Reference
List of all members.
Public Member Functions |
| LowPassFwdEuler (const double ×tep, const double &h, const double &tau) |
void | update (const double &in, double &g) const |
| update using fwd 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::NORMAL |
Detailed Description
Definition at line 70 of file LowPass.H.
Member Function Documentation
void LowPassFwdEuler::update |
( |
const double & |
in, |
|
|
double & |
g | |
|
) |
| | const [inline] |
update using fwd euler
Definition at line 81 of file LowPass.H.
void LowPassFwdEuler::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 85 of file LowPass.H.
The documentation for this class was generated from the following file: