Public Member Functions

MoTwoZero Class Reference

Two-zero filter. More...

#include <mo_filter.h>

Inheritance diagram for MoTwoZero:
MoFilter

List of all members.

Public Member Functions

 MoTwoZero ()
 ~MoTwoZero ()
void setB0 (SAMPLE b0)
void setB1 (SAMPLE b1)
void setB2 (SAMPLE b2)
void setNotch (SAMPLE freq, SAMPLE radius)
void setCoefficients (SAMPLE b0, SAMPLE b1, SAMPLE b2, bool clearState=false)
SAMPLE tick (SAMPLE input)

Detailed Description

Two-zero filter.


Constructor & Destructor Documentation

MoTwoZero::MoTwoZero (  ) 
MoTwoZero::~MoTwoZero (  ) 

Member Function Documentation

void MoTwoZero::setB0 ( SAMPLE  b0  )  [inline]
void MoTwoZero::setB1 ( SAMPLE  b1  )  [inline]
void MoTwoZero::setB2 ( SAMPLE  b2  )  [inline]
void MoTwoZero::setCoefficients ( SAMPLE  b0,
SAMPLE  b1,
SAMPLE  b2,
bool  clearState = false 
)
void MoTwoZero::setNotch ( SAMPLE  freq,
SAMPLE  radius 
)
SAMPLE MoTwoZero::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