Kalman Filter Example

For general Flowcode discussion that does not belong in the other sections.
Post Reply
george_b
Posts: 26
http://meble-kuchenne.info.pl
Joined: Fri Jul 01, 2022 5:00 pm
Has thanked: 13 times
Been thanked: 3 times

Flowcode v10 Kalman Filter Example

Post by george_b »

Hi all!

I would like to use the Kalman Filter compoment. I noticed that there is no examples for this component. However it looks to be simple implementation.

As an input to the KALMAN component i used the DSP Input Digital component and a float as a variable. Also a DSP Digital Output component connected to the output of the KALMAN component.

I am wondering if i need to keep the KALMAN component(Filter) in a continius loop ?

Thanks for your time to reply.

Regards
George



kalman filter.png
kalman filter.png (28.87 KiB) Viewed 99 times

stefan.erni
Valued Contributor
Posts: 1119
Joined: Wed Dec 02, 2020 10:53 am
Has thanked: 214 times
Been thanked: 232 times

Re: Kalman Filter Example

Post by stefan.erni »

Hi George

Here is an example of my filter. You should do this with every value.
2025-11-24_10-06-32.PNG
2025-11-24_10-06-32.PNG (156.26 KiB) Viewed 88 times

george_b
Posts: 26
Joined: Fri Jul 01, 2022 5:00 pm
Has thanked: 13 times
Been thanked: 3 times

Re: Kalman Filter Example

Post by george_b »

Thank you for your time and your reply, I really appreciate it.


Regards
George

Post Reply