{"id":18565583,"url":"https://github.com/leech001/simplekalman","last_synced_at":"2025-04-10T04:32:58.623Z","repository":{"id":56839264,"uuid":"332864041","full_name":"leech001/SimpleKalman","owner":"leech001","description":"A project to implement a one-dimensional Kalman filter in Dart language","archived":false,"fork":false,"pushed_at":"2023-03-26T16:35:25.000Z","size":58,"stargazers_count":14,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-24T16:26:42.149Z","etag":null,"topics":["dart","filter","flutter","kalman"],"latest_commit_sha":null,"homepage":"https://pub.dev/packages/simple_kalman","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"wtfpl","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/leech001.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-01-25T19:46:02.000Z","updated_at":"2024-10-19T19:07:31.000Z","dependencies_parsed_at":"2022-08-29T04:52:46.686Z","dependency_job_id":null,"html_url":"https://github.com/leech001/SimpleKalman","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leech001%2FSimpleKalman","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leech001%2FSimpleKalman/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leech001%2FSimpleKalman/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leech001%2FSimpleKalman/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/leech001","download_url":"https://codeload.github.com/leech001/SimpleKalman/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248157679,"owners_count":21057053,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dart","filter","flutter","kalman"],"created_at":"2024-11-06T22:19:27.401Z","updated_at":"2025-04-10T04:32:58.300Z","avatar_url":"https://github.com/leech001.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple Kalman\n\nA project to implement a one-dimensional [Kalman filter](https://en.wikipedia.org/wiki/Kalman_filter) in Dart language\n\n![photo](https://raw.githubusercontent.com/leech001/SimpleKalman/main/img/kalman.png)\n\n#### Example usage:\n\nCreate Kalman filter\n\n```dart\nimport 'package:simple_kalman/simple_kalman.dart';\n\nvoid main() {\n  final _data = \u003cint\u003e[127, 0, 133, 136, 139, 256, 145, 148, 151];\n  \n  final kalman = SimpleKalman(errorMeasure: 256, errorEstimate: 150, q: 0.9);\n  for (final value in _data) {\n    print('Origin: $value Filtered: ${kalman.filtered(value.toDouble())}');\n  }\n```\n\n\n## Changelog  \n  \nRefer to the [Changelog](https://github.com/leech001/SimpleKalman/blob/main/CHANGELOG.md) to get all release notes.  \n  \n  \n## Features and bugs  \n  \nPlease file feature requests and bugs at the [issue tracker][tracker].\n  \n[tracker]: https://github.com/leech001/SimpleKalman/issues\n  \n  \n## License  \n  \n[WTFPL](https://github.com/leech001/SimpleKalman/blob/main/LICENSE)  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleech001%2Fsimplekalman","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleech001%2Fsimplekalman","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleech001%2Fsimplekalman/lists"}