Struct signalo_filters::observe::alpha_beta::Config[][src]

pub struct Config<T> {
    pub alpha: T,
    pub beta: T,
}
Expand description

The alpha-beta filter’s configuration.

Note: Values of alpha and beta typically are adjusted experimentally. In general, larger alpha and beta gains tend to produce faster response for tracking transient changes, while smaller alpha and beta gains reduce the level of noise in the state estimates.

Coefficients:

  • alpha: the alpha coefficient
  • beta: the beta coefficient

Fields

alpha: T

Alpha coefficient

beta: T

Beta coefficient

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

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.

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.