Module signalo_filters::sink[][src]

Implementations of trait Sink.

Structs

Bounds

A sink that computes the min and max of all received values of a signal.

Integrate

A sink that computes the integrate of all received values of a signal.

Last

A sink that memorizes the most recently received value of a signal.

Max

A sink that computes the max and max of all received values of a signal.

Mean

A sink that computes the mean and variance of all received values of a signal.

MeanVariance

A sink that computes the mean and variance of all received values of a signal.

Min

A sink that computes the min and max of all received values of a signal.