Navigine / Indoor-Positioning-And-Navigation-Algorithms

Strongly accurate indoor positioning algorithms with the main focus on indoor navigation developed by Navigine company. Here we will step by step publish the source code of our algorithm starting with trilateration.
MIT License
265 stars 80 forks source link

Nearest transmitter position estimator #9

Closed asgalov closed 4 years ago

asgalov commented 4 years ago

Position estimation based on nearest transmitter includes the following stages:

  1. Measurements preprocessing (accumulation of measurements to buffer and averaging)
  2. Nearest transmitter estimation
  3. Position smoothing (alpha-beta filter)