Docs.rs
  • kfilter-0.4.0
    • kfilter 0.4.0
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • domw95
    • Dependencies
      • defmt ^1.0.1 normal optional
      • nalgebra ^0.33.0 normal
      • serde ^1.0.204 normal optional
      • rand ^0.8.5 dev
      • rand_distr ^0.4.3 dev
    • Versions
    • 100% of the crate is documented
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

kfilter0.4.0

Crate Items

  • Structs
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • kalman::Kalman
  • kalman::Kalman1M
  • measurement::LinearMeasurement
  • measurement::NonLinearMeasurement
  • system::LinearNoInputSystem
  • system::LinearSystem
  • system::NonLinearSystem
  • system::StepReturn

Traits

  • kalman::KalmanFilter
  • kalman::KalmanPredict
  • kalman::KalmanPredictInput
  • kalman::KalmanUpdate
  • measurement::Measurement
  • system::InputSystem
  • system::NoInputSystem
  • system::System

Functions

  • system::zero_order_hold

Type Aliases

  • kalman::EKF
  • kalman::EKF1M
  • kalman::Kalman1MLinear
  • kalman::Kalman1MLinearNoInput
  • kalman::KalmanLinear
  • kalman::KalmanLinearNoInput
  • measurement::Prediction
  • system::StepFunction