Celeb Glow
updates | April 13, 2026

Using distance formula to measure "power distance"

$\begingroup$

I'm trying to estimate distance between two wifi measures, using n dimensional distance formula:

$$ d(P_1, P_2) = \sqrt{\sum_{i=1}^{n}(AP_{i,2} - AP_{i,1})^2} $$

where 'n' its the number of access points measured, and 'AP' the wifi power signal in mW. The point of that is get the distance between device wifi scan and some locations where I saved and stored wifi power signal. By selecting the less distance, I can determine (with some accuracy) device location.

My question is:

  1. Can I use this formula for power units, or its just for metric space?
  2. Is there some formula better for this purposes?

P.S. I have read this previous Question

Statistics formula for wifi positioning.

and its Answer, but I can't use this formula because of building features.

$\endgroup$ 2 Reset to default

Know someone who can answer? Share a link to this question via email, Twitter, or Facebook.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy