<p>Oh wait. Maybe each transmitter occupies a separate xy location so you are then able to calculate distance from each transmitter using an inverse square law and finally solve for the unknown xy location?</p>
<p>If so you should be able to first determine your constants  Ki i = 1,2,3 for each transmitter in</p>
<p>Si = Ki / (Di * Di)</p>
<p>by doing a least squares fit on the known signal strengths vs known distances (calculated from known xy).</p>
<p>If the fit doesn't provide small residuals / high correlation then you will probably have a hard time with your subsequent computations...</p>
<div class="gmail_quote">On 2011-06-21 9:57 PM, "Chris Hermansen" <<a href="mailto:chris.hermansen@tecogroup.ca">chris.hermansen@tecogroup.ca</a>> wrote:<br type="attribution">> Would not there be isolines of the same signal strength? In that case there<br>
> is no unique x,y for a given signal strength...<br>> On 2011-06-21 9:54 PM, "Saka Royban" <<a href="mailto:sakaroyban@yahoo.com">sakaroyban@yahoo.com</a>> wrote:<br>>> yes, of course.there is a unique x,y for each triple measurements.<br>
>> This measurements are, in fact, Received Signal Strength so it means more<br>>> distance less RSS value.<br>>><br>>><br>>><br>>><br>>><br>>> ________________________________<br>
>> From: Chris Hermansen <<a href="mailto:chris.hermansen@tecogroup.ca">chris.hermansen@tecogroup.ca</a>><br>>> To: PostGIS Users Discussion <<a href="mailto:postgis-users@postgis.refractions.net">postgis-users@postgis.refractions.net</a>><br>
>> Sent: Wed, June 22, 2011 8:35:05 AM<br>>> Subject: Re: [postgis-users] Interpolation problem<br>>><br>>><br>>> What are the three measurements? Is it reasonable to assume that knowing<br>> three<br>
>> measurement values tells you the location ie is there a unique x,y for<br>> each<br>>> triple of measurements?<br>>> On 2011-06-21 8:54 PM, "Saka Royban" <<a href="mailto:sakaroyban@yahoo.com">sakaroyban@yahoo.com</a>> wrote:<br>
>>> Hi all<br>>>> I'm not sure whether this can be done completely via PostGIS or it needs<br>> some<br>>>> programming. Anyway, at this step no problem with programming if Knowing<br>> the<br>
>>>way<br>>>><br>>>><br>>>> and algorithm.<br>>>> I have point shapefile (arranged like a grid) and for each point there is<br>> 3<br>>>> similar measurements (obtained via 3 transmitters) and, of course, x and<br>
> y<br>>>> coordinates. The problem is that when i have a new point with these 3<br>> measures,<br>>>><br>>>> How can i interpolate its coordinates and specify its location?<br>>>> Maybe helpful to say, this type of measurement is distance dependent but<br>
>>> unfortunately i don't know the exact formula.<br>>>><br>>>> Any help would be appreciated.<br>>>> Best Regards<br></div>