LowPassFilter< RateFunc, IntType > Class Template Reference
List of all members.
Public Member Functions |
| LowPassFilter (const double &tau, const double &h, const SimTime ×tep, const std::string &name="Lowpass", const std::string &units="pA") |
| Constructor with default params.
|
| LowPassFilter (const double &tau, const double &h, const double ¶m1, const SimTime ×tep, const std::string &name="Lowpass", const std::string &units="pA") |
| Constructor with default params, overload for RateFuncs with 1 param.
|
| LowPassFilter (const double &tau, const double &h, const double ¶m1, const double ¶m2, const SimTime ×tep, const std::string &name="Lowpass", const std::string &units="pA") |
| Constructor with default params, overload for RateFuncs with 2 param.
|
| ~LowPassFilter () |
| destructor
|
const double | getDisplayOutput () const |
| get the display output
|
Detailed Description
template<class RateFunc = RateFunctions::EmptyFunction, class IntType = LowPassExpEuler>
class LowPassFilter< RateFunc, IntType >
Definition at line 327 of file LowPass.H.
Constructor & Destructor Documentation
template<class RateFunc , class IntType >
Constructor with default params.
Definition at line 433 of file LowPass.H.
template<class RateFunc , class IntType >
Constructor with default params, overload for RateFuncs with 1 param.
Definition at line 445 of file LowPass.H.
template<class RateFunc , class IntType >
Constructor with default params, overload for RateFuncs with 2 param.
Definition at line 458 of file LowPass.H.
template<class RateFunc = RateFunctions::EmptyFunction, class IntType = LowPassExpEuler>
Member Function Documentation
template<class RateFunc , class IntType >
const double LowPassFilter< RateFunc, IntType >::getDisplayOutput |
( |
|
) |
const [inline, virtual] |
The documentation for this class was generated from the following file: