Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
1answer
513 views

Trilateration of a signal using Time Difference of Arrival

I am having some trouble to find or implement an algorithm to find a signal source. The objective of my work is to find the sound emitter position. To accomplish this I am using three microfones. The ...
6
votes
4answers
2k views

Trilateration using 3 latitude and longitude points, and 3 distances

There exists an unknown target location (latitude and longitude co-ordinates). I have 3 latitude and longitude co-ordinate pairs and for each pair a distance in kilometers to the target location. How ...
5
votes
3answers
318 views

Trilateration with limits?

I'm in need of help solving an issue, the problem came up doing one of my small robot experiments, the basic idea, is that each little robot has the ability to approximate the distance, from ...
2
votes
3answers
261 views

undistorted texture coordinates

How do you calculate UV coordinates for points on a plane? I have a polygon - 3 or 4 or more points - that is on a plane - that is to say, all the points are on a plane. But it can be at any angle ...
1
vote
1answer
196 views

Convert Earth Coordinate to Local Coordinate after Trilateration

I have done coding of Trilateration following this example and it was really very helpful. One small help I need is. The results (X, Y, Z) returned here are based in Earth Coordinate Systems. I need ...
1
vote
1answer
171 views

Trilateration with more than 3 circles

I am trying to do the trilateration where I have exactly 4 beacon points and I considered each of them as the center of a circle. I have entirely followed the instruction provided in this tutorial ...
1
vote
3answers
597 views

3D Trilateration using given distances of unknown fixed points

I am new to this forum and not a native english speaker, so please be nice! :) Here is the challenge I face at the moment: I want to calculate the (approximate) relative coordinates of yet unknown ...
1
vote
1answer
192 views

Trilateration with unknown fixed points

I am able to measure my distance to a set of (about 6 or 7) fixed but unknown points from many positions. The difference in position between measurements is also unknown. I believe that I should be ...
1
vote
1answer
447 views

Localising a receiver using trilateration of base station signal strengths?

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 ...
1
vote
4answers
1k views

Trilateration in a 2D plane with signal strengths

first question to StackOverflow, please be gentle. I am trying to find the equation (and then the algorithm for) the center point of three different points on a 2D cartesian plane, given a certain ...
0
votes
2answers
224 views

Least square method doesn't work as expected, or does it? [closed]

I tried to improve trilateration accuracy by doing least square method. For initial estimation, I get the average value of the cluster points. This value is then increased until the distance to the ...