Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

help needed - Kalman filter understanding

Status
Not open for further replies.

jshroff

Advanced Member level 4
Joined
Apr 30, 2004
Messages
115
Helped
14
Reputation
28
Reaction score
0
Trophy points
1,296
Activity points
935
Hello all,

I have a small RC motorcycle that I would like to learn how to balance using a servo to steer and a Gyro & Accelerometer as sensor.

http://cvs.sourceforge.net/viewcvs.py/autopilot/onboard/rev2/ this link shows a Kalman filter implementation, but although I tried following the code I am having a hard time. Can anyone explain what's going on?

Thanks
 

What exactly you do not understand about KF? PM me. However I shall be very late in answering any queries.brmadhukar
 

Kalman filters are usually used to estimate the 'states' of a system.
The states of a system are defined as the information needed to predict the future response of the system given the future inputs. Many times it is not possible or too expensive to measure all of the system states, or they are corrupted by noise.

Hence they must be estimated. The kalman filter is an optimal estimator, which uses the measured outputs, and process inputs to estimate the states. IT is useful because it allows a recursive solution.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top