Code Monkey home page Code Monkey logo

Comments (4)

wouterbulten avatar wouterbulten commented on May 24, 2024

Hi!

Did you by any chance read my blog articles on this subject?

https://wouterbulten.nl/blog/tech/lightweight-javascript-library-for-noise-filtering/
https://wouterbulten.nl/blog/tech/kalman-filters-explained-removing-noise-from-rssi-signals/

Maybe that can be a good starting point. Let me know if you need more info!

from kalmanjs.

RobertSmart avatar RobertSmart commented on May 24, 2024

I have read both those articles, and they are very good. I was just unsure about how to use the accuracy figure as a weighting for the coordinates?

Also i understand there is a motion value that can be applied. Can this be changed dynamically as the feature stops and starts moving, or is it set once at initialisation?

from kalmanjs.

wouterbulten avatar wouterbulten commented on May 24, 2024

If your state is a 3D position vector (which I'll guess it is) you will need a multi-dimensional Kalman filter. You then have a covariance matrix instead of a scalar value for the uncertainty. This library is only suitable for 1D data so that will only help you if you want to predicted traveled distance (or any other scalar).

Yes, motion can be dynamic :) You will have a transition function that calculates a new state based on the previous state and some control vectors. In my article these are A and B. In robotics these are often used to process motion commands (e.g. "forward for 10 seconds"):

xt=At_xt−1+Bt_ut+ϵ

I'm closing the issue for now as it is more of a "kalman filter question" then something directly related to this lib. Feel free to add a comment to any of my articles if you need any additional information, I'm glad to help. There are also some comments from other users/researchers that have similar problems as you! 😀

from kalmanjs.

RobertSmart avatar RobertSmart commented on May 24, 2024

Thanks very much for the information.

from kalmanjs.

Related Issues (11)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.