Struct signalo_filters::observe::kalman::Kalman[][src]

pub struct Kalman<T> { /* fields omitted */ }
Expand description

A 1-dimensional kalman filter.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

The filter’s configuration.

Returns the config.

Returns a reference to the config.

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

The filter’s output type.

Processes the input value, returning a corresponding output.

The filter’s output type.

Processes the input value, returning a corresponding output.

Constructs a value from its guts.

The type’s guts.

Destructures a value into its guts.

Returns an instance with a freshly reset internal state.

The filter’s internal state.

Returns a mutable reference to the internal state of the filter. Read more

The return type of fn with_config(…).

Creates an instance from a given config.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Constructs a value from its guts, without checking invariants.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.