SPUC::cutboost< Numeric, Coeff > Class Template Reference
[SPUC double templatesIIR filters]

IIR structure that can cut or boost signals at a programmed frequency. More...

#include <cutboost.h>

List of all members.

Public Member Functions

 cutboost ()
 cutboost (float_type fp, float_type k2, float_type k0)
 cutboost (float_type fp, float_type k0)
Numeric clock (Numeric x)
void set_depth (float_type k0)
void set_freq (float_type fp)

Public Attributes

allpass_2nd< Numeric, Coeff > ap
float_type k
float_type g
float_type a


Detailed Description

template<class Numeric, class Coeff = float_type>
class SPUC::cutboost< Numeric, Coeff >

IIR structure that can cut or boost signals at a programmed frequency.

Author:
Tony Kirke
cutboost.png


Constructor & Destructor Documentation

template<class Numeric, class Coeff = float_type>
SPUC::cutboost< Numeric, Coeff >::cutboost (  )  [inline]

template<class Numeric, class Coeff = float_type>
SPUC::cutboost< Numeric, Coeff >::cutboost ( float_type  fp,
float_type  k2,
float_type  k0 
) [inline]

template<class Numeric, class Coeff = float_type>
SPUC::cutboost< Numeric, Coeff >::cutboost ( float_type  fp,
float_type  k0 
) [inline]


Member Function Documentation

template<class Numeric, class Coeff = float_type>
Numeric SPUC::cutboost< Numeric, Coeff >::clock ( Numeric  x  )  [inline]

template<class Numeric, class Coeff = float_type>
void SPUC::cutboost< Numeric, Coeff >::set_depth ( float_type  k0  )  [inline]

template<class Numeric, class Coeff = float_type>
void SPUC::cutboost< Numeric, Coeff >::set_freq ( float_type  fp  )  [inline]


Member Data Documentation

template<class Numeric, class Coeff = float_type>
float_type SPUC::cutboost< Numeric, Coeff >::a

template<class Numeric, class Coeff = float_type>
allpass_2nd<Numeric,Coeff> SPUC::cutboost< Numeric, Coeff >::ap

template<class Numeric, class Coeff = float_type>
float_type SPUC::cutboost< Numeric, Coeff >::g

template<class Numeric, class Coeff = float_type>
float_type SPUC::cutboost< Numeric, Coeff >::k


The documentation for this class was generated from the following file:
Generated on Mon Jun 9 19:40:34 2008 for DSPTemplates by  doxygen 1.4.7