Current best parameters
This commit is contained in:
@@ -39,9 +39,9 @@ double ftmEval(SensorMode UseSensor, const Timestamp& currentTime, const Point3&
|
||||
if (ftmDist > 0)
|
||||
{
|
||||
//double sigma = wifi.getFtmDistStd()*wifi.getFtmDistStd(); // 3.5; // TODO
|
||||
double sigma = 3;
|
||||
double sigma = 8;
|
||||
|
||||
if (false && ftmKalmanFilters != nullptr)
|
||||
if (ftmKalmanFilters != nullptr)
|
||||
{
|
||||
Kalman& kalman = ftmKalmanFilters->at(mac);
|
||||
ftmDist = kalman.predictAndUpdate(currentTime, ftmDist);
|
||||
@@ -66,7 +66,7 @@ double ftmEval(SensorMode UseSensor, const Timestamp& currentTime, const Point3&
|
||||
else
|
||||
{
|
||||
// RSSI
|
||||
double sigma = 5;
|
||||
double sigma = 8;
|
||||
|
||||
double x = Distribution::Normal<double>::getProbability(rssiDist, sigma, apDist);
|
||||
result *= x;
|
||||
|
||||
Reference in New Issue
Block a user