Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gitaditee/extended-kalman-filter-algorithms

Kalman filter is an algo for estimating the state of a system for position and the speed of a car using past observation and current un- noising measurement of the system.
https://github.com/gitaditee/extended-kalman-filter-algorithms

algorithms numpy python3

Last synced: about 2 months ago
JSON representation

Kalman filter is an algo for estimating the state of a system for position and the speed of a car using past observation and current un- noising measurement of the system.

Awesome Lists containing this project

README

        

# extended-kalman-filter-algorithms
Kalman filter is an algo for estimating the state of a system for position and the speed of a car using past observation and current un- noising measurement of the system.
• Kalman filter is an algo which takes a series of measurement overtime and then make a prediction off the next measurement and this can be used on so many fields for example-
1. Sensors
2. GPS
• For measuring speed of car after every interval you use instrument but it gives noisy measurement of speed noise can be handled by Gaussian variable.
For statistics and control theory, Kalman filtering, also known as linear quadratic estimation (LQE), is an algorithm that uses a series of measurements observed over time, including statistical noise and other inaccuracies, and produces estimates of unknown variables that tend to be more accurate than those based on a single measurement alone, by estimating a joint probability distribution over the variables for each timeframe.
#Uses/Applications-
The Kalman filter has several applications in technology. Some common applications are: Guidance and navigation of vehicles, particularly aircraft and spacecraft. Robotic motion planning and trajectory adjustment. Position awareness radar sensors for advanced driver assistance systems (ADAS) in autonomous vehicles.