|
openCARP
Doxygen code documentation for the open cardiac electrophysiology simulator openCARP
|
#include <Filter.h>
Public Member Functions | |
| IIR_Filt () | |
| virtual | ~IIR_Filt () |
| template<class T , class U > | |
| void | apply (T *, U *, int) |
Protected Attributes | |
| int * | _c |
| long double * | _d |
| int | _n |
| long double | _sf |
| void IIR_Filt::apply | ( | T * | x, |
| U * | y, | ||
| int | sz | ||
| ) |