BurgerLib
Functions
pkvorbisiir.cpp File Reference
#include "pkvorbisiir.h"
#include "clstdlib.h"
#include "mmmemory.h"
Include dependency graph for pkvorbisiir.cpp:

Functions

void BURGER_API IIRStateInit (IIRState_t *s, int stages, float gain, const float *A, const float *B)
void BURGER_API IIRStateDestroy (IIRState_t *s)
void BURGER_API IIRStateReset (IIRState_t *s)
float BURGER_API IIRStateFilter (IIRState_t *s, float input)
float BURGER_API IIRStateFilterBand (IIRState_t *s, float input)

Function Documentation

float BURGER_API IIRStateFilter ( IIRState_t s,
float  input 
)
float BURGER_API IIRStateFilterBand ( IIRState_t s,
float  input 
)
void BURGER_API IIRStateInit ( IIRState_t s,
int  stages,
float  gain,
const float *  A,
const float *  B 
)