Kalman Filter

For questions and comments on programming in general. And for any items that don't fit into the forums below.

Moderators: Benj, Mods

Post Reply
ALZA
Posts: 9
Joined: Wed Dec 07, 2011 3:52 pm
Been thanked: 1 time

Kalman Filter

Post by ALZA »

Hi all,
I am trying to perform a Kalman filter to control some variables that come from a gyroscope and an accelerometer. Digging through the forums and found these files that reference the Kalman filter. I tried to attach the code to my project, but I get errors. And could not attach it, or if the compiler can work with arrays, as in the attached code that works with arrays.
If someone could give me a cable would appreciate it.
This type of filter might be attached to Flowcode v5.2, the project would be very useful for working with inertial measurements, where there is much electromagnetic noise.

A greeting
Thanks

MIkel Alza
NOTE: Translated with google
Attachments
KALMAN.H
(2.58 KiB) Downloaded 258 times
KALMAN.C
(8.66 KiB) Downloaded 248 times

User avatar
Enamul
Posts: 1772
Joined: Mon Mar 05, 2012 11:34 pm
Location: Nottingham, UK
Has thanked: 271 times
Been thanked: 814 times

Re: Kalman Filter

Post by Enamul »

Hi,
Can you please describe the complete idea of your filter? We can make a try in that case.
Enamul
Enamul
University of Nottingham
enamul4mm@gmail.com

dazz
Posts: 1314
Joined: Sun Jan 15, 2012 3:15 pm
Has thanked: 474 times
Been thanked: 458 times

Re: Kalman Filter

Post by dazz »

HI

search the forum as i think it was petesmart who recently, put a very good post up about kalman filters

Regards
Dazz
To sign up to the V5 forum follow this link http://www.matrixmultimedia.com/forum_upgrades.php

User avatar
Enamul
Posts: 1772
Joined: Mon Mar 05, 2012 11:34 pm
Location: Nottingham, UK
Has thanked: 271 times
Been thanked: 814 times

Re: Kalman Filter

Post by Enamul »

HI,
yes Dazz..you are right..that's the post
http://www.matrixmultimedia.com/mmforum ... ter#p37776
Enamul
Enamul
University of Nottingham
enamul4mm@gmail.com

Post Reply