Commit 947df105b8622d99167beca7cae9c29d015d87d7
1 parent
3db7469e
update readme
Showing
2 changed files
with
6 additions
and
1 deletions
Show diff stats
README.mk
@@ -2,3 +2,9 @@ | @@ -2,3 +2,9 @@ | ||
2 | Achille Dantz <achille@dantz.fr> | 2 | Achille Dantz <achille@dantz.fr> |
3 | 3 | ||
4 | This program aims to compute the approximate location of a mobile terminal for a known set of Wi-Fi accesspoints in an ideal 12x12m space for which we have 9 fingerprinting values (known RSSI for each accesspoint at a given location) | 4 | This program aims to compute the approximate location of a mobile terminal for a known set of Wi-Fi accesspoints in an ideal 12x12m space for which we have 9 fingerprinting values (known RSSI for each accesspoint at a given location) |
5 | + | ||
6 | +Documentation : https://dantz.fr/LO53/structure.html | ||
7 | + | ||
8 | +Example Output : | ||
9 | + | ||
10 | + | ||
5 | \ No newline at end of file | 11 | \ No newline at end of file |
main.py
@@ -39,7 +39,6 @@ def main(args): | @@ -39,7 +39,6 @@ def main(args): | ||
39 | #### Markov #### | 39 | #### Markov #### |
40 | MM = MarkovModel(Tf) | 40 | MM = MarkovModel(Tf) |
41 | MM.path([8,7,8,7,8,7,8,5,8,2,9,8,1,9,8,9,5,4,3,2,3,2,4,5,4,5,6,6,7,6,9,5,9,3,2,4,3,5,3,4,3,3,5,6,7,6,7,6,5,4,3,4,3,4]) | 41 | MM.path([8,7,8,7,8,7,8,5,8,2,9,8,1,9,8,9,5,4,3,2,3,2,4,5,4,5,6,6,7,6,9,5,9,3,2,4,3,5,3,4,3,3,5,6,7,6,7,6,5,4,3,4,3,4]) |
42 | - | ||
43 | print("\r\n") | 42 | print("\r\n") |
44 | MM.printValues() | 43 | MM.printValues() |
45 | print("\r\nPERCENTAGES : \r\n") | 44 | print("\r\nPERCENTAGES : \r\n") |