Page 1 of 1

Kalman Filter Example

Posted: Mon Nov 24, 2025 8:45 am
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 100 times

Re: Kalman Filter Example

Posted: Mon Nov 24, 2025 9:10 am
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 89 times

Re: Kalman Filter Example

Posted: Tue Nov 25, 2025 10:20 pm
by george_b
Thank you for your time and your reply, I really appreciate it.


Regards
George