33 void process(
double* src,
double* dst,
unsigned int length );
Zero-phase digital filter, implemented by processing the data through a filter specified by the given...
void process(double *src, double *dst, unsigned int length)
void initialise(FilterConfig Config)
FilterConfig m_filterConfig
double * m_filtScratchOut
Digital filter specified through FilterConfig structure.