From c6eb727e560bc65e427b9157ff90755a0d1c1a8e Mon Sep 17 00:00:00 2001 From: Andreas Tsouchlos Date: Mon, 11 Apr 2022 07:33:11 +0000 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a756710..ab7a09e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Kalman Filter +# Python Kalman Filter -In this project, a simple linear Kalman Filter is implemented. +A simple Kalman Filter implementation in Python ## Usage @@ -10,4 +10,4 @@ From the root directory of this repository run python -m kalman_filter ``` -All parameters influencing the Kalman Filter and simulation can be modified in `kalman_filter/__main__.py` \ No newline at end of file +All parameters influencing the Kalman Filter and simulation can be modified in `kalman_filter/__main__.py`