public class FirFilter
extends Object
implements stream.Processor
This class implements a simple Fir-Filter. See
http://en.wikipedia.org/wiki/Fir_filter for Details. The coefficients of the
are stored in an array {n, n-1, n-2, ..}. Values outside of the data domain
are treated as zeroes.