strange bug... a lot of zero weight particles

This commit is contained in:
toni
2018-02-09 17:05:23 +01:00
parent de2570cc0c
commit 46abeae148
5 changed files with 196 additions and 64 deletions

View File

@@ -51,9 +51,11 @@ namespace Settings {
namespace WiFiModel {
constexpr float sigma = 8.0;
/** if the wifi-signal-strengths are stored on the grid-nodes, this needs a grid rebuild! */
constexpr float TXP = -40;
constexpr float EXP = 2.2;
constexpr float WAF = -8.0;
constexpr float TXP = -45;
constexpr float EXP = 2.3;
constexpr float WAF = -11.0;
const bool optimize = true;
// how to perform VAP grouping. see
// - calibration in Controller.cpp