Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Vy Nguyen committed May 2, 2013
1 parent 6bf26ae commit 7015111
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
Noise-Filter (For UMass Boston's indoor-localisation project)
-----------------
Provided a set of locations which might or might not be the true locations of the object, the program will be able to filter out some noise and return a list of corrected values


Notes:
--------
- This API should only be used to track an object whose motion could be described with a fixed model (In other words, the moving object must belong to a (linear) dynamical system).

Problem needs solving
---------
- In real life, it's hard to find a fixed model to describe an object's motion. That is, most 'natural' motions (a person walking, for instance) are relatively unpredictable, and can't always be correlated to a fixed set of equations!
Other kind of filter(s) would be needed....
- (Should replace the Kalman Filter with something else?)

Current Achievement:
----------
http://www.cs.umb.edu/~vngu0510/java/kalmanfilter/data/graphs/SampleGraph.pdf

0 comments on commit 7015111

Please sign in to comment.