bachagas / Kalman

A simplified one dimensional Kalman filter implementation for Arduino.
93 stars 41 forks source link

Multiple variable #3

Open ozkar100 opened 6 years ago

ozkar100 commented 6 years ago

Hello, how can i aply this to more than one variable?

bachagas commented 5 years ago

Hi! Sorry the delay... It's been a long time since I tinkered with this project, but I guess you could create multiple instances (objects) of the Kalman filter class, each one to handle a variable you want to filter. Does it help? Best,