platisd / indoor-navigation-system

[WIP] An indoor navigation system to guide users towards their colleagues' desks
Apache License 2.0
15 stars 13 forks source link

Stabilize pseudo random rssi levels by filtering out shadowing and multipath noise. #56

Open lexious89 opened 6 years ago

lexious89 commented 6 years ago

Description

Due to random effects from the environment, rssi levels taken even within small intervals appear random and noisy. In order to compute a stable position, we need to filter out the randomness due to shadowing and multipath and have just path loss. One way to do this is for eg: moving averaging.

Definition of Done

Compute a single value that represents the signal level at a single position.