Ardour
9.0-pre0-386-g96ef4d20f2
|
#include <FiltFilt.h>
Public Member Functions | |
FiltFilt (Filter::Parameters) | |
virtual | ~FiltFilt () |
void | reset () |
void | process (double *src, double *dst, unsigned int length) |
Private Attributes | |
Filter | m_filter |
int | m_ord |
Zero-phase digital filter, implemented by processing the data through a filter specified by the given filter parameters (see Filter) and then processing it again in reverse.
Definition at line 26 of file FiltFilt.h.
FiltFilt::FiltFilt | ( | Filter::Parameters | ) |
|
virtual |
void FiltFilt::process | ( | double * | src, |
double * | dst, | ||
unsigned int | length | ||
) |
void FiltFilt::reset | ( | ) |
|
private |
Definition at line 36 of file FiltFilt.h.
|
private |
Definition at line 37 of file FiltFilt.h.