strange bug... a lot of zero weight particles
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user