{ "info": { "author": "Kenichi SHIRAKAWA", "author_email": "shirakawa.kenichi@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Programming Language :: Python", "Programming Language :: Python :: 3", "Topic :: Scientific/Engineering", "Topic :: Software Development :: Libraries" ], "description": "**********************************************************************************\nminidemoKalmanFilter - Minimal Demo. of Kalman Filters (Linear/Extended/Unscented)\n**********************************************************************************\n\nProvides\n 1. Minimal Kalman Filter classes (Linear, Extended and Unscented).\n 2. Interactive demonstration and it's snapshot.\n \nThis package is very simple, and may suitable for educational use.\n | About 100 executable lines for LKF/EKF/UKF totally.\n | Demo program will show you the essence (assumption and limitation)\n | of Kalman Filter.\n\nFiles\n-----\n\n``filter.py``\n An implementation of minimal Kalman Filter (LKF/EKF/UKF included).\n\nDemos\n-----\n\nInteractive demo\n^^^^^^^^^^^^^^^^\n\nInteractive style demo requires ``numpy`` and ``matplotlib``.\nTouch sliders to change the parameter of the filter,\nand you will find the estimated results updated on your screen.\nSome snapshots are included in the package directory (snapshot_*.png).\n\n::\n\n python demo_ukf_gui.py\n\nBatch demo\n^^^^^^^^^^\n\nBatch style demo (console version) requires ``numpy``.\nThis demo estimates the position and velocity of 2-dimensinal \nlinear uniform motion, and output results to the console.\nYou can choose the filter class (LKF,EKF,UKF) by comman line.\n\nLKF, EFK and UKF gives almost same reseults for such a linear \nproblem here. Please extend significiant of output to confirm \nthe differences.\n\n::\n\n python demo_ukf.py > out_ukf.txt\n\nRequirements\n------------\n\nUses NumPy and Matplotlib(for interactive demo).\n\nLicense\n-------\n\nCopyright (c) 2018 Kenich SHIRAKAWA\n\nThis is licensed under MIT license.\nSee Licence.txt for more information.\n\nThanks\n------\n\nThe basic design of unscented transformation class is based on \nthe Sam Burden's work (see https://github.com/sburden/uk ukf.py).", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/sken10/minidemoKalmanFilter", "keywords": "Kalman UKF EKF LKF", "license": "MIT License", "maintainer": "", "maintainer_email": "", "name": "minidemoKalmanFilter", "package_url": "https://pypi.org/project/minidemoKalmanFilter/", "platform": "", "project_url": "https://pypi.org/project/minidemoKalmanFilter/", "project_urls": { "Homepage": "https://github.com/sken10/minidemoKalmanFilter" }, "release_url": "https://pypi.org/project/minidemoKalmanFilter/1.0.1/", "requires_dist": null, "requires_python": "", "summary": "minidemoKalmanFilter - Minimal Demo. of Kalman Filters (Linear/Extended/Unscented)", "version": "1.0.1" }, "last_serial": 3559676, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "03ad36655b41595ffc7e8a9cc589d8e4", "sha256": "a214e5d555a24fdb8a600951cd2d88811303d2da41711619b2e9e44a076799e0" }, "downloads": -1, "filename": "minidemoKalmanFilter-1.0.0.tar.gz", "has_sig": false, "md5_digest": "03ad36655b41595ffc7e8a9cc589d8e4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3572, "upload_time": "2018-01-28T06:16:06", "url": "https://files.pythonhosted.org/packages/5b/ae/42ecfb337554d48a4eda5a79463d8c6d207883a64019e1c1e85448372217/minidemoKalmanFilter-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "e375336040633e7e57f87772c3b19f0a", "sha256": "81cc5d7afa63adfe3ed7a89dc04d5ae1945ae52221ffc90cbac6b8f36fe4e5e8" }, "downloads": -1, "filename": "minidemoKalmanFilter-1.0.1.tar.gz", "has_sig": false, "md5_digest": "e375336040633e7e57f87772c3b19f0a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 213635, "upload_time": "2018-02-07T09:09:21", "url": "https://files.pythonhosted.org/packages/7f/17/f557ac1ede13cea4003a9585413356d21a3e0e7a02cc1b8ccc00dfa464e4/minidemoKalmanFilter-1.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e375336040633e7e57f87772c3b19f0a", "sha256": "81cc5d7afa63adfe3ed7a89dc04d5ae1945ae52221ffc90cbac6b8f36fe4e5e8" }, "downloads": -1, "filename": "minidemoKalmanFilter-1.0.1.tar.gz", "has_sig": false, "md5_digest": "e375336040633e7e57f87772c3b19f0a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 213635, "upload_time": "2018-02-07T09:09:21", "url": "https://files.pythonhosted.org/packages/7f/17/f557ac1ede13cea4003a9585413356d21a3e0e7a02cc1b8ccc00dfa464e4/minidemoKalmanFilter-1.0.1.tar.gz" } ] }