FIR

Destructor

A destructor is present on this object, but not explicitly documented in the source.

Postblit

A postblit is present on this object, but not explicitly documented in the source.

Members

Functions

impulse
inout(T)[] impulse()
initialize
void initialize(int sizeOfImpulse)

Initializes the FIR filter. It's up to you to fill the impulse with something worthwhile.

nextSample
T nextSample(T input)

Meta