Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

SPUC::butterworth< Numeric > Class Template Reference
[IIR filters]

Template Class for Butterworth iir filter. More...

#include <butterworth.h>

Collaboration diagram for SPUC::butterworth< Numeric >:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 butterworth (double fcd, long ord=1, double amax=3.0)
 ~butterworth ()
 Destructor.
void reset ()
 Reset history.
void print ()
 print coefficients
Numeric clock (Numeric in)
 Clock in sample and get output.

Detailed Description

template<class Numeric>
class SPUC::butterworth< Numeric >

Template Class for Butterworth iir filter.

Butterworth low pass filter. Specify cut-off, order and Attenuation at cut-off on construction Filter is bilinear transformation of analog butterworth


Constructor & Destructor Documentation

template<class Numeric>
SPUC::butterworth< Numeric >::butterworth double  fcd,
long  ord = 1,
double  amax = 3.0
[inline]
 

Constructor, fcd = cut-off (1=sampling rate) ord = Filter order amax = attenuation at cut-off

template<class Numeric>
SPUC::butterworth< Numeric >::~butterworth  )  [inline]
 

Destructor.


Member Function Documentation

template<class Numeric>
Numeric SPUC::butterworth< Numeric >::clock Numeric  in  )  [inline]
 

Clock in sample and get output.

template<class Numeric>
void SPUC::butterworth< Numeric >::print  )  [inline]
 

print coefficients

template<class Numeric>
void SPUC::butterworth< Numeric >::reset void   )  [inline]
 

Reset history.


The documentation for this class was generated from the following file:
Generated on Fri Sep 16 11:08:36 2005 for spuc by  doxygen 1.4.4