FIR

Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Postblit

this(this)
this(this)
Undocumented in source.

Members

Functions

applyWindow
void applyWindow(WindowDesc windowDesc)
Undocumented in source. Be warned that the author may not have intended to support it.
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.

nextBuffer
void nextBuffer(T* input, T* output, int samples)
Undocumented in source. Be warned that the author may not have intended to support it.
nextSample
T nextSample(T input)

Meta