Public Member Functions

MoOnePole Class Reference

One-pole filter. More...

#include <mo_filter.h>

Inheritance diagram for MoOnePole:
MoFilter

List of all members.

Public Member Functions

 MoOnePole (SAMPLE thePole=0.9)
 ~MoOnePole ()
void setB0 (SAMPLE b0)
void setA1 (SAMPLE a1)
void setCoefficients (SAMPLE b0, SAMPLE a1, bool clearState=false)
void setPole (SAMPLE thePole)
SAMPLE tick (SAMPLE input)

Detailed Description

One-pole filter.


Constructor & Destructor Documentation

MoOnePole::MoOnePole ( SAMPLE  thePole = 0.9  ) 
MoOnePole::~MoOnePole (  ) 

Member Function Documentation

void MoOnePole::setA1 ( SAMPLE  a1  )  [inline]
void MoOnePole::setB0 ( SAMPLE  b0  )  [inline]
void MoOnePole::setCoefficients ( SAMPLE  b0,
SAMPLE  a1,
bool  clearState = false 
)
void MoOnePole::setPole ( SAMPLE  thePole  ) 
SAMPLE MoOnePole::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