Module signalo_filters::filter [] [src]

Implementations of trait Filter.

Re-exports

pub use self::convolve::Convolve;

Modules

convolve

Convolution filters.

dichotomy

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

kalman

Kalman filters.

mean

Mean filters.

median

Median 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.