Module signalo_traits::filter[][src]

Filters of a digital signal.

Traits

Filter

Filters accept values of a signal, and produce transformed values. Furthermore, the result of concatenating all the output data is the same as the result of applying the filter over the concatenation of the input data.