MedianFilter

Can be very useful when filtering values with outliers. For what it's meant to do, excellent phase response.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

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

Meta