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

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

Template Class for Chebyshev low pass iir filter. More...

#include <chebyshev.h>

Collaboration diagram for SPUC::chebyshev< Numeric >:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 chebyshev (double fcd, long ord=1, double ripple=3.0)
 ~chebyshev ()
 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::chebyshev< Numeric >

Template Class for Chebyshev low pass iir filter.

Chebyshev low pass filter. Specify cut-off, order and passband ripple on construction Filter is bilinear transformation of analog chebyshev


Constructor & Destructor Documentation

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

Constructor, fcd = cut-off (1=sampling rate) ord = Filter order ripple = passband ripple in dB

wca - pre-warped angular frequency

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

Destructor.


Member Function Documentation

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

Clock in sample and get output.

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

print coefficients

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

Reset history.


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