ernstmul / SmarphoneSensing

0 stars 0 forks source link

Bayesian Filter - seeming dependence on previous scan #4

Closed alexberndt closed 6 years ago

alexberndt commented 6 years ago

The Bayesian filter seems to work perfectly (locates the current cell), however, it takes 5-6 scans before it actually gets the current cell. It seems to have some form of dependence on the previous cell.

Possible solutions:

ernstmul commented 6 years ago

Fixed by doing multiple (10) scans, and only use the last 5 of them.