Skip to main content
. 2019 Mar 29;19(7):1541. doi: 10.3390/s19071541
Algorithm 1 Algorithm for DPD-TVD
  • 1:

    Define the area in which the emitter may exist and determine an appropriate location grid pi, i=1,,M.

  • 2:

    for i=1 to M do

  • 3:

     Set Θ(pi)=0

  • 4:

    for k=1 to K do

  • 5:

      for l=1 to L do

  • 6:

       Evaluate τl,k(t)

  • 7:

       Evaluate Dl,k, Fl,k

  • 8:

      end for

  • 9:

      Evaluate Q¯k and Vk according to (16)

  • 10:

      Let Θ(pi)=Θ(pi)+λmax{Q¯k}

  • 11:

    end for

  • 12:

    end for

  • 13:

    Output: Find the grid point for which Θ(pi) is largest. This point is the estimated position of emitter p^.

  • 14:

    End