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

#include <Filter.h>

Inheritance diagram for Butterworth:
Collaboration diagram for Butterworth:

Public Member Functions

 Butterworth (int, double, double h=0)
 
- Public Member Functions inherited from IIR_Filt
 IIR_Filt ()
 
virtual ~IIR_Filt ()
 
template<class T , class U >
void apply (T *, U *, int)
 

Additional Inherited Members

- Protected Attributes inherited from IIR_Filt
int * _c
 
long double * _d
 
int _n
 
long double _sf
 

Detailed Description

Definition at line 54 of file Filter.h.

Constructor & Destructor Documentation

◆ Butterworth()

Butterworth::Butterworth ( int  order,
double  low,
double  upper = 0 
)

make a Butterworth filter

Parameters
nfilter order
lownormalized lower frequency cutoff
uppernormalized upper frequency cutoff
Note
a low pass filter is made if low ==0, a high pass is high is 0 and a band pass otherwise

Definition at line 32 of file Filter.cc.


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