Module signalo_filters::filter[][src]

Implementations of trait Filter.

Modules

classify

Filters that map a signal onto a fixed set of discrete values (e.g. on, off).

convolve

Convolution filters.

hampel

Moving median filters.

mean

Mean (aka "average") filters.

median

Moving median filters.

observe

State observing filters.

ops

Arithmetic operation filters.

Structs

Differentiate

A filter that produces the derivative of the signal.

Identity

A filter that simply returns the values it receives.