|
void | configureFilter (unsigned int pOrder, const std::vector< float > &pWeightsIn, const std::vector< float > &pWeightsOut, float pDcGain) |
| Configure the digital filter. More...
|
|
void | resetFilter () |
| Reset the processing of the filter.
|
|
float | processFilter (float pInputData) |
| Process a step of the filter. More...
|
|
Definition at line 22 of file digitalfilter.h.
AL::Math::DSP::DigitalFilter::configureFilter |
( |
unsigned int |
pOrder, |
|
|
const std::vector< float > & |
pWeightsIn, |
|
|
const std::vector< float > & |
pWeightsOut, |
|
|
float |
pDcGain |
|
) |
| |
Configure the digital filter.
- Parameters
-
order | The order of the filter |
weightsIn | A vector of float describing weights applied on input vector |
weightsOut | A vector of float describing weights applied on output vector |
dcGain | Static gain of the filter |
float AL::Math::DSP::DigitalFilter::processFilter |
( |
float |
pInputData | ) |
|
Process a step of the filter.
- Parameters
-
The documentation for this class was generated from the following file: