Public Member Functions

MoPoleZero Class Reference

One-pole, one-zero filter. More...

#include <mo_filter.h>

Inheritance diagram for MoPoleZero:
MoFilter

List of all members.

Public Member Functions

 MoPoleZero ()
 ~MoPoleZero ()
void setB0 (SAMPLE b0)
void setB1 (SAMPLE b1)
void setA1 (SAMPLE a1)
void setCoefficients (SAMPLE b0, SAMPLE b1, SAMPLE a1, bool clearState=false)
void setAllpass (SAMPLE coefficient)
void setBlockZero (SAMPLE thePole=0.99)
SAMPLE tick (SAMPLE input)

Detailed Description

One-pole, one-zero filter.


Constructor & Destructor Documentation

MoPoleZero::MoPoleZero (  ) 
MoPoleZero::~MoPoleZero (  ) 

Member Function Documentation

void MoPoleZero::setA1 ( SAMPLE  a1  )  [inline]
void MoPoleZero::setAllpass ( SAMPLE  coefficient  ) 
void MoPoleZero::setB0 ( SAMPLE  b0  )  [inline]
void MoPoleZero::setB1 ( SAMPLE  b1  )  [inline]
void MoPoleZero::setBlockZero ( SAMPLE  thePole = 0.99  ) 
void MoPoleZero::setCoefficients ( SAMPLE  b0,
SAMPLE  b1,
SAMPLE  a1,
bool  clearState = false 
)
SAMPLE MoPoleZero::tick ( SAMPLE  input  ) 

The documentation for this class was generated from the following files:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines