FIR.nextSample

struct FIR(T)
nothrow @nogc
T
nextSample
()

Return Value

Type: T

Filtered input sample, naive convolution.

Meta