libalmath  2.1.4.13
 All Classes Namespaces Functions Variables Typedefs Groups Pages
Public Member Functions | List of all members
AL::Math::DSP::DigitalFilter Class Reference

Public Member Functions

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...
 

Detailed Description

Definition at line 22 of file digitalfilter.h.

Member Function Documentation

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
orderThe order of the filter
weightsInA vector of float describing weights applied on input vector
weightsOutA vector of float describing weights applied on output vector
dcGainStatic gain of the filter
float AL::Math::DSP::DigitalFilter::processFilter ( float  pInputData)

Process a step of the filter.

Parameters
inSignal input

The documentation for this class was generated from the following file: