I have a system with a number of base station beacons, each broadcasting an infinitely fast signal describing their position on a 2D Cartesian plane. The signal strength begins with a [unitless] power of 1.0, with the strength degrading over the distance d according to the following formula:
1
--------
4*pi*d*d
Somewhere on that plane is a receiver. It can access the location of the base station and the received signal strength from any base stations in range. I'd like to identify where it is located using this information.
I believe I need to perform trilateration (I'd originally assumed triangulation, but that appears to use timing differences?), but neither the Wikipedia entry nor this question have helped.