FiniteImpulseResponseFilter

Implements a finite impulse response filter.

Constructors

this
this(FiniteImpulseResponse!L* impulseResponse)
Undocumented in source.

Members

Functions

calculate
int calculate(short input)
Undocumented in source. Be warned that the author may not have intended to support it.
calculate
int calculate(short input)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

impulseResponse
FiniteImpulseResponse!L* impulseResponse;

Pointer to the impulse response

Meta