openCARP
Doxygen code documentation for the open cardiac electrophysiology simulator openCARP
Public Member Functions | Protected Attributes | List of all members
IIR_Filt Class Reference

#include <Filter.h>

Inheritance diagram for IIR_Filt:
Collaboration diagram for IIR_Filt:

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
 

Detailed Description

Definition at line 25 of file Filter.h.

Constructor & Destructor Documentation

◆ IIR_Filt()

IIR_Filt::IIR_Filt ( )
inline

Definition at line 27 of file Filter.h.

◆ ~IIR_Filt()

virtual IIR_Filt::~IIR_Filt ( )
inlinevirtual

Definition at line 28 of file Filter.h.

Member Function Documentation

◆ apply()

template<class T , class U >
void IIR_Filt::apply ( T *  x,
U *  y,
int  sz 
)

Definition at line 39 of file Filter.h.

Here is the caller graph for this function:

Member Data Documentation

◆ _c

int* IIR_Filt::_c
protected

Definition at line 32 of file Filter.h.

◆ _d

long double* IIR_Filt::_d
protected

Definition at line 33 of file Filter.h.

◆ _n

int IIR_Filt::_n
protected

Definition at line 34 of file Filter.h.

◆ _sf

long double IIR_Filt::_sf
protected

Definition at line 35 of file Filter.h.


The documentation for this class was generated from the following file: