Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

PD = (?t + ?t0). ?

PD = D + ?t0 . ?  .................................(1)

D = actual distance from the landmark.

...

PD = pseudo distance

Graphically,
Image Added
 
 H: host
L1: Landmark 1
L2: landmark 2
L3: landmark 3
 
Using distance farmula:
D1= ?¯? (XL1 - XH )² + (YL1 - YH)²    ............................................. (2)
FROM (1) & (2)

PD1= ?¯? (XL1 - XH )² + (YL1 - YH)²  +  ?t0 . ?     .................... (A)
Similarly for other 2 landmarks:
PD2 =  ?¯?  (XL2 - XH )² + (YL2 - YH)²  +  ?t0 . ?     .................... (B)
PD3 =   ?¯? (XL3 - XH )² + (YL3 - YH)²  +  ?t0 . ?   .....................(C)
We need to linearize (A), (B) & (C) to solve them